Home
last modified time | relevance | path

Searched refs:SHT_SYMTAB (Results 1 – 25 of 32) sorted by relevance

12

/third_party/elfio/examples/write_obj/
Dwrite_obj.cpp84 sym_sec->set_type( SHT_SYMTAB ); in main()
87 sym_sec->set_entry_size( writer.get_default_entry_size( SHT_SYMTAB ) ); in main()
/third_party/elfio/tests/
DELFIOTest1.cpp89 sym_sec->set_type( SHT_SYMTAB ); in write_obj_i386()
93 sym_sec->set_entry_size( writer.get_default_entry_size( SHT_SYMTAB ) ); in write_obj_i386()
638 sym_sec->set_type( SHT_SYMTAB ); in BOOST_AUTO_TEST_CASE()
642 sym_sec->set_entry_size( writer.get_default_entry_size( SHT_SYMTAB ) ); in BOOST_AUTO_TEST_CASE()
768 sym_sec->set_type( SHT_SYMTAB ); in BOOST_AUTO_TEST_CASE()
772 sym_sec->set_entry_size( writer.get_default_entry_size( SHT_SYMTAB ) ); in BOOST_AUTO_TEST_CASE()
/third_party/elfio/examples/tutorial/
Dtutorial.cpp84 if ( psec->get_type() == SHT_SYMTAB ) { in main()
/third_party/libunwind/src/
Delfxx.c112 case SHT_SYMTAB: in elf_w()
190 case SHT_SYMTAB: in elf_w()
/third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/
Dpkg_genc.cpp825 SHT_SYMTAB, in writeObjectCode()
942 SHT_SYMTAB, in writeObjectCode()
/third_party/icu/icu4c/source/tools/toolutil/
Dpkg_genc.cpp930 SHT_SYMTAB, in writeObjectCode()
1047 SHT_SYMTAB, in writeObjectCode()
/third_party/elfio/elfio/
Delfio_dump.hpp346 { SHT_SYMTAB, "SYMTAB" },
628 if ( SHT_SYMTAB == sec->get_type() || in symbol_tables()
Delf_types.hpp468 #define SHT_SYMTAB 2 macro
Delfio.hpp227 case SHT_SYMTAB: in get_default_entry_size()
/third_party/node/deps/icu-small/source/tools/toolutil/
Dpkg_genc.cpp930 SHT_SYMTAB, in writeObjectCode()
1047 SHT_SYMTAB, in writeObjectCode()
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
Dpkg_genc.cpp930 SHT_SYMTAB, in writeObjectCode()
1047 SHT_SYMTAB, in writeObjectCode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELF.h642 if (SymTable.sh_type != ELF::SHT_SYMTAB && in getSHNDXTable()
672 if (Sec.sh_type != ELF::SHT_SYMTAB && Sec.sh_type != ELF::SHT_DYNSYM) in getStringTableForSymtab()
DELFObjectFile.h321 assert(SymTable->sh_type == ELF::SHT_SYMTAB || in toDRI()
968 case ELF::SHT_SYMTAB: { in create()
/third_party/libunwind/include/mingw/
Dfreebsd-elf_common.h194 #define SHT_SYMTAB 2 /* symbol table section */ macro
/third_party/libunwind/include/win/
Dfreebsd-elf_common.h194 #define SHT_SYMTAB 2 /* symbol table section */ macro
/third_party/mesa3d/src/amd/common/
Dac_rgp_elf_object_pack.c452 sec_hdr[3].sh_type = SHT_SYMTAB; in ac_rgp_file_write_elf_object()
Dac_rtld.c379 } else if (shdr->sh_type == SHT_SYMTAB) { in ac_rtld_open()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DELF.cpp233 STRINGIFY_ENUM_CASE(ELF, SHT_SYMTAB); in getELFSectionTypeName()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h668 SHT_SYMTAB = 2, // Symbol table. enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h818 SHT_SYMTAB = 2, // Symbol table. enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DELFObjectWriter.cpp617 Ctx.getELFSection(".symtab", ELF::SHT_SYMTAB, 0, EntrySize, ""); in computeSymbolTable()
1009 case ELF::SHT_SYMTAB: in writeSection()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceELFObjectWriter.cpp88 SymTab = createSection<ELFSymbolTableSection>(SymTabName, SHT_SYMTAB, 0, in ELFObjectWriter()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h373 #define SHT_SYMTAB 2 macro
/third_party/musl/porting/linux/user/include/
Delf.h373 #define SHT_SYMTAB 2 macro
/third_party/musl/ndk_musl_include/
Delf.h373 #define SHT_SYMTAB 2 macro

12