Home
last modified time | relevance | path

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

/aosp12/system/chre/platform/shared/include/chre/platform/shared/
H A Dloader_util.h142 typedef __u32 Elf32_Addr; typedef
154 Elf32_Addr e_entry;
170 Elf32_Addr d_ptr;
177 Elf32_Addr p_vaddr;
178 Elf32_Addr p_paddr;
189 Elf32_Addr sh_addr;
199 Elf32_Addr r_offset;
205 Elf32_Addr r_offset;
211 Elf32_Addr st_value;
/aosp12/bionic/libc/kernel/uapi/linux/
H A Delf.h23 typedef __u32 Elf32_Addr; typedef
122 Elf32_Addr d_ptr;
137 Elf32_Addr r_offset;
145 Elf32_Addr r_offset;
156 Elf32_Addr st_value;
176 Elf32_Addr e_entry;
209 Elf32_Addr p_vaddr;
210 Elf32_Addr p_paddr;
261 Elf32_Addr sh_addr;
H A Delf-fdpic.h24 Elf32_Addr addr;
25 Elf32_Addr p_vaddr;
/aosp12/bionic/linker/
H A 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()
/aosp12/art/libelffile/elf/
H A Delf_utils.h29 typedef Elf32_Addr Addr;
H A Delf_builder.h867 elf_header.e_ident[EI_CLASS] = (sizeof(Elf_Addr) == sizeof(Elf32_Addr)) in MakeElfHeader()
/aosp12/frameworks/compile/mclinker/include/mcld/ADT/
H A DSizeTraits.h45 typedef llvm::ELF::Elf32_Addr Addr; // Program address
/aosp12/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp386 Elf32_Addr ri_gp_value; // GP register value for this object file.