/third_party/rust/crates/libc/src/unix/haiku/ |
D | b64.rs | 7 pub type Elf_Phdr = ::Elf64_Phdr; 10 pub struct Elf64_Phdr {
|
/third_party/libunwind/src/ia64/ |
D | Gfind_unwind_table.c | 36 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/ |
D | libc.h | 48 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);
|
D | vdso.c | 34 typedef Elf64_Phdr Phdr;
|
D | dynlink.h | 29 typedef Elf64_Phdr Phdr;
|
/third_party/elfutils/libelf/ |
D | gelf_update_phdr.c | 109 Elf64_Phdr *phdr = elf->state.elf64.phdr; in gelf_update_phdr() 131 memcpy (phdr + ndx, src, sizeof (Elf64_Phdr)); in gelf_update_phdr()
|
D | libelfP.h | 367 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)
|
D | libelf.h | 273 extern Elf64_Phdr *elf64_getphdr (Elf *__elf); 278 extern Elf64_Phdr *elf64_newphdr (Elf *__elf, size_t __cnt);
|
D | gelf_getphdr.c | 106 Elf64_Phdr *phdr = elf->state.elf64.phdr; in gelf_getphdr()
|
D | elf_getphdrnum.c | 117 ? sizeof (Elf32_Phdr) : sizeof (Elf64_Phdr)); in __elf_getphdrnum_chk_rdlock()
|
D | gelf.h | 86 typedef Elf64_Phdr GElf_Phdr;
|
/third_party/musl/porting/linux/user/src/env/ |
D | __libc_start_main.c | 74 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.c | 82 typedef Elf64_Phdr Phdr;
|
/third_party/elfutils/libdwfl/ |
D | elf-from-memory.c | 157 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()
|
D | dwfl_segment_report_module.c | 417 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()
|
D | link_map.c | 41 #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/ |
D | x86_64.rs | 11 pub type Elf64_Phdr = __c_anonymous_Elf64_Phdr; typedef 45 pub dlpi_phdr: *const ::Elf64_Phdr,
|
/third_party/musl/src/internal/ |
D | dynlink.h | 19 typedef Elf64_Phdr Phdr;
|
D | vdso.c | 19 typedef Elf64_Phdr Phdr;
|
/third_party/libunwind/include/win/ |
D | freebsd-elf64.h | 116 } Elf64_Phdr; typedef
|
/third_party/libunwind/include/mingw/ |
D | freebsd-elf64.h | 116 } Elf64_Phdr; typedef
|
/third_party/elfio/elfio/ |
D | elfio_header.hpp | 69 using Phdr_type = Elf64_Phdr;
|
/third_party/elfutils/tests/ |
D | elfshphehdr.c | 146 ? sizeof (Elf32_Phdr) : sizeof (Elf64_Phdr)); in test()
|
/third_party/musl/src/env/ |
D | __init_tls.c | 77 typedef Elf64_Phdr Phdr;
|
/third_party/musl/porting/liteos_a/user/src/env/ |
D | __init_tls.c | 109 typedef Elf64_Phdr Phdr;
|