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/lib/Object/
H A DELF.cpp291 STRINGIFY_ENUM_CASE(ELF, SHT_DYNAMIC); in getELFSectionTypeName()
574 if (Sec.sh_type == ELF::SHT_DYNAMIC) { in dynamicEntries()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DELFDump.cpp326 return Sec.getType() == ELF::SHT_DYNAMIC; in printDynamicRelocations()
/freebsd/usr.sbin/kldxref/
H A Def.c250 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()
667 case SHT_DYNAMIC: in main()
/freebsd/sys/sys/
H A Delf_common.h418 #define SHT_DYNAMIC 6 /* dynamic section */ macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1055 SHT_DYNAMIC = 6, // Information for dynamic linking. enumerator
/freebsd/contrib/llvm-project/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp319 DynTab.Shdr.sh_type = SHT_DYNAMIC; in fillDynTabShdr()
/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.cpp663 ECase(SHT_DYNAMIC); in enumeration()
1601 case ELF::SHT_DYNAMIC: in mapping()
H A DELFEmitter.cpp1705 assert(Section.Type == llvm::ELF::SHT_DYNAMIC && in writeSectionContent()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h869 return S->OriginalType == ELF::SHT_DYNAMIC; in classof()
H A DELFObject.cpp1716 case SHT_DYNAMIC: in makeSection()
/freebsd/contrib/elftoolchain/elfcopy/
H A Dsections.c898 case SHT_DYNAMIC: in section_type_alignment()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp1016 case ELF::SHT_DYNAMIC: in writeSection()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1709 case SHT_DYNAMIC: in GetSectionType()
3339 CASE_AND_STREAM(s, SHT_DYNAMIC, kStrWidth); in DumpELFSectionHeader_sh_type()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h937 if (Sec.sh_type != ELF::SHT_DYNAMIC) in dynamic_relocation_sections()
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp1416 case SHT_DYNAMIC: in parse()
H A DSyntheticSections.cpp1254 : SyntheticSection(SHF_ALLOC | SHF_WRITE, SHT_DYNAMIC, config->wordsize, in DynamicSection()
/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/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1822 if (Sec.sh_type != ELF::SHT_DYNAMIC) in findDynamic()