Home
last modified time | relevance | path

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

/freebsd-12.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-12.1/contrib/llvm/lib/Object/
H A DELF.cpp238 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 Dcommon.h330 #define SHT_DYNAMIC 6 /* Information for dynamic linking */ macro
/freebsd-12.1/usr.bin/elfdump/
H A Delfdump.c332 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 DELF.h818 SHT_DYNAMIC = 6, // Information for dynamic linking. enumerator
/freebsd-12.1/sys/sys/
H A Delf_common.h414 #define SHT_DYNAMIC 6 /* dynamic section */ macro
/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/ELF/
H A DObject.h649 return S->Type == ELF::SHT_DYNAMIC; in classof()
H A DObject.cpp1071 case SHT_DYNAMIC: in makeSection()
/freebsd-12.1/contrib/elftoolchain/elfdump/
H A Delfdump.c399 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 DChangeLog-2006537 2004-09-22. Match PT_DYNAMIC segment only with SHT_DYNAMIC
H A Dreadelf.c2655 case SHT_DYNAMIC: return "DYNAMIC"; in get_section_type_name()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DELFYAML.cpp438 ECase(SHT_DYNAMIC); in enumeration()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DInputFiles.cpp881 case SHT_DYNAMIC: in parseDynamic()
H A DSyntheticSections.cpp1190 : SyntheticSection(SHF_ALLOC | SHF_WRITE, SHT_DYNAMIC, Config->Wordsize, in DynamicSection()
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DELFObjectFile.h741 if (Sec.sh_type != ELF::SHT_DYNAMIC) in dynamic_relocation_sections()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1798 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 DELFObjectWriter.cpp992 case ELF::SHT_DYNAMIC: in writeSection()
/freebsd-12.1/contrib/binutils/bfd/
H A Delf.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()
H A DChangeLog-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
H A Delf32-arm.c10374 { STRING_COMMA_LEN (".dynamic"), 0, SHT_DYNAMIC, 0 },
/freebsd-12.1/contrib/elftoolchain/readelf/
H A Dreadelf.c759 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 Delfdefinitions.h1100 _ELF_DEFINE_SHT(SHT_DYNAMIC, 6, \
/freebsd-12.1/contrib/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp905 case ELF::SHT_DYNAMIC: in getSymbolNMTypeChar()
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2886 case SHT_DYNAMIC: in getSectionTypeString()