/linux-4.4.14/include/uapi/linux/ |
D | elf.h | 8 typedef __u32 Elf32_Addr; typedef 141 Elf32_Addr d_ptr; 161 Elf32_Addr r_offset; 171 Elf32_Addr r_offset; 184 Elf32_Addr st_value; 208 Elf32_Addr e_entry; /* Entry point */ 246 Elf32_Addr p_vaddr; 247 Elf32_Addr p_paddr; 303 Elf32_Addr sh_addr;
|
D | elf-fdpic.h | 21 Elf32_Addr addr; /* core address to which mapped */ 22 Elf32_Addr p_vaddr; /* VMA recorded in file */
|
/linux-4.4.14/arch/sh/kernel/ |
D | module.c | 46 Elf32_Addr relocation; in apply_relocate_add() 80 relocation = (relocation - (Elf32_Addr) location); in apply_relocate_add() 94 relocation -= (Elf32_Addr) location; in apply_relocate_add() 99 relocation -= (Elf32_Addr) location; in apply_relocate_add()
|
/linux-4.4.14/arch/powerpc/boot/ |
D | elf.h | 5 typedef unsigned int Elf32_Addr; typedef 59 Elf32_Addr e_entry; /* Entry point */ 97 Elf32_Addr p_vaddr; 98 Elf32_Addr p_paddr;
|
/linux-4.4.14/arch/arc/kernel/ |
D | module.c | 70 Elf32_Addr relocation; in apply_relocate_add() 71 Elf32_Addr location; in apply_relocate_add() 72 Elf32_Addr sec_to_patch; in apply_relocate_add() 112 *((Elf32_Addr *) location) = relocation; in apply_relocate_add()
|
/linux-4.4.14/arch/avr32/kernel/ |
D | module.c | 135 Elf32_Addr relocation) in reloc_overflow() 159 Elf32_Addr relocation; in apply_relocate_add() 178 Elf32_Addr *gotent; in apply_relocate_add() 197 relocation -= (Elf32_Addr)location; in apply_relocate_add() 213 relocation -= (Elf32_Addr)location; in apply_relocate_add() 226 relocation -= (Elf32_Addr)location; in apply_relocate_add() 238 relocation -= ((Elf32_Addr)location) & 0xfffffffc; in apply_relocate_add()
|
/linux-4.4.14/arch/mips/kernel/ |
D | vpe.c | 221 Elf32_Addr *addr; 222 Elf32_Addr value; 229 Elf32_Addr v) in apply_r_mips_none() 235 Elf32_Addr v) in apply_r_mips_gprel16() 260 Elf32_Addr v) in apply_r_mips_pc16() 279 Elf32_Addr v) in apply_r_mips_32() 287 Elf32_Addr v) in apply_r_mips_26() 312 Elf32_Addr v) in apply_r_mips_hi16() 334 Elf32_Addr v) in apply_r_mips_lo16() 337 Elf32_Addr val, vallo; in apply_r_mips_lo16() [all …]
|
/linux-4.4.14/arch/m32r/kernel/ |
D | module.c | 80 Elf32_Addr relocation; in apply_relocate_add() 145 relocation = (relocation - (Elf32_Addr) location); in apply_relocate_add() 166 relocation = (relocation - (Elf32_Addr) location); in apply_relocate_add() 177 relocation = (relocation - (Elf32_Addr) location); in apply_relocate_add()
|
/linux-4.4.14/arch/arm/kernel/ |
D | module-plts.c | 38 u32 get_module_plt(struct module *mod, unsigned long loc, Elf32_Addr val) in get_module_plt() 78 static int duplicate_rel(Elf32_Addr base, const Elf32_Rel *rel, int num, in duplicate_rel() 103 static unsigned int count_plts(Elf32_Addr base, const Elf32_Rel *rel, int num) in count_plts()
|
/linux-4.4.14/arch/c6x/kernel/ |
D | module.c | 17 static inline int fixup_pcr(u32 *ip, Elf32_Addr dest, u32 maskbits, int shift) in fixup_pcr() 55 Elf32_Addr v; in apply_relocate_add()
|
/linux-4.4.14/arch/arm/include/asm/ |
D | module.h | 33 u32 get_module_plt(struct module *mod, unsigned long loc, Elf32_Addr val);
|
/linux-4.4.14/include/asm-generic/ |
D | module.h | 37 #define Elf_Addr Elf32_Addr
|
/linux-4.4.14/arch/metag/kernel/ |
D | module.c | 162 static uint32_t do_plt_call(void *location, Elf32_Addr val, in do_plt_call() 207 Elf32_Addr relocation; in apply_relocate_add()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | module_32.c | 173 static inline int entry_matches(struct ppc_plt_entry *entry, Elf32_Addr val) in entry_matches() 183 Elf32_Addr val, in do_plt_call()
|
/linux-4.4.14/fs/ |
D | compat_binfmt_elf.c | 38 #define elf_addr_t Elf32_Addr
|
/linux-4.4.14/arch/nios2/kernel/ |
D | module.c | 114 Elf32_Addr word2; in apply_relocate_add()
|
/linux-4.4.14/arch/mn10300/kernel/ |
D | module.c | 65 Elf32_Addr relocation, sym_diff_val = 0; in apply_relocate_add()
|
/linux-4.4.14/arch/parisc/kernel/ |
D | module.c | 120 Elf32_Addr addr; 548 Elf32_Addr val; in apply_relocate_add() 550 Elf32_Addr dot; in apply_relocate_add() 573 dot = (Elf32_Addr)loc & ~0x03; in apply_relocate_add()
|
/linux-4.4.14/arch/mips/include/asm/ |
D | module.h | 41 #define Elf_Addr Elf32_Addr
|
/linux-4.4.14/scripts/mod/ |
D | modpost.h | 25 #define Elf_Addr Elf32_Addr
|
D | file2alias.c | 19 typedef Elf32_Addr kernel_ulong_t;
|
/linux-4.4.14/scripts/ |
D | sortextable.h | 61 # define Elf_Addr Elf32_Addr
|
D | recordmcount.h | 102 # define Elf_Addr Elf32_Addr
|