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

/external/grub/stage2/
H A Di386-elf.h22 typedef unsigned long Elf32_Addr; typedef
73 Elf32_Addr e_entry; /* entry point of the program */
108 Elf32_Addr sh_addr; /* Section virtual addr at execution */
122 Elf32_Addr st_value;
168 Elf32_Addr p_vaddr;
169 Elf32_Addr p_paddr;
206 Elf32_Addr d_ptr;
/external/kernel-headers/original/linux/
H A Delf.h17 typedef __u32 Elf32_Addr; typedef
111 Elf32_Addr d_ptr;
131 Elf32_Addr r_offset;
141 Elf32_Addr r_offset;
154 Elf32_Addr st_value;
178 Elf32_Addr e_entry; /* Entry point */
216 Elf32_Addr p_vaddr;
217 Elf32_Addr p_paddr;
273 Elf32_Addr sh_addr;
/external/qemu/elff/
H A Delff_elf.h58 typedef uint32_t Elf32_Addr; typedef
141 * Elf_Addr - Actual type for address encoding (Elf32_Addr, or Elf64_Addr).
191 typedef Elf_FHdr<Elf32_Addr, Elf32_Off> Elf32_FHdr;
201 * Elf_Addr - Actual type for address encoding (Elf32_Addr, or Elf64_Addr).
241 typedef Elf_SHdr<Elf32_Addr, Elf32_Off> Elf32_SHdr;
H A Delf_file.cc129 ret = new ElfFileImpl<Elf32_Addr, Elf32_Off>;
/external/elfutils/src/
H A Di386_ld.c257 size_t size = statep->ngot * sizeof (Elf32_Addr);
262 data->d_align = sizeof (Elf32_Addr);
281 size_t size = (3 + statep->nplt) * sizeof (Elf32_Addr);
286 data->d_align = sizeof (Elf32_Addr);
380 Elf32_Addr gotaddr = shdr->sh_addr;
450 Elf32_Addr gotaddr_off = build_dso ? 0 : gotaddr;
471 Elf32_Addr pltentryaddr = (pltshdr->sh_addr + pltidx * PLT_ENTRY_SIZE);
503 + (2 + pltidx) * sizeof (Elf32_Addr));
513 rel->r_offset = gotaddr + (2 + pltidx) * sizeof (Elf32_Addr);
726 Elf32_Addr pltadd
[all...]
H A Dxelf.h41 # define XElf_Addr Elf32_Addr
143 case ELF_T_ADDR: fsize = sizeof (Elf32_Addr); break; \
/external/qemu/
H A Delf.h7 typedef uint32_t Elf32_Addr; typedef
262 Elf32_Addr d_ptr;
959 Elf32_Addr r_offset;
969 Elf32_Addr r_offset;
982 Elf32_Addr st_value;
1006 Elf32_Addr e_entry; /* Entry point */
1044 Elf32_Addr p_vaddr;
1045 Elf32_Addr p_paddr;
1107 Elf32_Addr sh_addr;
1201 Elf32_Addr add
[all...]
/external/kernel-headers/original/asm-mips/
H A Dmodule.h40 #define Elf_Addr Elf32_Addr
/external/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
773 Elf32_Addr sh_addr; // Address where section is to be loaded
925 Elf32_Addr st_value; // Value or address associated with the symbol
1004 Elf32_Addr r_offset; // Location (file byte offset, or program virtual addr)
1020 Elf32_Addr r_offset; // Location (file byte offset, or program virtual addr)
1076 Elf32_Addr p_vaddr; // Virtual address of beginning of segment
1077 Elf32_Addr p_paddr; // Physical address of beginning of segment (OS-specific)
1138 Elf32_Addr d_ptr; // Pointer value of entry.
/external/elfutils/libelf/
H A Delf.h57 typedef uint32_t Elf32_Addr; typedef
83 Elf32_Addr e_entry; /* Entry point virtual address */
281 Elf32_Addr sh_addr; /* Section virtual addr at execution */
388 Elf32_Addr st_value; /* Symbol value */
500 Elf32_Addr r_offset; /* Address */
519 Elf32_Addr r_offset; /* Address */
547 Elf32_Addr p_vaddr; /* Segment virtual address */
548 Elf32_Addr p_paddr; /* Segment physical address */
636 Elf32_Addr d_ptr; /* Address value */
1686 typedef Elf32_Addr Elf32_Conflic
[all...]
/external/elfutils/libdw/
H A Ddwarf_getlocation.c436 if (begin == (Elf32_Addr) -1) /* Base address entry. */
/external/elfutils/libdwfl/
H A Dlink_map.c308 Elf32_Addr a32[n];
578 Elf32_Addr a32;
/external/valgrind/main/VEX/switchback/
H A Dlinker.c194 #define Elf_Addr Elf32_Addr
/external/valgrind/main/VEX/unused/
H A Dlinker.c130 #define Elf_Addr Elf32_Addr
/external/valgrind/main/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/main/coregrind/m_debuginfo/
H A Dreadelf.c78 # define ElfXX_Addr Elf32_Addr

Completed in 176 milliseconds