/Linux-v4.19/arch/s390/kernel/ |
D | module.c | 213 int r_type, r_sym; in apply_rela() local 221 r_type = ELF_R_TYPE(rela->r_info); in apply_rela() 225 switch (r_type) { in apply_rela() 236 if (r_type == R_390_8) in apply_rela() 238 else if (r_type == R_390_12) in apply_rela() 240 else if (r_type == R_390_16) in apply_rela() 242 else if (r_type == R_390_20) in apply_rela() 244 else if (r_type == R_390_32) in apply_rela() 246 else if (r_type == R_390_64) in apply_rela() 255 if (r_type == R_390_PC16) in apply_rela() [all …]
|
/Linux-v4.19/arch/alpha/kernel/ |
D | module.c | 45 unsigned long r_type = ELF64_R_TYPE (rela->r_info); in process_reloc_for_got() local 49 if (r_type != R_ALPHA_LITERAL) in process_reloc_for_got() 168 unsigned long r_type = ELF64_R_TYPE (rela[i].r_info); in apply_relocate_add() local 169 unsigned long r_got_offset = r_type >> 8; in apply_relocate_add() 171 r_type &= 0xff; in apply_relocate_add() 181 switch (r_type) { in apply_relocate_add() 269 me->name, r_type); in apply_relocate_add() 275 me->name, r_type, sym->st_shndx); in apply_relocate_add() 279 me->name, r_type, strtab + sym->st_name); in apply_relocate_add()
|
/Linux-v4.19/arch/ia64/kernel/ |
D | module.c | 619 do_reloc (struct module *mod, uint8_t r_type, Elf64_Sym *sym, uint64_t addend, in do_reloc() argument 622 enum reloc_target_format format = (r_type >> FORMAT_SHIFT) & FORMAT_MASK; in do_reloc() 623 enum reloc_value_formula formula = (r_type >> VALUE_SHIFT) & VALUE_MASK; in do_reloc() 642 switch (r_type) { in do_reloc() 670 switch (r_type) { in do_reloc() 689 if (r_type == R_IA64_PCREL21BI) { in do_reloc() 693 reloc_name[r_type], (unsigned long)val); in do_reloc() 702 switch (r_type) { in do_reloc() 707 if (r_type == R_IA64_IPLTMSB) in do_reloc() 733 if (reloc_name[r_type]) in do_reloc() [all …]
|
/Linux-v4.19/arch/x86/tools/ |
D | relocs.c | 755 unsigned r_type = ELF64_R_TYPE(rel->r_info); in do_reloc64() local 768 switch (r_type) { in do_reloc64() 803 rel_type(r_type), symname); in do_reloc64() 816 if (r_type == R_X86_64_64) in do_reloc64() 824 rel_type(r_type), r_type); in do_reloc64() 836 unsigned r_type = ELF32_R_TYPE(rel->r_info); in do_reloc32() local 839 switch (r_type) { in do_reloc32() 860 rel_type(r_type), symname); in do_reloc32() 869 rel_type(r_type), r_type); in do_reloc32() 879 unsigned r_type = ELF32_R_TYPE(rel->r_info); in do_reloc_real() local [all …]
|
/Linux-v4.19/arch/mips/boot/tools/ |
D | relocs_64.c | 19 Elf64_Byte r_type; /* First relocation. */ member 26 #define ELF_R_TYPE(val) (((Elf64_Mips_Rela *)(&val))->fields.r_type)
|
D | relocs.c | 503 unsigned r_type = ELF_R_TYPE(rel->r_info); in do_reloc() local 514 switch (r_type) { in do_reloc() 539 add_reloc(&relocs, rel->r_offset, r_type); in do_reloc() 544 rel_type(r_type), r_type); in do_reloc()
|
/Linux-v4.19/arch/mips/include/asm/ |
D | module.h | 25 Elf64_Byte r_type; /* First relocation. */ member 34 Elf64_Byte r_type; /* First relocation. */ member 70 #define ELF_MIPS_R_TYPE(rel) ((rel).r_type)
|
/Linux-v4.19/arch/powerpc/boot/ |
D | rs6000.h | 233 char r_type[1]; member
|
/Linux-v4.19/include/uapi/linux/ |
D | coff.h | 341 char r_type[2]; /* Relocation type */ member
|
/Linux-v4.19/scripts/ |
D | recordmcount.c | 434 myElf64_Byte r_type; /* First relocation. */ member 446 .r_mips = { .r_sym = w(sym), .r_type = type } in MIPS64_r_info()
|
/Linux-v4.19/fs/xfs/ |
D | xfs_log_priv.h | 152 uint r_type; /* region's transaction type :4 */ member
|
D | xfs_log.c | 351 tic->t_res_arr[tic->t_res_num].r_type = type; in xlog_tic_add_region() 2110 uint r_type = ticket->t_res_arr[i].r_type; in xlog_print_tic_res() local 2112 ((r_type <= 0 || r_type > XLOG_REG_TYPE_MAX) ? in xlog_print_tic_res() 2113 "bad-rtype" : res_type_str[r_type]), in xlog_print_tic_res()
|
/Linux-v4.19/net/9p/ |
D | client.c | 465 int8_t r_type; in p9_parse_header() local 473 err = p9pdu_readf(pdu, 0, "dbw", &r_size, &r_type, &r_tag); in p9_parse_header() 478 *type = r_type; in p9_parse_header() 489 pdu->id = r_type; in p9_parse_header()
|