/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceELFSection.h | 72 void setNameStrIndex(Elf64_Word sh_name) { Header.sh_name = sh_name; } in setNameStrIndex() argument 317 Str.writeELFWord<IsELF64>(Header.sh_name); in writeHeader()
|
/third_party/mesa3d/src/amd/common/ |
D | ac_rgp_elf_object_pack.c | 438 sec_hdr[1].sh_name = (uintptr_t)((struct ac_rgp_elf_string_table*)0)->strtab; in ac_rgp_file_write_elf_object() 444 sec_hdr[2].sh_name = (uintptr_t)((struct ac_rgp_elf_string_table*)0)->text; in ac_rgp_file_write_elf_object() 451 sec_hdr[3].sh_name = (uintptr_t)((struct ac_rgp_elf_string_table*)0)->symtab; in ac_rgp_file_write_elf_object() 460 sec_hdr[4].sh_name = (uintptr_t)((struct ac_rgp_elf_string_table*)0)->note; in ac_rgp_file_write_elf_object()
|
D | ac_rtld.c | 346 s->name = elf_strptr(part->elf, section_str_index, shdr->sh_name); in ac_rtld_open()
|
/third_party/boost/boost/dll/detail/ |
D | elf_info.hpp | 49 boost::uint32_t sh_name; /* Section name (string tbl index) */ member 257 if (!std::strcmp(&names[0] + section.sh_name, section_name)) { in symbols()
|
/third_party/libunwind/include/win/ |
D | freebsd-elf32.h | 77 Elf32_Word sh_name; /* Section name (index into the member
|
D | freebsd-elf64.h | 90 Elf64_Word sh_name; /* Section name (index into the member
|
/third_party/libunwind/include/mingw/ |
D | freebsd-elf32.h | 77 Elf32_Word sh_name; /* Section name (index into the member
|
D | freebsd-elf64.h | 90 Elf64_Word sh_name; /* Section name (index into the member
|
/third_party/libunwind/src/ia64/ |
D | Gfind_unwind_table.c | 80 if (strcmp (strtab + shdr->sh_name, ".opd") == 0 in find_gp()
|
/third_party/mesa3d/src/gallium/frontends/clover/llvm/codegen/ |
D | native.cpp | 70 if (!std::strcmp(elf_strptr(elf, section_str_index, header.sh_name), in get_symbol_table()
|
/third_party/elfio/elfio/ |
D | elf_types.hpp | 752 Elf_Word sh_name; member 766 Elf_Word sh_name; member
|
D | elfio_section.hpp | 99 ELFIO_GET_SET_ACCESS( Elf_Word, name_string_offset, header.sh_name );
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 624 Elf32_Word sh_name; // Section name (index into string table) member 638 Elf64_Word sh_name; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 774 Elf32_Word sh_name; // Section name (index into string table) member 788 Elf64_Word sh_name; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | ELFTypes.h | 122 Elf_Word sh_name; // Section name (index into string table) 137 Elf_Word sh_name; // Section name (index into string table)
|
/third_party/boost/libs/dll/test/ |
D | structures_tests.cpp | 74 CHECK_FIELD(sh_name); in elf_sheader_checks()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | ELFEmitter.cpp | 363 To.sh_name = *From->ShName; in overrideFields() 434 SHeader.sh_name = in initSectionHeaders() 591 SHeader.sh_name = DotShStrtab.getOffset(IsStatic ? ".symtab" : ".dynsym"); in initSymtabSectionHeader() 649 SHeader.sh_name = DotShStrtab.getOffset(Name); in initStrtabSectionHeader()
|
/third_party/glib/gio/ |
D | gresource-tool.c | 208 section_name = elf_strptr (elf, shstrndx, shdr->sh_name); in elf_foreach_resource_section()
|
/third_party/libunwind/src/ |
D | elfxx.c | 424 if (strcmp (strtab + shdr->sh_name, secname) == 0) in Elf_W()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | elf.h | 327 Elf32_Word sh_name; member 340 Elf64_Word sh_name; member
|
/third_party/musl/porting/linux/user/include/ |
D | elf.h | 327 Elf32_Word sh_name; member 340 Elf64_Word sh_name; member
|
/third_party/musl/ndk_musl_include/ |
D | elf.h | 327 Elf32_Word sh_name; member 340 Elf64_Word sh_name; member
|
/third_party/musl/include/ |
D | elf.h | 327 Elf32_Word sh_name; member 340 Elf64_Word sh_name; member
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | elf.h | 327 Elf32_Word sh_name; member 340 Elf64_Word sh_name; member
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | elf.h | 327 Elf32_Word sh_name; member 340 Elf64_Word sh_name; member
|