Home
last modified time | relevance | path

Searched refs:Elf32_Phdr (Results 1 - 25 of 46) sorted by relevance

12

/third_party/rust/crates/libc/src/unix/haiku/
H A Db32.rs7 pub type Elf_Phdr = ::Elf32_Phdr;
10 pub struct Elf32_Phdr { structure names
/third_party/rust/crates/libc/src/unix/solarish/
H A Dx86.rs7 pub type Elf32_Phdr = __c_anonymous_Elf32_Phdr; types
24 pub dlpi_phdr: *const ::Elf32_Phdr,
/third_party/elfutils/libdwfl/
H A Delf-from-memory.c140 if (phentsize != sizeof (Elf32_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()
224 Elf32_Phdr (*p32)[phnum] = phdrsp; in elf_from_remote_memory()
H A Dlink_map.c40 #define PROBE_VAL32 sizeof (Elf32_Phdr)
791 && ((elfclass == ELFCLASS32 && phent == sizeof (Elf32_Phdr)) in dwfl_link_map_report()
902 Elf32_Phdr (*p32)[phnum] = buf; in dwfl_link_map_report()
929 ? __alignof__ (Elf32_Phdr) in dwfl_link_map_report()
H A Ddwfl_segment_report_module.c399 if (phentsize != sizeof (Elf32_Phdr)) in dwfl_segment_report_module()
458 size_t phdr_size = class32 ? sizeof (Elf32_Phdr) : sizeof (Elf64_Phdr); in dwfl_segment_report_module()
473 ? __alignof__ (Elf32_Phdr) in dwfl_segment_report_module()
500 Elf32_Phdr *p32 = phdrsp; in dwfl_segment_report_module()
/third_party/elfutils/libelf/
H A DlibelfP.h342 Elf32_Phdr *phdr; /* Pointer to the program header array. */
494 extern Elf32_Phdr *__elf32_getphdr_internal (Elf *__elf) attribute_hidden;
496 extern Elf32_Phdr *__elf32_getphdr_wrlock (Elf *__elf) attribute_hidden;
498 extern Elf32_Phdr *__elf32_newphdr_internal (Elf *__elf, size_t __cnt)
H A Dgelf_getphdr.c66 Elf32_Phdr *phdr = elf->state.elf32.phdr; in gelf_getphdr()
H A Dlibelf.h271 extern Elf32_Phdr *elf32_getphdr (Elf *__elf);
276 extern Elf32_Phdr *elf32_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_update_phdr.c58 Elf32_Phdr *phdr = elf->state.elf32.phdr; in gelf_update_phdr()
/third_party/elfutils/tests/
H A Dnewfile.c156 VALUE_TEST (e_phentsize, (int) sizeof (Elf32_Phdr)); in main()
H A Dupdate2.c40 Elf32_Phdr *phdr; in main()
H A Delfshphehdr.c146 ? sizeof (Elf32_Phdr) : sizeof (Elf64_Phdr)); in test()
H A Dupdate3.c42 Elf32_Phdr *phdr; in main()
H A Dalldts.c111 Elf32_Phdr *phdr = elf32_newphdr (elf, 2); in main()
/third_party/musl/src/internal/linux/
H A Dvdso.c28 typedef Elf32_Phdr Phdr;
/third_party/musl/porting/linux/user/src/internal/
H A Dvdso.c28 typedef Elf32_Phdr Phdr;
H A Ddynlink.h17 typedef Elf32_Phdr Phdr;
/third_party/musl/src/internal/
H A Dvdso.c13 typedef Elf32_Phdr Phdr;
H A Ddynlink.h23 typedef Elf32_Phdr Phdr;
/third_party/elfio/elfio/
H A Delfio_header.hpp63 using Phdr_type = Elf32_Phdr;
H A Delfio.hpp467 segment_impl<Elf32_Phdr>( &convertor, &addr_translator ) );
566 entry_size < sizeof( Elf32_Phdr ) ) ) {
578 new ( std::nothrow ) segment_impl<Elf32_Phdr>(
/third_party/libunwind/libunwind/src/coredump/
H A D_UCD_create.c156 Elf32_Phdr hdr32; in _UCD_create()
/third_party/musl/porting/linux/user/src/env/
H A D__init_tls.c80 typedef Elf32_Phdr Phdr;
/third_party/musl/src/env/
H A D__init_tls.c114 typedef Elf32_Phdr Phdr;

Completed in 15 milliseconds

12