Home
last modified time | relevance | path

Searched refs:Elf32_Shdr (Results 1 – 23 of 23) sorted by relevance

/third_party/libunwind/include/win/
Dfreebsd-elf32.h88 } Elf32_Shdr; typedef
/third_party/libunwind/include/mingw/
Dfreebsd-elf32.h88 } Elf32_Shdr; typedef
/third_party/elfio/elfio/
Delfio_header.hpp63 typedef Elf32_Shdr Shdr_type;
Delf_types.hpp750 struct Elf32_Shdr struct
Delfio.hpp382 new_section = new section_impl<Elf32_Shdr>( &convertor ); in create_section()
/third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/
Dpkg_genc.cpp813 (Elf32_Half)sizeof(Elf32_Shdr), /* e_shentsize */ in writeObjectCode()
819 static Elf32_Shdr sectionHeaders32[5]={ in writeObjectCode()
/third_party/icu/icu4c/source/tools/toolutil/
Dpkg_genc.cpp918 (Elf32_Half)sizeof(Elf32_Shdr), /* e_shentsize */ in writeObjectCode()
924 static Elf32_Shdr sectionHeaders32[5]={ in writeObjectCode()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceELFObjectWriter.cpp504 : sizeof(Elf32_Shdr)); // e_shentsize in writeELFHeaderInternal()
505 static_assert(sizeof(Elf64_Shdr) == 64 && sizeof(Elf32_Shdr) == 40, in writeELFHeaderInternal()
/third_party/node/deps/icu-small/source/tools/toolutil/
Dpkg_genc.cpp918 (Elf32_Half)sizeof(Elf32_Shdr), /* e_shentsize */ in writeObjectCode()
924 static Elf32_Shdr sectionHeaders32[5]={ in writeObjectCode()
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
Dpkg_genc.cpp918 (Elf32_Half)sizeof(Elf32_Shdr), /* e_shentsize */ in writeObjectCode()
924 static Elf32_Shdr sectionHeaders32[5]={ in writeObjectCode()
/third_party/boost/libs/dll/test/
Dstructures_tests.cpp336 elf_sheader_checks(::Elf32_Shdr(), dd::Elf32_Shdr_()); in main()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h623 struct Elf32_Shdr { struct
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h773 struct Elf32_Shdr { struct
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h337 } Elf32_Shdr; typedef
/third_party/musl/porting/linux/user/include/
Delf.h337 } Elf32_Shdr; typedef
/third_party/musl/ndk_musl_include/
Delf.h337 } Elf32_Shdr; typedef
/third_party/musl/include/
Delf.h337 } Elf32_Shdr; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DELFObjectWriter.cpp455 : sizeof(ELF::Elf32_Shdr)); in writeHeader()
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h337 } Elf32_Shdr; typedef
/third_party/musl/porting/uniproton/kernel/include/
Delf.h337 } Elf32_Shdr; typedef
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/
Dsymbolize_elf.inc43 // - sizeof(Elf32_Shdr) = 40
/third_party/abseil-cpp/absl/debugging/
Dsymbolize_elf.inc43 // - sizeof(Elf32_Shdr) = 40
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DSubzeroReactor.cpp472 using SectionHeader = std::conditional<sizeof(void *) == 8, Elf64_Shdr, Elf32_Shdr>::type;