Home
last modified time | relevance | path

Searched refs:SHT_DYNSYM (Results 1 - 25 of 32) sorted by relevance

12

/third_party/libbpf/src/
H A Delf.c147 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 Dnlist.c106 if (shdr->sh_type == SHT_DYNSYM) in nlist()
H A Delf_getdata.c59 [SHT_DYNSYM] = ELF_T_SYM,
H A Delf32_updatenull.c250 case SHT_DYNSYM: in __elfw2()
/third_party/elfutils/src/
H A Darlib.c232 symtype = SHT_DYNSYM; in arlib_add_symbols()
H A Dnm.c320 symsec_type = SHT_DYNSYM; in parse_opt()
1562 if (symsec_type == SHT_DYNSYM in handle_elf()
H A Dunstrip.c370 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 Dstrip.c1466 && (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 Delfcmp.c348 case SHT_DYNSYM: in main()
H A Delflint.c1061 && 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 Ddisasm-a32.cc266 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 DELF.h643 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 DELFObjectFile.h322 SymTable->sh_type == ELF::SHT_DYNSYM); in toDRI()
963 case ELF::SHT_DYNSYM: { in create()
/third_party/elfio/c_wrapper/
H A Delf_types_c_wrapper.hpp477 #define SHT_DYNSYM 11 macro
/third_party/libunwind/libunwind/src/
H A Delfxx.c113 case SHT_DYNSYM: in lookup_symbol()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DELF.cpp242 STRINGIFY_ENUM_CASE(ELF, SHT_DYNSYM); in getELFSectionTypeName()
/third_party/elfio/elfio/
H A Delfio_dump.hpp382 { SHT_DYNSYM, "DYNSYM" },
869 SHT_DYNSYM == sec->get_type() ) { in symbol_tables()
H A Delf_types.hpp505 constexpr Elf_Word SHT_DYNSYM = 11; member
/third_party/elfutils/tests/
H A Delfstrmerge.c515 case SHT_DYNSYM: in main()
/third_party/libabigail/src/
H A Dabg-elf-helpers.cc409 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 DELF.h677 SHT_DYNSYM = 11, // Symbol table.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DELF.h827 SHT_DYNSYM = 11, // Symbol table.
/third_party/elfutils/libdwfl/
H A Ddwfl_module_getdwarf.c117 (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 Delf.h383 #define SHT_DYNSYM 11 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h382 #define SHT_DYNSYM 11 macro

Completed in 77 milliseconds

12