/third_party/elfio/examples/write_obj/ |
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/ |
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/ |
D | elf.c | 352 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/ |
D | asm-tst7.c | 120 if (shdr->sh_type != SHT_SYMTAB) in main()
|
D | asm-tst8.c | 121 if (shdr->sh_type != SHT_SYMTAB) in main()
|
D | sectiondump.c | 122 case SHT_SYMTAB: in handle_section()
|
D | asm-tst3.c | 49 [3] = SHT_SYMTAB,
|
D | elfstrmerge.c | 245 if (symtabshdr->sh_type == SHT_SYMTAB) in main() 514 case SHT_SYMTAB: in main()
|
/third_party/elfio/examples/tutorial/ |
D | tutorial.cpp | 84 if ( psec->get_type() == SHT_SYMTAB ) { in main()
|
/third_party/elfutils/libasm/ |
D | disasm_cb.c | 86 if (shdr == NULL || shdr->sh_type != SHT_SYMTAB in read_symtab_exec()
|
/third_party/elfutils/libelf/ |
D | nlist.c | 99 if (shdr->sh_type == SHT_SYMTAB) in nlist()
|
D | elf32_updatenull.c | 224 case SHT_SYMTAB: in __elfw2()
|
/third_party/elfutils/src/ |
D | arlib.c | 230 symtype = SHT_SYMTAB; in arlib_add_symbols()
|
D | unstrip.c | 368 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()
|
D | strip.c | 389 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/ |
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/ |
D | disasm-a32.cc | 273 section_locator.Locate(SHT_SYMTAB, ".symtab"), in main()
|
/third_party/icu/icu4c/source/tools/toolutil/ |
D | pkg_genc.cpp | 930 SHT_SYMTAB, in writeObjectCode() 1047 SHT_SYMTAB, in writeObjectCode()
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
D | pkg_genc.cpp | 930 SHT_SYMTAB, in writeObjectCode() 1047 SHT_SYMTAB, in writeObjectCode()
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
D | pkg_genc.cpp | 985 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/ |
D | ELF.h | 642 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/ |
D | ac_rgp_elf_object_pack.c | 454 sec_hdr[3].sh_type = SHT_SYMTAB; in ac_rgp_file_write_elf_object()
|
/third_party/elfio/elfio/ |
D | elfio_dump.hpp | 373 { SHT_SYMTAB, "SYMTAB" }, 868 if ( SHT_SYMTAB == sec->get_type() || in symbol_tables()
|
/third_party/libunwind/libunwind/src/ |
D | elfxx.c | 112 case SHT_SYMTAB: in elf_w()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | ELF.cpp | 233 STRINGIFY_ENUM_CASE(ELF, SHT_SYMTAB); in getELFSectionTypeName()
|