Searched refs:Elf32_Addr (Results 1 - 24 of 24) sorted by relevance

/external/kernel-headers/original/uapi/linux/
H A Delf-fdpic.h22 Elf32_Addr addr; /* core address to which mapped */
23 Elf32_Addr p_vaddr; /* VMA recorded in file */
H A Delf.h9 typedef __u32 Elf32_Addr; typedef
142 Elf32_Addr d_ptr;
162 Elf32_Addr r_offset;
172 Elf32_Addr r_offset;
185 Elf32_Addr st_value;
209 Elf32_Addr e_entry; /* Entry point */
247 Elf32_Addr p_vaddr;
248 Elf32_Addr p_paddr;
307 Elf32_Addr sh_addr;
/external/syslinux/com32/include/sys/
H A Delf32.h19 typedef uint32_t Elf32_Addr; typedef
28 Elf32_Addr d_ptr;
38 Elf32_Addr r_offset;
43 Elf32_Addr r_offset;
52 Elf32_Addr st_value;
66 Elf32_Addr e_entry;
83 Elf32_Addr p_vaddr;
84 Elf32_Addr p_paddr;
97 Elf32_Addr sh_addr;
/external/syslinux/com32/include/sys/i386/
H A Dmodule.h25 typedef Elf32_Addr Elf_Addr;
/external/minijail/
H A Delfparse.h32 Elf32_Addr e_entry; /* Entry point virtual address */
66 Elf32_Addr p_vaddr; /* Segment virtual address */
67 Elf32_Addr p_paddr; /* Segment physical address */
/external/google-breakpad/src/common/linux/
H A Delfutils.h45 typedef Elf32_Addr Addr;
54 static const size_t kAddrSize = sizeof(Elf32_Addr);
/external/syslinux/com32/lib/sys/module/i386/
H A Delf_module.c37 Elf32_Addr min_addr = 0x00000000; // Min. ELF vaddr
38 Elf32_Addr max_addr = 0x00000000; // Max. ELF vaddr
40 Elf32_Addr min_alloc, max_alloc; // Min. and max. aligned allocables
42 Elf32_Addr dyn_addr = 0x00000000;
106 module->base_addr = (Elf32_Addr)(module->module_addr) - min_alloc;
145 (Elf32_Addr)module_get_absolute(cr_pht->p_vaddr, module));
201 Elf32_Addr sym_addr = 0x0;
228 sym_addr = (Elf32_Addr)module_get_absolute(sym_def->st_value, sym_module);
244 *dest += sym_addr - (Elf32_Addr)dest;
/external/syslinux/gpxe/src/include/
H A Delf.h154 typedef uint32_t Elf32_Addr; typedef
176 Elf32_Addr e_entry; /* Entry point. */
211 Elf32_Addr p_vaddr; /* Virtual address (not used). */
212 Elf32_Addr p_paddr; /* Physical address. */
/external/vixl/examples/aarch32/
H A Ddisasm-a32.cc51 Elf32_Addr addr_;
59 Elf32_Addr addr,
75 Elf32_Addr GetAddress() const { return addr_; }
76 Elf32_Addr GetMemoryAddress() const { return (addr_ & ~1) + offset_; }
83 class SymbolTable : public std::map<Elf32_Addr, Symbol> {
87 std::map<Elf32_Addr, Symbol>::insert(
/external/google-breakpad/src/common/android/include/
H A Delf.h99 Elf32_Addr d_ptr;
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DELF.h30 typedef uint32_t Elf32_Addr; // Program address typedef in namespace:llvm::ELF
67 Elf32_Addr e_entry; // Address to jump to in order to start program
663 Elf32_Addr sh_addr; // Address where section is to be loaded
809 Elf32_Addr st_value; // Value or address associated with the symbol
887 Elf32_Addr r_offset; // Location (file byte offset, or program virtual addr)
903 Elf32_Addr r_offset; // Location (file byte offset, or program virtual addr)
959 Elf32_Addr p_vaddr; // Virtual address of beginning of segment
960 Elf32_Addr p_paddr; // Physical address of beginning of segment (OS-specific)
1018 Elf32_Addr d_ptr; // Pointer value of entry.
/external/elfutils/src/
H A Di386_ld.c249 size_t size = statep->ngot * sizeof (Elf32_Addr);
254 data->d_align = sizeof (Elf32_Addr);
273 size_t size = (3 + statep->nplt) * sizeof (Elf32_Addr);
278 data->d_align = sizeof (Elf32_Addr);
372 Elf32_Addr gotaddr = shdr->sh_addr;
442 Elf32_Addr gotaddr_off = build_dso ? 0 : gotaddr;
463 Elf32_Addr pltentryaddr = (pltshdr->sh_addr + pltidx * PLT_ENTRY_SIZE);
495 + (2 + pltidx) * sizeof (Elf32_Addr));
505 rel->r_offset = gotaddr + (2 + pltidx) * sizeof (Elf32_Addr);
718 Elf32_Addr pltadd
[all...]
H A Dxelf.h33 # define XElf_Addr Elf32_Addr
135 case ELF_T_ADDR: fsize = sizeof (Elf32_Addr); break; \
/external/llvm/include/llvm/Support/
H A DELF.h31 typedef uint32_t Elf32_Addr; // Program address typedef in namespace:llvm::ELF
68 Elf32_Addr e_entry; // Address to jump to in order to start program
626 Elf32_Addr sh_addr; // Address where section is to be loaded
822 Elf32_Addr st_value; // Value or address associated with the symbol
920 Elf32_Addr r_offset; // Location (file byte offset, or program virtual addr)
936 Elf32_Addr r_offset; // Location (file byte offset, or program virtual addr)
992 Elf32_Addr p_vaddr; // Virtual address of beginning of segment
993 Elf32_Addr p_paddr; // Physical address of beginning of segment (OS-specific)
1074 Elf32_Addr d_ptr; // Pointer value of entry.
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h31 typedef uint32_t Elf32_Addr; // Program address typedef in namespace:llvm::ELF
68 Elf32_Addr e_entry; // Address to jump to in order to start program
627 Elf32_Addr sh_addr; // Address where section is to be loaded
826 Elf32_Addr st_value; // Value or address associated with the symbol
922 Elf32_Addr r_offset; // Location (file byte offset, or program virtual addr)
938 Elf32_Addr r_offset; // Location (file byte offset, or program virtual addr)
990 Elf32_Addr p_vaddr; // Virtual address of beginning of segment
991 Elf32_Addr p_paddr; // Physical address of beginning of segment (OS-specific)
1074 Elf32_Addr d_ptr; // Pointer value of entry.
/external/elfutils/libdw/
H A Ddwarf_ranges.c49 : (Elf64_Addr) (Elf32_Addr) -1);
/external/elfutils/libebl/
H A Deblobjnote.c64 Elf32_Addr a32[3];
/external/elfutils/libelf/
H A Delf.h47 typedef uint32_t Elf32_Addr; typedef
73 Elf32_Addr e_entry; /* Entry point virtual address */
278 Elf32_Addr sh_addr; /* Section virtual addr at execution */
410 Elf32_Addr st_value; /* Symbol value */
524 Elf32_Addr r_offset; /* Address */
543 Elf32_Addr r_offset; /* Address */
571 Elf32_Addr p_vaddr; /* Segment virtual address */
572 Elf32_Addr p_paddr; /* Segment physical address */
684 Elf32_Addr d_ptr; /* Address value */
1784 typedef Elf32_Addr Elf32_Conflic
[all...]
/external/kmod/port-gnu/
H A Delf.h46 typedef uint32_t Elf32_Addr; typedef
72 Elf32_Addr e_entry; /* Entry point virtual address */
277 Elf32_Addr sh_addr; /* Section virtual addr at execution */
409 Elf32_Addr st_value; /* Symbol value */
523 Elf32_Addr r_offset; /* Address */
542 Elf32_Addr r_offset; /* Address */
570 Elf32_Addr p_vaddr; /* Segment virtual address */
571 Elf32_Addr p_paddr; /* Segment physical address */
683 Elf32_Addr d_ptr; /* Address value */
1783 typedef Elf32_Addr Elf32_Conflic
[all...]
/external/syslinux/com32/lib/sys/module/x86_64/
H A Delf_module.c244 *dest += sym_addr - (Elf32_Addr)dest;
/external/syslinux/efi/
H A Dwrapper.c29 typedef Elf32_Addr Elf_Addr;
/external/elfutils/libdwfl/
H A Dlink_map.c287 Elf32_Addr (*a32)[n] = vaddr - read_vaddr + buffer;
644 Elf32_Addr a32;
/external/valgrind/perf/
H A Dtinycc.c130 typedef uint32_t Elf32_Addr; typedef
156 Elf32_Addr e_entry; /* Entry point virtual address */
305 Elf32_Addr sh_addr; /* Section virtual addr at execution */
379 Elf32_Addr st_value; /* Symbol value */
493 Elf32_Addr r_offset; /* Address */
512 Elf32_Addr r_offset; /* Address */
540 Elf32_Addr p_vaddr; /* Segment virtual address */
541 Elf32_Addr p_paddr; /* Segment physical address */
611 Elf32_Addr d_ptr; /* Address value */
1419 typedef Elf32_Addr Elf32_Conflic
[all...]
/external/valgrind/coregrind/m_debuginfo/
H A Dreadelf.c107 # define ElfXX_Addr Elf32_Addr

Completed in 587 milliseconds