Searched defs:r_type (Results 1 – 11 of 11) sorted by relevance
| /linux/arch/alpha/kernel/ |
| H A D | module.c | 33 unsigned long r_type = ELF64_R_TYPE (rela->r_info); in process_reloc_for_got() local 154 unsigned long r_type = ELF64_R_TYPE (rela[i].r_info); in apply_relocate_add() local
|
| /linux/arch/s390/kernel/ |
| H 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()
|
| /linux/arch/mips/include/asm/ |
| H A D | module.h | 25 Elf64_Byte r_type; /* First relocation. */ member 34 Elf64_Byte r_type; /* First relocation. */ member
|
| /linux/scripts/mod/ |
| H A D | modpost.c | 1172 addend_386_rel(uint32_t * location,unsigned int r_type) addend_386_rel() argument 1191 addend_arm_rel(void * loc,Elf_Sym * sym,unsigned int r_type) addend_arm_rel() argument 1275 addend_mips_rel(uint32_t * location,unsigned int r_type) addend_mips_rel() argument 1316 get_rel_type_and_sym(struct elf_info * elf,uint64_t r_info,unsigned int * r_type,unsigned int * r_sym) get_rel_type_and_sym() argument 1323 unsigned char r_type; /* 1st relocation type */ get_rel_type_and_sym() member 1354 unsigned int r_type, r_sym; section_rela() local 1396 unsigned int r_type, r_sym; section_rel() local [all...] |
| /linux/arch/mips/boot/tools/ |
| H A D | relocs_64.c | 19 Elf64_Byte r_type; /* First relocation. */ member
|
| H A D | relocs.c | 509 unsigned r_type = ELF_R_TYPE(rel->r_info); in do_reloc() local
|
| /linux/arch/x86/tools/ |
| H A D | relocs.c | 743 unsigned r_type = ELF64_R_TYPE(rel->r_info); in do_reloc64() local 814 unsigned r_type = ELF32_R_TYPE(rel->r_info); in do_reloc32() local 856 unsigned r_type = ELF32_R_TYPE(rel->r_info); in do_reloc_real() local
|
| /linux/scripts/ |
| H A D | recordmcount.c | 495 myElf64_Byte r_type; /* First relocation. */ member
|
| /linux/arch/s390/tools/ |
| H A D | relocs.c | 268 unsigned int r_type = ELF64_R_TYPE(rel->r_info); in do_reloc() local
|
| /linux/arch/powerpc/kernel/ |
| H A D | module_64.c | 162 unsigned long r_type) in count_relocs()
|
| /linux/include/uapi/linux/ |
| H A D | coff.h | 344 char r_type[2]; /* Relocation type */ member
|