Home
last modified time | relevance | path

Searched refs:SHT_DYNAMIC (Results 1 – 24 of 24) sorted by relevance

/freebsd/contrib/elftoolchain/libelf/
H A Dlibelf_data.c40 case SHT_DYNAMIC: in _libelf_xlate_shtype()
H A Dlibelf_checksum.c84 shdr.sh_type == SHT_DYNAMIC || in _libelf_checksum()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DELFDump.cpp89 if (Sec.sh_type == ELF::SHT_DYNAMIC) in getDynamicStrTab()
347 return Sec.getType() == ELF::SHT_DYNAMIC; in printDynamicRelocations()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp296 STRINGIFY_ENUM_CASE(ELF, SHT_DYNAMIC); in getELFSectionTypeName()
636 if (Sec.sh_type == ELF::SHT_DYNAMIC) { in dynamicEntries()
/freebsd/lib/libkldelf/
H A Def.c254 if (shdr[i].sh_type == SHT_DYNAMIC) { in ef_parse_dynamic()
/freebsd/usr.bin/elfdump/
H A Delfdump.c339 case SHT_DYNAMIC: return "SHT_DYNAMIC"; in sh_types()
668 case SHT_DYNAMIC: in main()
/freebsd/sys/sys/
H A Delf_common.h439 #define SHT_DYNAMIC 6 /* dynamic section */ macro
/freebsd/contrib/llvm-project/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp319 DynTab.Shdr.sh_type = SHT_DYNAMIC; in fillDynTabShdr()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1147 SHT_DYNAMIC = 6, // Information for dynamic linking. enumerator
/freebsd/contrib/elftoolchain/elfdump/
H A Delfdump.c402 case SHT_DYNAMIC: return "SHT_DYNAMIC"; in sh_types()
1604 if (s->type == SHT_DYNAMIC && in elf_print_dynamic()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h94 case ELF::SHT_DYNAMIC: in LLVM_YAML_STRONG_TYPEDEF()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp699 ECase(SHT_DYNAMIC); in enumeration()
1651 case ELF::SHT_DYNAMIC: in mapping()
H A DELFEmitter.cpp1777 assert(Section.Type == llvm::ELF::SHT_DYNAMIC && in writeSectionContent()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp891 case ELF::SHT_DYNAMIC: in writeSectionHeader()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h997 return S->OriginalType == ELF::SHT_DYNAMIC; in classof()
H A DELFObject.cpp1745 case SHT_DYNAMIC: in makeSection()
/freebsd/contrib/elftoolchain/elfcopy/
H A Dsections.c898 case SHT_DYNAMIC: in section_type_alignment()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1691 case SHT_DYNAMIC: in GetSectionType()
3415 CASE_AND_STREAM(s, SHT_DYNAMIC, kStrWidth); in DumpELFSectionHeader_sh_type()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h980 if (Sec.sh_type != ELF::SHT_DYNAMIC) in dynamic_relocation_sections()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c791 case SHT_DYNAMIC: return "DYNAMIC"; in section_type()
2740 if (s->type != SHT_DYNAMIC) in dump_dynamic()
3320 if (re->sl[i].type == SHT_DYNAMIC) { in dump_symtabs()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h1132 _ELF_DEFINE_SHT(SHT_DYNAMIC, 6, \
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp1523 case SHT_DYNAMIC: in parse()
H A DSyntheticSections.cpp1332 : SyntheticSection(ctx, ".dynamic", SHT_DYNAMIC, SHF_ALLOC | SHF_WRITE, in DynamicSection()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1846 if (Sec.sh_type != ELF::SHT_DYNAMIC) in findDynamic()