Home
last modified time | relevance | path

Searched refs:Elf64_Shdr (Results 1 – 25 of 27) sorted by relevance

12

/third_party/libunwind/src/ia64/
DGfind_unwind_table.c40 Elf64_Shdr *shdr; in find_gp()
41 Elf64_Shdr *str_shdr; in find_gp()
75 shdr = (Elf64_Shdr *) ((char *) edi->ei.image + soff); in find_gp()
76 str_shdr = (Elf64_Shdr *) ((char *) edi->ei.image + str_soff); in find_gp()
86 shdr = (Elf64_Shdr *) (((char *) shdr) + ehdr->e_shentsize); in find_gp()
/third_party/mesa3d/src/amd/common/
Dac_rgp_elf_object_pack.c378 Elf64_Shdr sec_hdr[5]; in ac_rgp_file_write_elf_object()
401 elf_hdr.e_shentsize = sizeof(Elf64_Shdr); in ac_rgp_file_write_elf_object()
435 memset(&sec_hdr[0], 0x00, sizeof(Elf64_Shdr) * 5); in ac_rgp_file_write_elf_object()
466 fwrite(&sec_hdr, 1, sizeof(Elf64_Shdr) * 5, output); in ac_rgp_file_write_elf_object()
467 elf_size_calc += (sizeof(Elf64_Shdr) * 5); in ac_rgp_file_write_elf_object()
Dac_rtld.c195 Elf64_Shdr *shdr = elf64_getshdr(section); in read_private_lds_symbols()
344 Elf64_Shdr *shdr = elf64_getshdr(section); in ac_rtld_open()
601 const Elf64_Shdr *reloc_shdr, const Elf_Data *reloc_data) in apply_relocs()
628 Elf64_Shdr *symbols_shdr = elf64_getshdr(symbols_scn); in apply_relocs()
765 Elf64_Shdr *shdr = elf64_getshdr(section); in ac_rtld_upload()
794 Elf64_Shdr *shdr = elf64_getshdr(section); in ac_rtld_upload()
/third_party/libunwind/include/win/
Dfreebsd-elf64.h101 } Elf64_Shdr; typedef
/third_party/libunwind/include/mingw/
Dfreebsd-elf64.h101 } Elf64_Shdr; typedef
/third_party/elfio/elfio/
Delfio_header.hpp69 typedef Elf64_Shdr Shdr_type;
Delf_types.hpp764 struct Elf64_Shdr struct
Delfio.hpp379 new_section = new section_impl<Elf64_Shdr>( &convertor ); in create_section()
/third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/
Dpkg_genc.cpp930 (Elf64_Half)sizeof(Elf64_Shdr), /* e_shentsize */ in writeObjectCode()
936 static Elf64_Shdr sectionHeaders64[5]={ in writeObjectCode()
/third_party/icu/icu4c/source/tools/toolutil/
Dpkg_genc.cpp1035 (Elf64_Half)sizeof(Elf64_Shdr), /* e_shentsize */ in writeObjectCode()
1041 static Elf64_Shdr sectionHeaders64[5]={ in writeObjectCode()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceELFObjectWriter.cpp503 Str.writeLE16(IsELF64 ? sizeof(Elf64_Shdr) in writeELFHeaderInternal()
505 static_assert(sizeof(Elf64_Shdr) == 64 && sizeof(Elf32_Shdr) == 40, in writeELFHeaderInternal()
DIceELFSection.h94 Elf64_Shdr Header;
/third_party/node/deps/icu-small/source/tools/toolutil/
Dpkg_genc.cpp1035 (Elf64_Half)sizeof(Elf64_Shdr), /* e_shentsize */ in writeObjectCode()
1041 static Elf64_Shdr sectionHeaders64[5]={ in writeObjectCode()
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
Dpkg_genc.cpp1035 (Elf64_Half)sizeof(Elf64_Shdr), /* e_shentsize */ in writeObjectCode()
1041 static Elf64_Shdr sectionHeaders64[5]={ in writeObjectCode()
/third_party/boost/libs/dll/test/
Dstructures_tests.cpp337 elf_sheader_checks(::Elf64_Shdr(), dd::Elf64_Shdr_()); in main()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h637 struct Elf64_Shdr { struct
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h787 struct Elf64_Shdr { struct
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h350 } Elf64_Shdr; typedef
/third_party/musl/porting/linux/user/include/
Delf.h350 } Elf64_Shdr; typedef
/third_party/musl/ndk_musl_include/
Delf.h350 } Elf64_Shdr; typedef
/third_party/musl/include/
Delf.h350 } Elf64_Shdr; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DELFObjectWriter.cpp454 W.write<uint16_t>(is64Bit() ? sizeof(ELF::Elf64_Shdr) in writeHeader()
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h350 } Elf64_Shdr; typedef
/third_party/musl/porting/uniproton/kernel/include/
Delf.h350 } Elf64_Shdr; typedef
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/
Dsymbolize_elf.inc45 // - sizeof(Elf64_Shdr) = 64

12