/freebsd/contrib/elftoolchain/libelf/ |
H A D | libelf_data.c | 42 case SHT_DYNSYM: in _libelf_xlate_shtype()
|
H A D | libelf_checksum.c | 85 shdr.sh_type == SHT_DYNSYM) in _libelf_checksum()
|
/freebsd/sys/compat/linux/ |
H A D | linux_vdso.c | 126 if (shdr[i].sh_type == SHT_DYNSYM) { in __elfN()
|
/freebsd/contrib/file/src/ |
H A D | readelf.h | 143 #define SHT_DYNSYM 11 macro
|
H A D | readelf.c | 1489 case SHT_DYNSYM: in doshn()
|
/freebsd/contrib/llvm-project/llvm/lib/InterfaceStub/ |
H A D | ELFObjHandler.cpp | 248 fillSymTabShdr(DynSym, SHT_DYNSYM); in ELFStubBuilder() 393 if (Sec.sh_type == SHT_DYNSYM) { in findDynSymHdr()
|
/freebsd/lib/libpmcstat/ |
H A D | libpmcstat_image.c | 446 if (sh.sh_type == SHT_SYMTAB || sh.sh_type == SHT_DYNSYM) in pmcstat_image_get_elf_params()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | ELF.h | 830 if (Sec.sh_type == ELF::SHT_DYNSYM) { in getDynSymtabSize() 1264 SymTable.sh_type != ELF::SHT_DYNSYM) in getSHNDXTable() 1293 if (Sec.sh_type != ELF::SHT_SYMTAB && Sec.sh_type != ELF::SHT_DYNSYM) in getStringTableForSymtab()
|
H A D | ELFObjectFile.h | 361 SymTable->sh_type == ELF::SHT_DYNSYM); in toDRI() 531 case ELF::SHT_DYNSYM: { in initContent()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | ELFDump.cpp | 82 if (Sec.sh_type == ELF::SHT_DYNSYM) in getDynamicStrTab()
|
/freebsd/lib/libkldelf/ |
H A D | ef.c | 410 case SHT_DYNSYM: in ef_parse_dynamic()
|
/freebsd/usr.bin/elfdump/ |
H A D | elfdump.c | 344 case SHT_DYNSYM: return "SHT_DYNSYM"; in sh_types() 685 case SHT_DYNSYM: in main()
|
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
H A D | output.c | 480 symtab_type = dynsym ? SHT_DYNSYM : SHT_SYMTAB; in write_file()
|
/freebsd/lib/libproc/ |
H A D | proc_sym.c | 203 (void)load_symtab(file->elf, &file->dynsymtab, SHT_DYNSYM); in load_symtabs()
|
/freebsd/contrib/elftoolchain/elfdump/ |
H A D | elfdump.c | 407 case SHT_DYNSYM: return "SHT_DYNSYM"; in sh_types() 1235 if (s->type != SHT_SYMTAB && s->type != SHT_DYNSYM) in get_symbol_name() 1583 ed->sl[i].type == SHT_DYNSYM) && in elf_print_symtabs()
|
/freebsd/contrib/elftoolchain/nm/ |
H A D | nm.c | 686 } else if (shdr.sh_type == SHT_DYNSYM) { in get_sym() 692 ndx = shdr.sh_type == SHT_DYNSYM ? dynndx : strndx; in get_sym()
|
/freebsd/sys/sys/ |
H A D | elf_common.h | 443 #define SHT_DYNSYM 11 /* dynamic symbol table section */ macro
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | ELFEmitter.cpp | 439 Sec->Type = ELF::SHT_DYNSYM; in ELFState() 753 case ELF::SHT_DYNSYM: in getDefaultLinkSec() 1011 SHeader.sh_type = IsStatic ? ELF::SHT_SYMTAB : ELF::SHT_DYNSYM; in initSymtabSectionHeader()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 1078 SHT_DYNSYM = 11, // Symbol table. enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | ELF.cpp | 299 STRINGIFY_ENUM_CASE(ELF, SHT_DYNSYM); in getELFSectionTypeName()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ObjectFileELF.cpp | 1721 case SHT_DYNSYM: in GetSectionType() 2447 symtab_hdr->sh_type == SHT_DYNSYM); in ParseSymbolTable() 3434 CASE_AND_STREAM(s, SHT_DYNSYM, kStrWidth); in DumpELFSectionHeader_sh_type()
|
/freebsd/contrib/elftoolchain/readelf/ |
H A D | readelf.c | 796 case SHT_DYNSYM: return "DYNSYM"; in section_type() 3286 if (s->type == SHT_DYNSYM && re->ver != NULL && in dump_symtab() 3353 if (s->type == SHT_SYMTAB || s->type == SHT_DYNSYM) { in dump_symtabs() 6964 if (s->type != SHT_SYMTAB && s->type != SHT_DYNSYM) in get_symbol_name() 6998 if (s->type != SHT_SYMTAB && s->type != SHT_DYNSYM) in get_symbol_value()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | ELFYAML.h | 84 case ELF::SHT_DYNSYM: in LLVM_YAML_STRONG_TYPEDEF()
|
/freebsd/stand/fdt/ |
H A D | fdt_loader_cmd.c | 148 if (shdr[i].sh_type == SHT_DYNSYM && symtab == 0) { in fdt_find_static_dtb()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObject.h | 984 return S->OriginalType == ELF::SHT_DYNSYM; in classof()
|