Searched refs:Elf64_Addr (Results 1 – 19 of 19) sorted by relevance
15 typedef __u64 Elf64_Addr; typedef149 Elf64_Addr d_ptr;166 Elf64_Addr r_offset; /* Location at which to apply the action */177 Elf64_Addr r_offset; /* Location at which to apply the action */196 Elf64_Addr st_value; /* Value of the symbol */225 Elf64_Addr e_entry; /* Entry point virtual address */258 Elf64_Addr p_vaddr; /* Segment virtual address */259 Elf64_Addr p_paddr; /* Segment physical address */316 Elf64_Addr sh_addr; /* Section virtual addr at execution */
56 Elf64_Addr e_entry; /* Entry point virtual address */85 Elf64_Addr p_vaddr; /* Segment virtual address */86 Elf64_Addr p_paddr; /* Segment physical address */
36 find_gp (struct elf_dyn_info *edi, Elf64_Phdr *pdyn, Elf64_Addr load_base) in find_gp()42 Elf64_Addr gp = 0; in find_gp()54 gp = (Elf64_Addr) dyn->d_un.d_ptr + load_base; in find_gp()83 gp = ((Elf64_Addr *) ((char *) edi->ei.image + shdr->sh_offset))[1]; in find_gp()
477 Elf64_Addr load_base, segbase = 0; in callback()499 Elf64_Addr vaddr = phdr->p_vaddr + load_base; in callback()
37 typedef uint64_t Elf64_Addr; typedef92 Elf64_Addr e_entry;618 Elf64_Addr sh_addr;820 Elf64_Addr st_value; // Value or address associated with the symbol928 Elf64_Addr r_offset; // Location (file byte offset, or program virtual addr).946 Elf64_Addr r_offset; // Location (file byte offset, or program virtual addr).980 Elf64_Addr p_vaddr; // Virtual address of beginning of segment981 Elf64_Addr p_paddr; // Physical addr of beginning of segment (OS-specific)1057 Elf64_Addr d_ptr; // Pointer value of entry.
47 && *addr + sizeof (Elf64_Addr) <= ebl->fd_addr + ebl->fd_data->d_size) in ppc64_resolve_sym_value()55 opd_out.d_size = opd_in.d_size = sizeof (Elf64_Addr); in ppc64_resolve_sym_value()
10 typedef uint64_t Elf64_Addr; typedef16 Elf64_Addr p_vaddr;
58 typedef Elf64_Addr Addr;67 static const size_t kAddrSize = sizeof(Elf64_Addr);
48 Dwarf_Addr escape = (width == 8 ? (Elf64_Addr) -1 in __libdw_read_begin_end_pair_inc()49 : (Elf64_Addr) (Elf32_Addr) -1); in __libdw_read_begin_end_pair_inc()
107 Elf64_Addr d_ptr;
48 typedef uint64_t Elf64_Addr; typedef91 Elf64_Addr e_entry; /* Entry point virtual address */292 Elf64_Addr sh_addr; /* Section virtual addr at execution */423 Elf64_Addr st_value; /* Symbol value */535 Elf64_Addr r_offset; /* Address */550 Elf64_Addr r_offset; /* Address */584 Elf64_Addr p_vaddr; /* Segment virtual address */585 Elf64_Addr p_paddr; /* Segment physical address */694 Elf64_Addr d_ptr; /* Address value */
55 typedef Elf64_Addr GElf_Addr;
63 Elf64_Addr a64[3]; in ebl_object_note()
164 # define XElf_Addr Elf64_Addr267 case ELF_T_ADDR: fsize = sizeof (Elf64_Addr); break; \
286 Elf64_Addr (*a64)[n] = (void *) a32; in report_r_debug()642 Elf64_Addr a64; in consider_executable()
115 #define Elf_Addr Elf64_Addr
181 #define Elf_Addr Elf64_Addr
131 typedef uint64_t Elf64_Addr; typedef174 Elf64_Addr e_entry; /* Entry point virtual address */319 Elf64_Addr sh_addr; /* Section virtual addr at execution */392 Elf64_Addr st_value; /* Symbol value */504 Elf64_Addr r_offset; /* Address */519 Elf64_Addr r_offset; /* Address */553 Elf64_Addr p_vaddr; /* Segment virtual address */554 Elf64_Addr p_paddr; /* Segment physical address */621 Elf64_Addr d_ptr; /* Address value */
92 # define ElfXX_Addr Elf64_Addr