/freebsd/contrib/elftoolchain/libelf/ |
H A D | libelf_data.c | 40 case SHT_DYNAMIC: in _libelf_xlate_shtype()
|
H A D | libelf_checksum.c | 84 shdr.sh_type == SHT_DYNAMIC || in _libelf_checksum()
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | ELF.cpp | 294 STRINGIFY_ENUM_CASE(ELF, SHT_DYNAMIC); in getELFSectionTypeName() 634 if (Sec.sh_type == ELF::SHT_DYNAMIC) { in dynamicEntries()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | ELFDump.cpp | 331 return Sec.getType() == ELF::SHT_DYNAMIC; in printDynamicRelocations()
|
/freebsd/lib/libkldelf/ |
H A D | ef.c | 254 if (shdr[i].sh_type == SHT_DYNAMIC) { in ef_parse_dynamic()
|
/freebsd/usr.bin/elfdump/ |
H A D | elfdump.c | 339 case SHT_DYNAMIC: return "SHT_DYNAMIC"; in sh_types() 667 case SHT_DYNAMIC: in main()
|
/freebsd/sys/sys/ |
H A D | elf_common.h | 418 #define SHT_DYNAMIC 6 /* dynamic section */ macro
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 1073 SHT_DYNAMIC = 6, // Information for dynamic linking. enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/InterfaceStub/ |
H A D | ELFObjHandler.cpp | 319 DynTab.Shdr.sh_type = SHT_DYNAMIC; in fillDynTabShdr()
|
/freebsd/contrib/elftoolchain/elfdump/ |
H A D | elfdump.c | 402 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 D | ELFYAML.h | 94 case ELF::SHT_DYNAMIC: in LLVM_YAML_STRONG_TYPEDEF()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | ELFYAML.cpp | 679 ECase(SHT_DYNAMIC); in enumeration() 1619 case ELF::SHT_DYNAMIC: in mapping()
|
H A D | ELFEmitter.cpp | 1773 assert(Section.Type == llvm::ELF::SHT_DYNAMIC && in writeSectionContent()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObject.h | 993 return S->OriginalType == ELF::SHT_DYNAMIC; in classof()
|
H A D | ELFObject.cpp | 1748 case SHT_DYNAMIC: in makeSection()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | ELFObjectWriter.cpp | 887 case ELF::SHT_DYNAMIC: in writeSection()
|
/freebsd/contrib/elftoolchain/elfcopy/ |
H A D | sections.c | 898 case SHT_DYNAMIC: in section_type_alignment()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ObjectFileELF.cpp | 1726 case SHT_DYNAMIC: in GetSectionType() 3429 CASE_AND_STREAM(s, SHT_DYNAMIC, kStrWidth); in DumpELFSectionHeader_sh_type()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | ELFObjectFile.h | 975 if (Sec.sh_type != ELF::SHT_DYNAMIC) in dynamic_relocation_sections()
|
/freebsd/contrib/elftoolchain/readelf/ |
H A D | readelf.c | 791 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/llvm-project/lld/ELF/ |
H A D | InputFiles.cpp | 1474 case SHT_DYNAMIC: in parse()
|
H A D | SyntheticSections.cpp | 1281 : SyntheticSection(SHF_ALLOC | SHF_WRITE, SHT_DYNAMIC, config->wordsize, in DynamicSection()
|
/freebsd/contrib/elftoolchain/common/ |
H A D | elfdefinitions.h | 1132 _ELF_DEFINE_SHT(SHT_DYNAMIC, 6, \
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 1789 if (Sec.sh_type != ELF::SHT_DYNAMIC) in findDynamic()
|