Home
last modified time | relevance | path

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

123

/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.cpp86 sym_sec->set_type( SHT_SYMTAB ); in write_obj_i386()
90 sym_sec->set_entry_size( writer.get_default_entry_size( SHT_SYMTAB ) ); in write_obj_i386()
632 sym_sec->set_type( SHT_SYMTAB ); in TEST()
636 sym_sec->set_entry_size( writer.get_default_entry_size( SHT_SYMTAB ) ); in TEST()
749 sym_sec->set_type( SHT_SYMTAB ); in TEST()
753 sym_sec->set_entry_size( writer.get_default_entry_size( SHT_SYMTAB ) ); in TEST()
/third_party/libbpf/src/
Delf.c352 int i, sh_types[2] = { SHT_DYNSYM, SHT_SYMTAB }; in elf_find_func_offset()
488 int sh_types[2] = { SHT_DYNSYM, SHT_SYMTAB }; in elf_resolve_syms_offsets()
584 int sh_types[2] = { SHT_SYMTAB, SHT_DYNSYM }; in elf_resolve_pattern_offsets()
/third_party/elfutils/tests/
Dasm-tst7.c120 if (shdr->sh_type != SHT_SYMTAB) in main()
Dasm-tst8.c121 if (shdr->sh_type != SHT_SYMTAB) in main()
Dsectiondump.c122 case SHT_SYMTAB: in handle_section()
Dasm-tst3.c49 [3] = SHT_SYMTAB,
Delfstrmerge.c245 if (symtabshdr->sh_type == SHT_SYMTAB) in main()
514 case SHT_SYMTAB: in main()
/third_party/elfio/examples/tutorial/
Dtutorial.cpp84 if ( psec->get_type() == SHT_SYMTAB ) { in main()
/third_party/elfutils/libasm/
Ddisasm_cb.c86 if (shdr == NULL || shdr->sh_type != SHT_SYMTAB in read_symtab_exec()
/third_party/elfutils/libelf/
Dnlist.c99 if (shdr->sh_type == SHT_SYMTAB) in nlist()
Delf32_updatenull.c224 case SHT_SYMTAB: in __elfw2()
/third_party/elfutils/src/
Darlib.c230 symtype = SHT_SYMTAB; in arlib_add_symbols()
Dunstrip.c368 case SHT_SYMTAB: in section_can_shrink()
1451 if (sections[nalloc].shdr.sh_type == SHT_SYMTAB) in copy_elided_sections()
1472 if (shdr->sh_type == SHT_SYMTAB) in copy_elided_sections()
1733 if (shdr_mem.sh_type == SHT_SYMTAB || shdr_mem.sh_type == SHT_DYNSYM) in copy_elided_sections()
1774 if (shdr_mem.sh_type == SHT_SYMTAB) in copy_elided_sections()
Dstrip.c389 if (shdr != NULL && shdr->sh_type == SHT_SYMTAB) in get_xndxdata()
1467 || shdr_info[cnt].shdr.sh_type == SHT_SYMTAB)) in handle_elf()
1484 elf_assert (shdr_info[cnt].shdr.sh_type == SHT_SYMTAB); in handle_elf()
1944 || shdr_info[cnt].shdr.sh_type == SHT_SYMTAB) in handle_elf()
/third_party/elfutils/libdwfl/
Drelocate.c135 if ((shdr->sh_type == SHT_SYMTAB in relocate_getsym()
145 case SHT_SYMTAB: in relocate_getsym()
/third_party/vixl/examples/aarch32/
Ddisasm-a32.cc273 section_locator.Locate(SHT_SYMTAB, ".symtab"), in main()
/third_party/icu/icu4c/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/node/deps/icu-small/source/tools/toolutil/
Dpkg_genc.cpp985 SHT_SYMTAB, in writeObjectCode()
1102 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()
/third_party/mesa3d/src/amd/common/
Dac_rgp_elf_object_pack.c454 sec_hdr[3].sh_type = SHT_SYMTAB; in ac_rgp_file_write_elf_object()
/third_party/elfio/elfio/
Delfio_dump.hpp373 { SHT_SYMTAB, "SYMTAB" },
868 if ( SHT_SYMTAB == sec->get_type() || in symbol_tables()
/third_party/libunwind/libunwind/src/
Delfxx.c112 case SHT_SYMTAB: in elf_w()
/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()

123