Home
last modified time | relevance | path

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

12

/freebsd-11-stable/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-11-stable/contrib/llvm-project/llvm/lib/Object/
HDELF.cpp237 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/
HDcommon.h330 #define SHT_DYNAMIC 6 /* Information for dynamic linking */ macro
/freebsd-11-stable/usr.bin/elfdump/
HDelfdump.c332 case SHT_DYNAMIC: return "SHT_DYNAMIC"; in sh_types()
651 case SHT_DYNAMIC: in main()
/freebsd-11-stable/sys/sys/
HDelf_common.h397 #define SHT_DYNAMIC 6 /* dynamic section */ macro
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDELF.h822 SHT_DYNAMIC = 6, // Information for dynamic linking. enumerator
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDELFYAML.cpp450 ECase(SHT_DYNAMIC); in enumeration()
1198 case ELF::SHT_DYNAMIC: in mapping()
HDELFEmitter.cpp1146 assert(Section.Type == llvm::ELF::SHT_DYNAMIC && in writeSectionContent()
/freebsd-11-stable/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-11-stable/contrib/binutils/binutils/
HDChangeLog-2006537 2004-09-22. Match PT_DYNAMIC segment only with SHT_DYNAMIC
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
HDObject.h826 return S->OriginalType == ELF::SHT_DYNAMIC; in classof()
HDObject.cpp1483 case SHT_DYNAMIC: in makeSection()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
HDELFObjectFile.h777 if (Sec.sh_type != ELF::SHT_DYNAMIC) in dynamic_relocation_sections()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
HDObjectFileELF.cpp1620 case SHT_DYNAMIC: in GetSectionType()
3141 CASE_AND_STREAM(s, SHT_DYNAMIC, kStrWidth); in DumpELFSectionHeader_sh_type()
/freebsd-11-stable/contrib/elftoolchain/elfcopy/
HDsections.c898 case SHT_DYNAMIC: in section_type_alignment()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
HDELFObjectWriter.cpp997 case ELF::SHT_DYNAMIC: in writeSection()
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
HDInputFiles.cpp1231 case SHT_DYNAMIC: in parse()
HDSyntheticSections.cpp1194 : SyntheticSection(SHF_ALLOC | SHF_WRITE, SHT_DYNAMIC, config->wordsize, in DynamicSection()
/freebsd-11-stable/contrib/binutils/bfd/
HDelf.c1871 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()
HDChangeLog-94956312 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
HDelf32-arm.c10374 { STRING_COMMA_LEN (".dynamic"), 0, SHT_DYNAMIC, 0 },
/freebsd-11-stable/contrib/elftoolchain/readelf/
HDreadelf.c779 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/
HDelfdefinitions.h1132 _ELF_DEFINE_SHT(SHT_DYNAMIC, 6, \
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDELFDumper.cpp1801 if (Sec.sh_type != ELF::SHT_DYNAMIC) in findDynamic()
3420 case SHT_DYNAMIC: in getSectionTypeString()

12