/third_party/elfio/examples/write_obj/ |
H A D | write_obj.cpp | 84 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/ |
H A D | ELFIOTest1.cpp | 86 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/ |
H A D | elf.c | 352 int i, sh_types[2] = { SHT_DYNSYM, SHT_SYMTAB }; in elf_find_func_offset() 384 /* Search SHT_DYNSYM, SHT_SYMTAB for symbol. This search order is used because if 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/elfio/examples/tutorial/ |
H A D | tutorial.cpp | 84 if ( psec->get_type() == SHT_SYMTAB ) { in main()
|
/third_party/elfutils/tests/ |
H A D | asm-tst8.c | 121 if (shdr->sh_type != SHT_SYMTAB) in main()
|
H A D | asm-tst7.c | 120 if (shdr->sh_type != SHT_SYMTAB) in main()
|
H A D | sectiondump.c | 122 case SHT_SYMTAB: in handle_section()
|
H A D | asm-tst3.c | 49 [3] = SHT_SYMTAB,
|
H A D | elfstrmerge.c | 245 if (symtabshdr->sh_type == SHT_SYMTAB) in main() 514 case SHT_SYMTAB: in main()
|
/third_party/elfutils/libasm/ |
H A D | disasm_cb.c | 86 if (shdr == NULL || shdr->sh_type != SHT_SYMTAB in read_symtab_exec()
|
H A D | asm_end.c | 275 shdr->sh_type = SHT_SYMTAB; in binary_end()
|
/third_party/elfutils/libelf/ |
H A D | nlist.c | 99 if (shdr->sh_type == SHT_SYMTAB) in nlist()
|
H A D | elf_getdata.c | 54 [SHT_SYMTAB] = ELF_T_SYM,
|
H A D | elf32_updatenull.c | 224 case SHT_SYMTAB: in __elfw2()
|
/third_party/elfutils/src/ |
H A D | arlib.c | 230 symtype = SHT_SYMTAB; in arlib_add_symbols()
|
H A D | unstrip.c | 369 case SHT_SYMTAB: in section_can_shrink() 1453 if (sections[nalloc].shdr.sh_type == SHT_SYMTAB) in copy_elided_sections() 1474 if (shdr->sh_type == SHT_SYMTAB) in copy_elided_sections() 1735 if (shdr_mem.sh_type == SHT_SYMTAB || shdr_mem.sh_type == SHT_DYNSYM) in copy_elided_sections() 1776 if (shdr_mem.sh_type == SHT_SYMTAB) in copy_elided_sections()
|
H A D | elfclassify.c | 321 if (shdr->sh_type == SHT_SYMTAB) in run_classify()
|
H A D | findtextrel.c | 291 case SHT_SYMTAB: in process_file()
|
/third_party/elfutils/libdwfl/ |
H A D | relocate.c | 135 if ((shdr->sh_type == SHT_SYMTAB in relocate_getsym() 145 case SHT_SYMTAB: in relocate_getsym()
|
/third_party/vixl/examples/aarch32/ |
H A D | disasm-a32.cc | 273 section_locator.Locate(SHT_SYMTAB, ".symtab"), in main()
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
H A D | pkg_genc.cpp | 985 SHT_SYMTAB, in writeObjectCode() 1102 SHT_SYMTAB, in writeObjectCode()
|
/third_party/icu/icu4c/source/tools/toolutil/ |
H A D | pkg_genc.cpp | 930 SHT_SYMTAB, in writeObjectCode() 1047 SHT_SYMTAB, in writeObjectCode()
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
H A D | pkg_genc.cpp | 930 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/ |
H A D | ELF.h | 642 if (SymTable.sh_type != ELF::SHT_SYMTAB && in getSHNDXTable() 647 " section (expected SHT_SYMTAB/SHT_DYNSYM)"); in getSHNDXTable() 672 if (Sec.sh_type != ELF::SHT_SYMTAB && Sec.sh_type != ELF::SHT_DYNSYM) in getStringTableForSymtab() 675 "invalid sh_type for symbol table, expected SHT_SYMTAB or SHT_DYNSYM"); in getStringTableForSymtab()
|
/third_party/elfio/c_wrapper/ |
H A D | elf_types_c_wrapper.hpp | 468 #define SHT_SYMTAB 2 macro
|