/third_party/libunwind/src/ia64/ |
D | Gfind_unwind_table.c | 40 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/ |
D | ac_rgp_elf_object_pack.c | 378 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()
|
D | ac_rtld.c | 195 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/ |
D | freebsd-elf64.h | 101 } Elf64_Shdr; typedef
|
/third_party/libunwind/include/mingw/ |
D | freebsd-elf64.h | 101 } Elf64_Shdr; typedef
|
/third_party/elfio/elfio/ |
D | elfio_header.hpp | 69 typedef Elf64_Shdr Shdr_type;
|
D | elf_types.hpp | 764 struct Elf64_Shdr struct
|
D | elfio.hpp | 379 new_section = new section_impl<Elf64_Shdr>( &convertor ); in create_section()
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/ |
D | pkg_genc.cpp | 930 (Elf64_Half)sizeof(Elf64_Shdr), /* e_shentsize */ in writeObjectCode() 936 static Elf64_Shdr sectionHeaders64[5]={ in writeObjectCode()
|
/third_party/icu/icu4c/source/tools/toolutil/ |
D | pkg_genc.cpp | 1035 (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/ |
D | IceELFObjectWriter.cpp | 503 Str.writeLE16(IsELF64 ? sizeof(Elf64_Shdr) in writeELFHeaderInternal() 505 static_assert(sizeof(Elf64_Shdr) == 64 && sizeof(Elf32_Shdr) == 40, in writeELFHeaderInternal()
|
D | IceELFSection.h | 94 Elf64_Shdr Header;
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
D | pkg_genc.cpp | 1035 (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/ |
D | pkg_genc.cpp | 1035 (Elf64_Half)sizeof(Elf64_Shdr), /* e_shentsize */ in writeObjectCode() 1041 static Elf64_Shdr sectionHeaders64[5]={ in writeObjectCode()
|
/third_party/boost/libs/dll/test/ |
D | structures_tests.cpp | 337 elf_sheader_checks(::Elf64_Shdr(), dd::Elf64_Shdr_()); in main()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 637 struct Elf64_Shdr { struct
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 787 struct Elf64_Shdr { struct
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | elf.h | 350 } Elf64_Shdr; typedef
|
/third_party/musl/porting/linux/user/include/ |
D | elf.h | 350 } Elf64_Shdr; typedef
|
/third_party/musl/ndk_musl_include/ |
D | elf.h | 350 } Elf64_Shdr; typedef
|
/third_party/musl/include/ |
D | elf.h | 350 } Elf64_Shdr; typedef
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | ELFObjectWriter.cpp | 454 W.write<uint16_t>(is64Bit() ? sizeof(ELF::Elf64_Shdr) in writeHeader()
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | elf.h | 350 } Elf64_Shdr; typedef
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | elf.h | 350 } Elf64_Shdr; typedef
|
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/ |
D | symbolize_elf.inc | 45 // - sizeof(Elf64_Shdr) = 64
|