Searched refs:Elf32_Addr (Results 1 – 15 of 15) sorted by relevance
8 typedef __u32 Elf32_Addr; typedef141 Elf32_Addr d_ptr;161 Elf32_Addr r_offset;171 Elf32_Addr r_offset;184 Elf32_Addr st_value;208 Elf32_Addr e_entry; /* Entry point */246 Elf32_Addr p_vaddr;247 Elf32_Addr p_paddr;303 Elf32_Addr sh_addr;
21 Elf32_Addr addr; /* core address to which mapped */22 Elf32_Addr p_vaddr; /* VMA recorded in file */
31 typedef uint32_t Elf32_Addr; // Program address typedef68 Elf32_Addr e_entry; // Address to jump to in order to start program545 Elf32_Addr sh_addr; // Address where section is to be loaded733 Elf32_Addr st_value; // Value or address associated with the symbol826 Elf32_Addr r_offset; // Location (file byte offset, or program virtual addr)842 Elf32_Addr r_offset; // Location (file byte offset, or program virtual addr)898 Elf32_Addr p_vaddr; // Virtual address of beginning of segment899 Elf32_Addr p_paddr; // Physical address of beginning of segment (OS-specific)971 Elf32_Addr d_ptr; // Pointer value of entry.
249 size_t size = statep->ngot * sizeof (Elf32_Addr); in elf_i386_initialize_got()254 data->d_align = sizeof (Elf32_Addr); in elf_i386_initialize_got()273 size_t size = (3 + statep->nplt) * sizeof (Elf32_Addr); in elf_i386_initialize_gotplt()278 data->d_align = sizeof (Elf32_Addr); in elf_i386_initialize_gotplt()372 Elf32_Addr gotaddr = shdr->sh_addr; in elf_i386_finalize_plt()442 Elf32_Addr gotaddr_off = build_dso ? 0 : gotaddr; in elf_i386_finalize_plt()463 Elf32_Addr pltentryaddr = (pltshdr->sh_addr + pltidx * PLT_ENTRY_SIZE); in elf_i386_finalize_plt()495 + (2 + pltidx) * sizeof (Elf32_Addr)); in elf_i386_finalize_plt()505 rel->r_offset = gotaddr + (2 + pltidx) * sizeof (Elf32_Addr); in elf_i386_finalize_plt()718 Elf32_Addr pltaddr = shdr->sh_addr; in elf_i386_create_relocations()[all …]
33 # define XElf_Addr Elf32_Addr135 case ELF_T_ADDR: fsize = sizeof (Elf32_Addr); break; \
45 typedef Elf32_Addr Addr;54 static const size_t kAddrSize = sizeof(Elf32_Addr);
47 typedef uint32_t Elf32_Addr; typedef73 Elf32_Addr e_entry; /* Entry point virtual address */277 Elf32_Addr sh_addr; /* Section virtual addr at execution */384 Elf32_Addr st_value; /* Symbol value */498 Elf32_Addr r_offset; /* Address */517 Elf32_Addr r_offset; /* Address */545 Elf32_Addr p_vaddr; /* Segment virtual address */546 Elf32_Addr p_paddr; /* Segment physical address */658 Elf32_Addr d_ptr; /* Address value */1756 typedef Elf32_Addr Elf32_Conflict;
99 Elf32_Addr d_ptr;
49 : (Elf64_Addr) (Elf32_Addr) -1); in __libdw_read_begin_end_pair_inc()
66 Elf32_Addr a32[3];
280 Elf32_Addr a32[n]; in report_r_debug()635 Elf32_Addr a32; in consider_executable()
130 #define Elf_Addr Elf32_Addr
196 #define Elf_Addr Elf32_Addr
130 typedef uint32_t Elf32_Addr; typedef156 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_Conflict;
76 # define ElfXX_Addr Elf32_Addr