Home
last modified time | relevance | path

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

/freebsd-head/contrib/elftoolchain/libelf/
HDlibelf_data.c40 case SHT_DYNAMIC: in _libelf_xlate_shtype()
HDlibelf_checksum.c84 shdr.sh_type == SHT_DYNAMIC || in _libelf_checksum()
/freebsd-head/contrib/llvm-project/llvm/lib/Object/
HDELF.cpp294 STRINGIFY_ENUM_CASE(ELF, SHT_DYNAMIC); in getELFSectionTypeName()
634 if (Sec.sh_type == ELF::SHT_DYNAMIC) { in dynamicEntries()
/freebsd-head/contrib/llvm-project/llvm/tools/llvm-objdump/
HDELFDump.cpp331 return Sec.getType() == ELF::SHT_DYNAMIC; in printDynamicRelocations()
/freebsd-head/lib/libkldelf/
HDef.c254 if (shdr[i].sh_type == SHT_DYNAMIC) { in ef_parse_dynamic()
/freebsd-head/usr.bin/elfdump/
HDelfdump.c339 case SHT_DYNAMIC: return "SHT_DYNAMIC"; in sh_types()
667 case SHT_DYNAMIC: in main()
/freebsd-head/sys/sys/
HDelf_common.h438 #define SHT_DYNAMIC 6 /* dynamic section */ macro
/freebsd-head/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDELF.h1073 SHT_DYNAMIC = 6, // Information for dynamic linking. enumerator
/freebsd-head/contrib/llvm-project/llvm/lib/InterfaceStub/
HDELFObjHandler.cpp319 DynTab.Shdr.sh_type = SHT_DYNAMIC; in fillDynTabShdr()
/freebsd-head/contrib/elftoolchain/elfdump/
HDelfdump.c402 case SHT_DYNAMIC: return "SHT_DYNAMIC"; in sh_types()
1604 if (s->type == SHT_DYNAMIC && in elf_print_dynamic()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
HDELFYAML.h94 case ELF::SHT_DYNAMIC: in LLVM_YAML_STRONG_TYPEDEF()
/freebsd-head/contrib/llvm-project/llvm/lib/ObjectYAML/
HDELFYAML.cpp679 ECase(SHT_DYNAMIC); in enumeration()
1619 case ELF::SHT_DYNAMIC: in mapping()
HDELFEmitter.cpp1773 assert(Section.Type == llvm::ELF::SHT_DYNAMIC && in writeSectionContent()
/freebsd-head/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
HDELFObject.h993 return S->OriginalType == ELF::SHT_DYNAMIC; in classof()
HDELFObject.cpp1748 case SHT_DYNAMIC: in makeSection()
/freebsd-head/contrib/llvm-project/llvm/lib/MC/
HDELFObjectWriter.cpp887 case ELF::SHT_DYNAMIC: in writeSection()
/freebsd-head/contrib/elftoolchain/elfcopy/
HDsections.c898 case SHT_DYNAMIC: in section_type_alignment()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
HDObjectFileELF.cpp1726 case SHT_DYNAMIC: in GetSectionType()
3429 CASE_AND_STREAM(s, SHT_DYNAMIC, kStrWidth); in DumpELFSectionHeader_sh_type()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/Object/
HDELFObjectFile.h975 if (Sec.sh_type != ELF::SHT_DYNAMIC) in dynamic_relocation_sections()
/freebsd-head/contrib/elftoolchain/readelf/
HDreadelf.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-head/contrib/llvm-project/lld/ELF/
HDInputFiles.cpp1474 case SHT_DYNAMIC: in parse()
HDSyntheticSections.cpp1281 : SyntheticSection(SHF_ALLOC | SHF_WRITE, SHT_DYNAMIC, config->wordsize, in DynamicSection()
/freebsd-head/contrib/elftoolchain/common/
HDelfdefinitions.h1132 _ELF_DEFINE_SHT(SHT_DYNAMIC, 6, \
/freebsd-head/contrib/llvm-project/llvm/tools/llvm-readobj/
HDELFDumper.cpp1789 if (Sec.sh_type != ELF::SHT_DYNAMIC) in findDynamic()