Home
last modified time | relevance | path

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

12

/freebsd/contrib/elftoolchain/libelf/
H A Dlibelf_data.c42 case SHT_DYNSYM: in _libelf_xlate_shtype()
H A Dlibelf_checksum.c85 shdr.sh_type == SHT_DYNSYM) in _libelf_checksum()
/freebsd/sys/compat/linux/
H A Dlinux_vdso.c126 if (shdr[i].sh_type == SHT_DYNSYM) { in __elfN()
/freebsd/contrib/file/src/
H A Dreadelf.h143 #define SHT_DYNSYM 11 macro
H A Dreadelf.c1489 case SHT_DYNSYM: in doshn()
/freebsd/contrib/llvm-project/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp248 fillSymTabShdr(DynSym, SHT_DYNSYM); in ELFStubBuilder()
393 if (Sec.sh_type == SHT_DYNSYM) { in findDynSymHdr()
/freebsd/lib/libpmcstat/
H A Dlibpmcstat_image.c446 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 DELF.h830 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 DELFObjectFile.h361 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 DELFDump.cpp82 if (Sec.sh_type == ELF::SHT_DYNSYM) in getDynamicStrTab()
/freebsd/lib/libkldelf/
H A Def.c410 case SHT_DYNSYM: in ef_parse_dynamic()
/freebsd/usr.bin/elfdump/
H A Delfdump.c344 case SHT_DYNSYM: return "SHT_DYNSYM"; in sh_types()
685 case SHT_DYNSYM: in main()
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Doutput.c480 symtab_type = dynsym ? SHT_DYNSYM : SHT_SYMTAB; in write_file()
/freebsd/lib/libproc/
H A Dproc_sym.c203 (void)load_symtab(file->elf, &file->dynsymtab, SHT_DYNSYM); in load_symtabs()
/freebsd/contrib/elftoolchain/elfdump/
H A Delfdump.c407 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 Dnm.c686 } 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 Delf_common.h443 #define SHT_DYNSYM 11 /* dynamic symbol table section */ macro
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp439 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 DELF.h1078 SHT_DYNSYM = 11, // Symbol table. enumerator
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp299 STRINGIFY_ENUM_CASE(ELF, SHT_DYNSYM); in getELFSectionTypeName()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1721 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 Dreadelf.c796 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 DELFYAML.h84 case ELF::SHT_DYNSYM: in LLVM_YAML_STRONG_TYPEDEF()
/freebsd/stand/fdt/
H A Dfdt_loader_cmd.c148 if (shdr[i].sh_type == SHT_DYNSYM && symtab == 0) { in fdt_find_static_dtb()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h984 return S->OriginalType == ELF::SHT_DYNSYM; in classof()

12