Home
last modified time | relevance | path

Searched refs:Elf64_Phdr (Results 1 - 25 of 48) sorted by relevance

12

/third_party/rust/crates/libc/src/unix/haiku/
H A Db64.rs7 pub type Elf_Phdr = ::Elf64_Phdr;
10 pub struct Elf64_Phdr { structure names
/third_party/libunwind/libunwind/src/ia64/
H A 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/
H A 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);
H A Dvdso.c34 typedef Elf64_Phdr Phdr;
/third_party/musl/src/internal/
H A Dlibc.h34 void (*load_hook)(unsigned long int base, const Elf64_Phdr* phdr, int phnum);
35 void (*unload_hook)(unsigned long int base, const Elf64_Phdr* phdr, int phnum);
H A Dvdso.c19 typedef Elf64_Phdr Phdr;
/third_party/elfutils/libelf/
H A 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()
H A 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)
H A Dgelf_getphdr.c106 Elf64_Phdr *phdr = elf->state.elf64.phdr; in gelf_getphdr()
H A Dlibelf.h273 extern Elf64_Phdr *elf64_getphdr (Elf *__elf);
278 extern Elf64_Phdr *elf64_newphdr (Elf *__elf, size_t __cnt);
H A Delf_getphdrnum.c117 ? sizeof (Elf32_Phdr) : sizeof (Elf64_Phdr)); in __elf_getphdrnum_chk_rdlock()
H A Dgelf.h86 typedef Elf64_Phdr GElf_Phdr;
189 Elf32_Phdr or an Elf64_Phdr depending on whether the given ELF is
/third_party/musl/porting/linux/user/src/env/
H A 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);
H A D__init_tls.c82 typedef Elf64_Phdr Phdr;
/third_party/musl/src/env/
H A D__libc_start_main.c76 weak void __hwasan_library_loaded(unsigned long int base, const Elf64_Phdr* phdr, int phnum);
77 weak void __hwasan_library_unloaded(unsigned long int base, const Elf64_Phdr* phdr, int phnum);
H A D__init_tls.c116 typedef Elf64_Phdr Phdr;
/third_party/elfutils/libdwfl/
H A 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()
H A Dlink_map.c41 #define PROBE_VAL64 sizeof (Elf64_Phdr)
792 || (elfclass == ELFCLASS64 && phent == sizeof (Elf64_Phdr)))) in dwfl_link_map_report()
903 Elf64_Phdr (*p64)[phnum] = buf; in dwfl_link_map_report()
930 : __alignof__ (Elf64_Phdr)); in dwfl_link_map_report()
H A 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()
/third_party/rust/crates/libc/src/unix/solarish/
H A Dx86_64.rs11 pub type Elf64_Phdr = __c_anonymous_Elf64_Phdr; types
45 pub dlpi_phdr: *const ::Elf64_Phdr,
/third_party/musl/src/internal/linux/
H A Dvdso.c34 typedef Elf64_Phdr Phdr;
/third_party/elfio/elfio/
H A Delfio_header.hpp69 using Phdr_type = Elf64_Phdr;
H A Delfio.hpp462 segment_impl<Elf64_Phdr>( &convertor, &addr_translator ) );
564 entry_size < sizeof( Elf64_Phdr ) ) ||
573 new ( std::nothrow ) segment_impl<Elf64_Phdr>(
/third_party/elfutils/tests/
H A Delfshphehdr.c146 ? sizeof (Elf32_Phdr) : sizeof (Elf64_Phdr)); in test()
/third_party/libunwind/libunwind/src/coredump/
H A D_UCD_create.c130 Elf64_Phdr hdr64; in _UCD_create()

Completed in 14 milliseconds

12