Home
last modified time | relevance | path

Searched refs:Elf32_Ehdr (Results 1 - 25 of 49) sorted by relevance

12

/third_party/vixl/examples/aarch32/
H A Ddisasm-a32.cc99 explicit SectionLocator(const Elf32_Ehdr* ehdr) { in SectionLocator()
122 void LocateSymbols(const Elf32_Ehdr* ehdr, in LocateSymbols()
164 const Elf32_Ehdr* ehdr_;
169 StaticSymbolVisitor(const Elf32_Ehdr* ehdr, SymbolTable* symbols) in StaticSymbolVisitor()
240 const Elf32_Ehdr* ehdr = reinterpret_cast<const Elf32_Ehdr*>(base_addr); in main()
243 (ehdr->e_ehsize != sizeof(Elf32_Ehdr))) { in main()
/third_party/elfutils/tests/
H A Dasm-tst2.c47 .e_ehsize = sizeof (Elf32_Ehdr),
222 if ((cnt == 1 && shdr->sh_offset != ((sizeof (Elf32_Ehdr) + 15) & ~15)) in main()
224 && shdr->sh_offset != (((sizeof (Elf32_Ehdr) + 15) & ~15) in main()
H A Dasm-tst9.c55 .e_ehsize = sizeof (Elf32_Ehdr),
256 if ((cnt == 1 && shdr->sh_offset != ((sizeof (Elf32_Ehdr) + 15) & ~15)) in main()
258 && shdr->sh_offset != (((sizeof (Elf32_Ehdr) + 15) & ~15) in main()
H A Dnewfile.c26 print_ehdr (Elf32_Ehdr *ehdr) in print_ehdr()
85 Elf32_Ehdr *ehdr = elf32_getehdr (elf); in main()
H A Dasm-tst1.c47 .e_ehsize = sizeof (Elf32_Ehdr),
207 if (shdr->sh_offset != ((sizeof (Elf32_Ehdr) + 31) & ~31)) in main()
H A Dupdate2.c39 Elf32_Ehdr *ehdr; in main()
H A Dupdate1.c39 Elf32_Ehdr *ehdr; in main()
H A Dupdate3.c41 Elf32_Ehdr *ehdr; in main()
H A Dalldts.c92 Elf32_Ehdr *ehdr = elf32_newehdr (elf); in main()
/third_party/elfutils/libelf/
H A Delf_begin.c78 Elf32_Ehdr *e32; in get_shnum()
84 Elf32_Ehdr e32; in get_shnum()
89 if ((is32 && maxsize < sizeof (Elf32_Ehdr)) in get_shnum()
100 & ((is32 ? __alignof__ (Elf32_Ehdr) : __alignof__ (Elf64_Ehdr)) in get_shnum()
114 ehdr_mem.e32.e_shnum = ((Elf32_Ehdr *) e_ident)->e_shnum; in get_shnum()
115 ehdr_mem.e32.e_shoff = ((Elf32_Ehdr *) e_ident)->e_shoff; in get_shnum()
118 memcpy (&ehdr_mem, e_ident, sizeof (Elf32_Ehdr)); in get_shnum()
344 Elf32_Ehdr *ehdr = (Elf32_Ehdr *) ((char *) map_address + offset); in file_read_elf()
349 || (((uintptr_t) ehdr) & (__alignof__ (Elf32_Ehdr) in file_read_elf()
[all...]
H A DlibelfP.h339 Elf32_Ehdr *ehdr; /* Pointer to the ELF header. This is
354 Elf32_Ehdr ehdr_mem; /* Memory used for ELF header when not
356 char __e32scnspad[sizeof (Elf64_Ehdr) - sizeof (Elf32_Ehdr)];
490 extern Elf32_Ehdr *__elf32_getehdr_wrlock (Elf *__elf) internal_function;
492 extern Elf32_Ehdr *__elf32_newehdr_internal (Elf *__elf) attribute_hidden;
H A Dgelf_getehdr.c68 Elf32_Ehdr *ehdr = elf->state.elf32.ehdr; in __gelf_getehdr_rdlock()
H A Dgelf_update_ehdr.c58 Elf32_Ehdr *ehdr = elf->state.elf32.ehdr; in gelf_update_ehdr()
H A Dlibelf.h255 extern Elf32_Ehdr *elf32_getehdr (Elf *__elf);
260 extern Elf32_Ehdr *elf32_newehdr (Elf *__elf);
/third_party/elfutils/libdwfl/
H A Delf-from-memory.c82 sizeof (Elf32_Ehdr), initial_bufsize); in elf_from_remote_memory()
105 Elf32_Ehdr e32; in elf_from_remote_memory()
130 xlatefrom.d_size = sizeof (Elf32_Ehdr); in elf_from_remote_memory()
H A Ddwfl_segment_report_module.c352 Elf32_Ehdr e32; in dwfl_segment_report_module()
379 ? __alignof__ (Elf32_Ehdr) in dwfl_segment_report_module()
385 ? sizeof (Elf32_Ehdr) in dwfl_segment_report_module()
392 xlatefrom.d_size = sizeof (Elf32_Ehdr); in dwfl_segment_report_module()
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dpkg_genc.cpp806 Elf32_Ehdr header32; in getArchitecture()
807 /* Elf32_Ehdr and ELF64_Ehdr are identical for the necessary fields. */ in getArchitecture()
873 if(length<(int32_t)sizeof(Elf32_Ehdr)) { in getArchitecture()
955 static Elf32_Ehdr header32={ in writeObjectCode()
968 (Elf32_Off)sizeof(Elf32_Ehdr), /* e_shoff */ in writeObjectCode()
970 (Elf32_Half)sizeof(Elf32_Ehdr), /* eh_size */ in writeObjectCode()
/third_party/icu/icu4c/source/tools/toolutil/
H A Dpkg_genc.cpp751 Elf32_Ehdr header32; in getArchitecture()
752 /* Elf32_Ehdr and ELF64_Ehdr are identical for the necessary fields. */ in getArchitecture()
818 if(length<(int32_t)sizeof(Elf32_Ehdr)) { in getArchitecture()
900 static Elf32_Ehdr header32={ in writeObjectCode()
913 (Elf32_Off)sizeof(Elf32_Ehdr), /* e_shoff */ in writeObjectCode()
915 (Elf32_Half)sizeof(Elf32_Ehdr), /* eh_size */ in writeObjectCode()
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dpkg_genc.cpp751 Elf32_Ehdr header32; in getArchitecture()
752 /* Elf32_Ehdr and ELF64_Ehdr are identical for the necessary fields. */ in getArchitecture()
818 if(length<(int32_t)sizeof(Elf32_Ehdr)) { in getArchitecture()
900 static Elf32_Ehdr header32={ in writeObjectCode()
913 (Elf32_Off)sizeof(Elf32_Ehdr), /* e_shoff */ in writeObjectCode()
915 (Elf32_Half)sizeof(Elf32_Ehdr), /* eh_size */ in writeObjectCode()
/third_party/musl/src/internal/linux/
H A Dvdso.c27 typedef Elf32_Ehdr Ehdr;
/third_party/musl/porting/linux/user/src/internal/
H A Dvdso.c27 typedef Elf32_Ehdr Ehdr;
H A Ddynlink.h16 typedef Elf32_Ehdr Ehdr;
/third_party/musl/src/internal/
H A Dvdso.c12 typedef Elf32_Ehdr Ehdr;
/third_party/elfio/elfio/
H A Delfio_header.hpp61 template <> struct elf_header_impl_types<Elf32_Ehdr>
/third_party/libunwind/libunwind/src/coredump/
H A D_UCD_create.c50 Elf32_Ehdr h32; in _UCD_create()

Completed in 23 milliseconds

12