Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/linux/
Delf.h11 typedef __u32 Elf32_Addr; typedef
112 Elf32_Addr d_ptr;
127 Elf32_Addr r_offset;
135 Elf32_Addr r_offset;
146 Elf32_Addr st_value;
166 Elf32_Addr e_entry;
199 Elf32_Addr p_vaddr;
200 Elf32_Addr p_paddr;
251 Elf32_Addr sh_addr;
Delf-fdpic.h12 Elf32_Addr addr;
13 Elf32_Addr p_vaddr;
/bionic/linker/
Dlinker_relocate.cpp491 const Elf32_Addr result = sym_addr + reloc.r_addend; in process_relocation_impl()
494 *static_cast<Elf32_Addr*>(rel_target) = result; in process_relocation_impl()
502 const Elf32_Addr result = target - base; in process_relocation_impl()
506 *static_cast<Elf32_Addr*>(rel_target) = result; in process_relocation_impl()