| /freebsd-11-stable/contrib/elftoolchain/libelf/ |
| HD | libelf_data.c | 40 case SHT_DYNAMIC: in _libelf_xlate_shtype()
|
| HD | libelf_checksum.c | 84 shdr.sh_type == SHT_DYNAMIC || in _libelf_checksum()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/ |
| HD | ELF.cpp | 237 STRINGIFY_ENUM_CASE(ELF, SHT_DYNAMIC); in getELFSectionTypeName() 526 if (Sec.sh_type == ELF::SHT_DYNAMIC) { in dynamicEntries()
|
| /freebsd-11-stable/contrib/binutils/include/elf/ |
| HD | common.h | 330 #define SHT_DYNAMIC 6 /* Information for dynamic linking */ macro
|
| /freebsd-11-stable/usr.bin/elfdump/ |
| HD | elfdump.c | 332 case SHT_DYNAMIC: return "SHT_DYNAMIC"; in sh_types() 651 case SHT_DYNAMIC: in main()
|
| /freebsd-11-stable/sys/sys/ |
| HD | elf_common.h | 397 #define SHT_DYNAMIC 6 /* dynamic section */ macro
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| HD | ELF.h | 822 SHT_DYNAMIC = 6, // Information for dynamic linking. enumerator
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| HD | ELFYAML.cpp | 450 ECase(SHT_DYNAMIC); in enumeration() 1198 case ELF::SHT_DYNAMIC: in mapping()
|
| HD | ELFEmitter.cpp | 1146 assert(Section.Type == llvm::ELF::SHT_DYNAMIC && in writeSectionContent()
|
| /freebsd-11-stable/contrib/elftoolchain/elfdump/ |
| HD | elfdump.c | 402 case SHT_DYNAMIC: return "SHT_DYNAMIC"; in sh_types() 1604 if (s->type == SHT_DYNAMIC && in elf_print_dynamic()
|
| /freebsd-11-stable/contrib/binutils/binutils/ |
| HD | ChangeLog-2006 | 537 2004-09-22. Match PT_DYNAMIC segment only with SHT_DYNAMIC
|
| /freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/ |
| HD | Object.h | 826 return S->OriginalType == ELF::SHT_DYNAMIC; in classof()
|
| HD | Object.cpp | 1483 case SHT_DYNAMIC: in makeSection()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/ |
| HD | ELFObjectFile.h | 777 if (Sec.sh_type != ELF::SHT_DYNAMIC) in dynamic_relocation_sections()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| HD | ObjectFileELF.cpp | 1620 case SHT_DYNAMIC: in GetSectionType() 3141 CASE_AND_STREAM(s, SHT_DYNAMIC, kStrWidth); in DumpELFSectionHeader_sh_type()
|
| /freebsd-11-stable/contrib/elftoolchain/elfcopy/ |
| HD | sections.c | 898 case SHT_DYNAMIC: in section_type_alignment()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/ |
| HD | ELFObjectWriter.cpp | 997 case ELF::SHT_DYNAMIC: in writeSection()
|
| /freebsd-11-stable/contrib/llvm-project/lld/ELF/ |
| HD | InputFiles.cpp | 1231 case SHT_DYNAMIC: in parse()
|
| HD | SyntheticSections.cpp | 1194 : SyntheticSection(SHF_ALLOC | SHF_WRITE, SHT_DYNAMIC, config->wordsize, in DynamicSection()
|
| /freebsd-11-stable/contrib/binutils/bfd/ |
| HD | elf.c | 1871 case SHT_DYNAMIC: /* Dynamic linking information. */ in bfd_section_from_shdr() 2341 { STRING_COMMA_LEN (".dynamic"), 0, SHT_DYNAMIC, SHF_ALLOC }, 2838 case SHT_DYNAMIC: in elf_fake_sections() 3316 case SHT_DYNAMIC: in assign_section_numbers()
|
| HD | ChangeLog-9495 | 6312 is an SHT_DYNAMIC section. 6973 (section_from_elf_index): Handle SHT_HASH and SHT_DYNAMIC 8602 * elfcode.h (bfd_section_from_shdr): Handle SHT_DYNAMIC section like 9746 * elfcode.h (elf_object_p): If there is a SHT_DYNAMIC section, set
|
| HD | elf32-arm.c | 10374 { STRING_COMMA_LEN (".dynamic"), 0, SHT_DYNAMIC, 0 },
|
| /freebsd-11-stable/contrib/elftoolchain/readelf/ |
| HD | readelf.c | 779 case SHT_DYNAMIC: return "DYNAMIC"; in section_type() 2699 if (s->type != SHT_DYNAMIC) in dump_dynamic() 3280 if (re->sl[i].type == SHT_DYNAMIC) { in dump_symtabs()
|
| /freebsd-11-stable/contrib/elftoolchain/common/ |
| HD | elfdefinitions.h | 1132 _ELF_DEFINE_SHT(SHT_DYNAMIC, 6, \
|
| /freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| HD | ELFDumper.cpp | 1801 if (Sec.sh_type != ELF::SHT_DYNAMIC) in findDynamic() 3420 case SHT_DYNAMIC: in getSectionTypeString()
|