Home
last modified time | relevance | path

Searched refs:Elf32_Addr (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/kernel/uapi/linux/
Delf.h23 typedef __u32 Elf32_Addr; typedef
121 Elf32_Addr d_ptr;
136 Elf32_Addr r_offset;
144 Elf32_Addr r_offset;
155 Elf32_Addr st_value;
175 Elf32_Addr e_entry;
208 Elf32_Addr p_vaddr;
209 Elf32_Addr p_paddr;
260 Elf32_Addr sh_addr;
Delf-fdpic.h24 Elf32_Addr addr;
25 Elf32_Addr p_vaddr;
/bionic/linker/
Dlinker_relocate.cpp473 const Elf32_Addr result = sym_addr + reloc.r_addend; in process_relocation_impl()
476 *static_cast<Elf32_Addr*>(rel_target) = result; in process_relocation_impl()
484 const Elf32_Addr result = target - base; in process_relocation_impl()
488 *static_cast<Elf32_Addr*>(rel_target) = result; in process_relocation_impl()