| /freebsd-12.1/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-12.1/contrib/llvm/lib/Object/ |
| H A D | ELF.cpp | 238 STRINGIFY_ENUM_CASE(ELF, SHT_DYNAMIC); in getELFSectionTypeName() 510 if (Sec.sh_type == ELF::SHT_DYNAMIC) { in dynamicEntries()
|
| /freebsd-12.1/contrib/binutils/include/elf/ |
| H A D | common.h | 330 #define SHT_DYNAMIC 6 /* Information for dynamic linking */ macro
|
| /freebsd-12.1/usr.bin/elfdump/ |
| H A D | elfdump.c | 332 case SHT_DYNAMIC: return "SHT_DYNAMIC"; in sh_types() 647 case SHT_DYNAMIC: in main()
|
| /freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/ |
| H A D | ELF.h | 818 SHT_DYNAMIC = 6, // Information for dynamic linking. enumerator
|
| /freebsd-12.1/sys/sys/ |
| H A D | elf_common.h | 414 #define SHT_DYNAMIC 6 /* dynamic section */ macro
|
| /freebsd-12.1/contrib/llvm/tools/llvm-objcopy/ELF/ |
| H A D | Object.h | 649 return S->Type == ELF::SHT_DYNAMIC; in classof()
|
| H A D | Object.cpp | 1071 case SHT_DYNAMIC: in makeSection()
|
| /freebsd-12.1/contrib/elftoolchain/elfdump/ |
| H A D | elfdump.c | 399 case SHT_DYNAMIC: return "SHT_DYNAMIC"; in sh_types() 1601 if (s->type == SHT_DYNAMIC && in elf_print_dynamic()
|
| /freebsd-12.1/contrib/binutils/binutils/ |
| H A D | ChangeLog-2006 | 537 2004-09-22. Match PT_DYNAMIC segment only with SHT_DYNAMIC
|
| H A D | readelf.c | 2655 case SHT_DYNAMIC: return "DYNAMIC"; in get_section_type_name()
|
| /freebsd-12.1/contrib/llvm/lib/ObjectYAML/ |
| H A D | ELFYAML.cpp | 438 ECase(SHT_DYNAMIC); in enumeration()
|
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | InputFiles.cpp | 881 case SHT_DYNAMIC: in parseDynamic()
|
| H A D | SyntheticSections.cpp | 1190 : SyntheticSection(SHF_ALLOC | SHF_WRITE, SHT_DYNAMIC, Config->Wordsize, in DynamicSection()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Object/ |
| H A D | ELFObjectFile.h | 741 if (Sec.sh_type != ELF::SHT_DYNAMIC) in dynamic_relocation_sections()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 1798 case SHT_DYNAMIC: in GetSectionType() 3222 CASE_AND_STREAM(s, SHT_DYNAMIC, kStrWidth); in DumpELFSectionHeader_sh_type()
|
| /freebsd-12.1/contrib/llvm/lib/MC/ |
| H A D | ELFObjectWriter.cpp | 992 case ELF::SHT_DYNAMIC: in writeSection()
|
| /freebsd-12.1/contrib/binutils/bfd/ |
| H A D | 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()
|
| H A D | 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
|
| H A D | elf32-arm.c | 10374 { STRING_COMMA_LEN (".dynamic"), 0, SHT_DYNAMIC, 0 },
|
| /freebsd-12.1/contrib/elftoolchain/readelf/ |
| H A D | readelf.c | 759 case SHT_DYNAMIC: return "DYNAMIC"; in section_type() 2669 if (s->type != SHT_DYNAMIC) in dump_dynamic() 3246 if (re->sl[i].type == SHT_DYNAMIC) { in dump_symtabs()
|
| /freebsd-12.1/contrib/elftoolchain/common/ |
| H A D | elfdefinitions.h | 1100 _ELF_DEFINE_SHT(SHT_DYNAMIC, 6, \
|
| /freebsd-12.1/contrib/llvm/tools/llvm-nm/ |
| H A D | llvm-nm.cpp | 905 case ELF::SHT_DYNAMIC: in getSymbolNMTypeChar()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 2886 case SHT_DYNAMIC: in getSectionTypeString()
|