Home
last modified time | relevance | path

Searched refs:Elf64_Phdr (Results 1 – 25 of 60) sorted by relevance

123

/third_party/rust/crates/libc/src/unix/haiku/
Db64.rs7 pub type Elf_Phdr = ::Elf64_Phdr;
10 pub struct Elf64_Phdr {
/third_party/libunwind/src/ia64/
DGfind_unwind_table.c36 find_gp (struct elf_dyn_info *edi, Elf64_Phdr *pdyn, Elf64_Addr load_base) in find_gp()
99 Elf64_Phdr *phdr, *ptxt = NULL, *punw = NULL, *pdyn = NULL; in ia64_find_unwind_table()
107 phdr = (Elf64_Phdr *) ((char *) edi->ei.image + ehdr->e_phoff); in ia64_find_unwind_table()
/third_party/musl/porting/linux/user/src/internal/
Dlibc.h48 void (*load_hook)(unsigned long int base, const Elf64_Phdr* phdr, int phnum);
49 void (*unload_hook)(unsigned long int base, const Elf64_Phdr* phdr, int phnum);
Dvdso.c34 typedef Elf64_Phdr Phdr;
Ddynlink.h29 typedef Elf64_Phdr Phdr;
/third_party/elfutils/libelf/
Dgelf_update_phdr.c109 Elf64_Phdr *phdr = elf->state.elf64.phdr; in gelf_update_phdr()
131 memcpy (phdr + ndx, src, sizeof (Elf64_Phdr)); in gelf_update_phdr()
DlibelfP.h367 Elf64_Phdr *phdr; /* Pointer to the program header array. */
495 extern Elf64_Phdr *__elf64_getphdr_internal (Elf *__elf) attribute_hidden;
497 extern Elf64_Phdr *__elf64_getphdr_wrlock (Elf *__elf) attribute_hidden;
500 extern Elf64_Phdr *__elf64_newphdr_internal (Elf *__elf, size_t __cnt)
Dlibelf.h273 extern Elf64_Phdr *elf64_getphdr (Elf *__elf);
278 extern Elf64_Phdr *elf64_newphdr (Elf *__elf, size_t __cnt);
Dgelf_getphdr.c106 Elf64_Phdr *phdr = elf->state.elf64.phdr; in gelf_getphdr()
Delf_getphdrnum.c117 ? sizeof (Elf32_Phdr) : sizeof (Elf64_Phdr)); in __elf_getphdrnum_chk_rdlock()
Dgelf.h86 typedef Elf64_Phdr GElf_Phdr;
/third_party/musl/porting/linux/user/src/env/
D__libc_start_main.c74 weak void __hwasan_library_loaded(unsigned long int base, const Elf64_Phdr* phdr, int phnum);
75 weak void __hwasan_library_unloaded(unsigned long int base, const Elf64_Phdr* phdr, int phnum);
D__init_tls.c82 typedef Elf64_Phdr Phdr;
/third_party/elfutils/libdwfl/
Delf-from-memory.c157 if (phentsize != sizeof (Elf64_Phdr) || phnum == 0) in elf_from_remote_memory()
201 size_t phdr_size = class32 ? sizeof (Elf32_Phdr) : sizeof (Elf64_Phdr); in elf_from_remote_memory()
225 Elf64_Phdr (*p64)[phnum] = phdrsp; in elf_from_remote_memory()
Ddwfl_segment_report_module.c417 if (phentsize != sizeof (Elf64_Phdr)) in dwfl_segment_report_module()
458 size_t phdr_size = class32 ? sizeof (Elf32_Phdr) : sizeof (Elf64_Phdr); in dwfl_segment_report_module()
474 : __alignof__ (Elf64_Phdr)); in dwfl_segment_report_module()
501 Elf64_Phdr *p64 = phdrsp; in dwfl_segment_report_module()
Dlink_map.c41 #define PROBE_VAL64 sizeof (Elf64_Phdr)
788 || (elfclass == ELFCLASS64 && phent == sizeof (Elf64_Phdr)))) in dwfl_link_map_report()
899 Elf64_Phdr (*p64)[phnum] = buf; in dwfl_link_map_report()
926 : __alignof__ (Elf64_Phdr)); in dwfl_link_map_report()
/third_party/rust/crates/libc/src/unix/solarish/
Dx86_64.rs11 pub type Elf64_Phdr = __c_anonymous_Elf64_Phdr; typedef
45 pub dlpi_phdr: *const ::Elf64_Phdr,
/third_party/musl/src/internal/
Ddynlink.h19 typedef Elf64_Phdr Phdr;
Dvdso.c19 typedef Elf64_Phdr Phdr;
/third_party/libunwind/include/win/
Dfreebsd-elf64.h116 } Elf64_Phdr; typedef
/third_party/libunwind/include/mingw/
Dfreebsd-elf64.h116 } Elf64_Phdr; typedef
/third_party/elfio/elfio/
Delfio_header.hpp69 using Phdr_type = Elf64_Phdr;
/third_party/elfutils/tests/
Delfshphehdr.c146 ? sizeof (Elf32_Phdr) : sizeof (Elf64_Phdr)); in test()
/third_party/musl/src/env/
D__init_tls.c77 typedef Elf64_Phdr Phdr;
/third_party/musl/porting/liteos_a/user/src/env/
D__init_tls.c109 typedef Elf64_Phdr Phdr;

123