/linux/arch/s390/kernel/ |
A D | module.c | 240 int r_type, r_sym; in apply_rela() local 252 switch (r_type) { in apply_rela() 263 if (r_type == R_390_8) in apply_rela() 282 if (r_type == R_390_PC16) in apply_rela() 318 r_type == R_390_GOTPLT16) in apply_rela() 321 r_type == R_390_GOTPLT20) in apply_rela() 324 r_type == R_390_GOTPLT32) in apply_rela() 327 r_type == R_390_GOTPLT64) in apply_rela() 390 r_type == R_390_PLTOFF32) in apply_rela() 412 if (r_type == R_390_GOTPC) in apply_rela() [all …]
|
A D | machine_kexec_file.c | 298 int i, r_type; in arch_kexec_apply_relocations_add() local 350 r_type = ELF64_R_TYPE(relas[i].r_info); in arch_kexec_apply_relocations_add() 352 if (r_type == R_390_PLT32DBL) in arch_kexec_apply_relocations_add() 353 r_type = R_390_PC32DBL; in arch_kexec_apply_relocations_add() 355 ret = arch_kexec_do_relocs(r_type, loc, val, addr); in arch_kexec_apply_relocations_add() 357 pr_err("Unknown rela relocation: %d\n", r_type); in arch_kexec_apply_relocations_add()
|
A D | machine_kexec_reloc.c | 5 int arch_kexec_do_relocs(int r_type, void *loc, unsigned long val, in arch_kexec_do_relocs() argument 8 switch (r_type) { in arch_kexec_do_relocs()
|
/linux/arch/alpha/kernel/ |
A D | module.c | 33 unsigned long r_type = ELF64_R_TYPE (rela->r_info); in process_reloc_for_got() local 37 if (r_type != R_ALPHA_LITERAL) in process_reloc_for_got() 156 unsigned long r_type = ELF64_R_TYPE (rela[i].r_info); in apply_relocate_add() local 157 unsigned long r_got_offset = r_type >> 8; in apply_relocate_add() 159 r_type &= 0xff; in apply_relocate_add() 169 switch (r_type) { in apply_relocate_add() 257 me->name, r_type); in apply_relocate_add() 263 me->name, r_type, sym->st_shndx); in apply_relocate_add() 267 me->name, r_type, strtab + sym->st_name); in apply_relocate_add()
|
/linux/arch/ia64/kernel/ |
A D | module.c | 642 switch (r_type) { in do_reloc() 670 switch (r_type) { in do_reloc() 689 if (r_type == R_IA64_PCREL21BI) { 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() 738 mod->name, r_type); in do_reloc() 750 mod->name, reloc_name[r_type] ? reloc_name[r_type] : "?"); in do_reloc() 762 reloc_name[r_type] ? reloc_name[r_type] : "?", sym->st_value + addend); in do_reloc() 777 mod->name, format, reloc_name[r_type] ? reloc_name[r_type] : "?"); in do_reloc() [all …]
|
/linux/arch/x86/tools/ |
A D | relocs.c | 843 switch (r_type) { in do_reloc64() 887 rel_type(r_type), symname); in do_reloc64() 900 if (r_type == R_X86_64_64) in do_reloc64() 908 rel_type(r_type), r_type); in do_reloc64() 923 switch (r_type) { in do_reloc32() 946 rel_type(r_type), symname); in do_reloc32() 955 rel_type(r_type), r_type); in do_reloc32() 968 switch (r_type) { in do_reloc_real() 1000 rel_type(r_type), symname); in do_reloc_real() 1023 rel_type(r_type), symname); in do_reloc_real() [all …]
|
/linux/drivers/soc/qcom/ |
A D | rpmpd.c | 42 #define DEFINE_RPMPD_PAIR(_platform, _name, _active, r_type, r_key, \ argument 48 .res_type = RPMPD_##r_type, \ 56 .res_type = RPMPD_##r_type, \ 61 #define DEFINE_RPMPD_CORNER(_platform, _name, r_type, r_id) \ argument 64 .res_type = RPMPD_##r_type, \ 69 #define DEFINE_RPMPD_LEVEL(_platform, _name, r_type, r_id) \ argument 72 .res_type = RPMPD_##r_type, \ 77 #define DEFINE_RPMPD_VFC(_platform, _name, r_type, r_id) \ argument 80 .res_type = RPMPD_##r_type, \ 85 #define DEFINE_RPMPD_VFL(_platform, _name, r_type, r_id) \ argument [all …]
|
/linux/arch/mips/include/asm/ |
A 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/arch/mips/boot/tools/ |
A 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)
|
A 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/arch/s390/boot/ |
A D | startup.c | 82 int r_type, r_sym, rc; in handle_relocs() local 103 r_type = ELF64_R_TYPE(rela->r_info); in handle_relocs() 104 rc = arch_kexec_do_relocs(r_type, (void *) loc, val, 0); in handle_relocs()
|
/linux/arch/s390/include/asm/ |
A D | kexec.h | 74 int arch_kexec_do_relocs(int r_type, void *loc, unsigned long val,
|
/linux/arch/powerpc/boot/ |
A D | rs6000.h | 233 char r_type[1]; member
|
/linux/include/uapi/linux/ |
A D | coff.h | 344 char r_type[2]; /* Relocation type */ member
|
/linux/scripts/ |
A D | recordmcount.c | 461 myElf64_Byte r_type; /* First relocation. */ member 473 .r_mips = { .r_sym = w(sym), .r_type = type } in MIPS64_r_info()
|
/linux/fs/xfs/ |
A D | xfs_log.c | 344 tic->t_res_arr[tic->t_res_num].r_type = type; in xlog_tic_add_region() 2179 uint r_type = ticket->t_res_arr[i].r_type; in xlog_print_tic_res() local 2181 ((r_type <= 0 || r_type > XLOG_REG_TYPE_MAX) ? in xlog_print_tic_res() 2182 "bad-rtype" : res_type_str[r_type]), in xlog_print_tic_res()
|
A D | xfs_log_priv.h | 155 uint r_type; /* region's transaction type :4 */ member
|
/linux/net/9p/ |
A D | client.c | 446 s8 r_type; in p9_parse_header() local 454 err = p9pdu_readf(pdu, 0, "dbw", &r_size, &r_type, &r_tag); in p9_parse_header() 459 *type = r_type; in p9_parse_header() 470 pdu->id = r_type; in p9_parse_header()
|