/third_party/libbpf/src/ |
H A D | elf.c | 147 if (sh_type != SHT_DYNSYM) in elf_sym_iter_new() 317 if (sh_type == SHT_DYNSYM) { in symbol_match() 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() 385 * a binary is stripped, it may only have SHT_DYNSYM, and a fully-statically 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/libelf/ |
H A D | nlist.c | 106 if (shdr->sh_type == SHT_DYNSYM) in nlist()
|
H A D | elf_getdata.c | 59 [SHT_DYNSYM] = ELF_T_SYM,
|
H A D | elf32_updatenull.c | 250 case SHT_DYNSYM: in __elfw2()
|
/third_party/elfutils/src/ |
H A D | arlib.c | 232 symtype = SHT_DYNSYM; in arlib_add_symbols()
|
H A D | nm.c | 320 symsec_type = SHT_DYNSYM; in parse_opt() 1562 if (symsec_type == SHT_DYNSYM in handle_elf()
|
H A D | unstrip.c | 370 case SHT_DYNSYM: in section_can_shrink() 1735 if (shdr_mem.sh_type == SHT_SYMTAB || shdr_mem.sh_type == SHT_DYNSYM) in copy_elided_sections() 1778 if (shdr_mem.sh_type == SHT_DYNSYM) in copy_elided_sections()
|
H A D | strip.c | 1466 && (shdr_info[cnt].shdr.sh_type == SHT_DYNSYM in handle_elf() 1550 + SHT_SYMTAB and SHT_DYNSYM in sh_link to string table in handle_elf() 1943 if (shdr_info[cnt].shdr.sh_type == SHT_DYNSYM in handle_elf() 1967 elf_assert (shdr_info[cnt].shdr.sh_type == SHT_DYNSYM); in handle_elf()
|
H A D | elfcmp.c | 348 case SHT_DYNSYM: in main()
|
H A D | elflint.c | 1061 && shdr->sh_type == SHT_DYNSYM) in check_symtab() 2324 if (symshdr != NULL && symshdr->sh_type != SHT_DYNSYM) in check_hash() 2954 if (symshdr->sh_type != SHT_DYNSYM) in check_versym() 3646 { ".dynsym", 8, SHT_DYNSYM, exact, SHF_ALLOC, 0 }, 4163 case SHT_DYNSYM: in check_sections()
|
/third_party/vixl/examples/aarch32/ |
H A D | disasm-a32.cc | 266 section_locator.Locate(SHT_DYNSYM, ".dynsym"), in main()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
H A D | ELF.h | 643 SymTable.sh_type != ELF::SHT_DYNSYM) 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()
|
H A D | ELFObjectFile.h | 322 SymTable->sh_type == ELF::SHT_DYNSYM); in toDRI() 963 case ELF::SHT_DYNSYM: { in create()
|
/third_party/elfio/c_wrapper/ |
H A D | elf_types_c_wrapper.hpp | 477 #define SHT_DYNSYM 11 macro
|
/third_party/libunwind/libunwind/src/ |
H A D | elfxx.c | 113 case SHT_DYNSYM: in lookup_symbol()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | ELF.cpp | 242 STRINGIFY_ENUM_CASE(ELF, SHT_DYNSYM); in getELFSectionTypeName()
|
/third_party/elfio/elfio/ |
H A D | elfio_dump.hpp | 382 { SHT_DYNSYM, "DYNSYM" }, 869 SHT_DYNSYM == sec->get_type() ) { in symbol_tables()
|
H A D | elf_types.hpp | 505 constexpr Elf_Word SHT_DYNSYM = 11; member
|
/third_party/elfutils/tests/ |
H A D | elfstrmerge.c | 515 case SHT_DYNSYM: in main()
|
/third_party/libabigail/src/ |
H A D | abg-elf-helpers.cc | 409 return find_section(elf_handle, SHT_DYNSYM); in find_dynsym_section() 417 /// .dynsym symbol table (of type SHT_DYNSYM). 449 /// index for the .dynsym symbol table (of type SHT_DYNSYM).
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | ELF.h | 677 SHT_DYNSYM = 11, // Symbol table.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 827 SHT_DYNSYM = 11, // Symbol table.
|
/third_party/elfutils/libdwfl/ |
H A D | dwfl_module_getdwarf.c | 117 (SHT_DYNSYM et al) to make space for the additional prelink in open_elf() 601 Returns DWFL_E_NO_SYMTAB if not, but still sets results for SHT_DYNSYM. */ 628 case SHT_DYNSYM: in load_symtab() 657 We might have found an SHT_DYNSYM and set *SYMSCN et al though. */ in load_symtab()
|
/third_party/musl/porting/linux/user/include/ |
H A D | elf.h | 383 #define SHT_DYNSYM 11 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | elf.h | 382 #define SHT_DYNSYM 11 macro
|