Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp263 STRINGIFY_ENUM_CASE(ELF, SHT_DYNAMIC); in getELFSectionTypeName()
538 if (Sec.sh_type == ELF::SHT_DYNAMIC) { in dynamicEntries()
/freebsd-13.1/usr.bin/elfdump/
H A Delfdump.c342 case SHT_DYNAMIC: return "SHT_DYNAMIC"; in sh_types()
670 case SHT_DYNAMIC: in main()
/freebsd-13.1/sys/sys/
H A Delf_common.h419 #define SHT_DYNAMIC 6 /* dynamic section */ macro
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h915 SHT_DYNAMIC = 6, // Information for dynamic linking. enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp319 DynTab.Shdr.sh_type = SHT_DYNAMIC; in fillDynTabShdr()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h93 case ELF::SHT_DYNAMIC: in LLVM_YAML_STRONG_TYPEDEF()
/freebsd-13.1/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-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp606 ECase(SHT_DYNAMIC); in enumeration()
1497 case ELF::SHT_DYNAMIC: in mapping()
H A DELFEmitter.cpp1646 assert(Section.Type == llvm::ELF::SHT_DYNAMIC && in writeSectionContent()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.h847 return S->OriginalType == ELF::SHT_DYNAMIC; in classof()
H A DObject.cpp1717 case SHT_DYNAMIC: in makeSection()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1638 case SHT_DYNAMIC: in GetSectionType()
3174 CASE_AND_STREAM(s, SHT_DYNAMIC, kStrWidth); in DumpELFSectionHeader_sh_type()
/freebsd-13.1/contrib/elftoolchain/elfcopy/
H A Dsections.c898 case SHT_DYNAMIC: in section_type_alignment()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp994 case ELF::SHT_DYNAMIC: in writeSection()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h893 if (Sec.sh_type != ELF::SHT_DYNAMIC) in dynamic_relocation_sections()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp1462 case SHT_DYNAMIC: in parse()
H A DSyntheticSections.cpp1249 : SyntheticSection(SHF_ALLOC | SHF_WRITE, SHT_DYNAMIC, config->wordsize, in DynamicSection()
/freebsd-13.1/contrib/elftoolchain/readelf/
H A Dreadelf.c791 case SHT_DYNAMIC: return "DYNAMIC"; in section_type()
2738 if (s->type != SHT_DYNAMIC) in dump_dynamic()
3319 if (re->sl[i].type == SHT_DYNAMIC) { in dump_symtabs()
/freebsd-13.1/contrib/elftoolchain/common/
H A Delfdefinitions.h1132 _ELF_DEFINE_SHT(SHT_DYNAMIC, 6, \
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1656 if (Sec.sh_type != ELF::SHT_DYNAMIC) in findDynamic()