Home
last modified time | relevance | path

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

/freebsd-9-stable/lib/libelf/
Dlibelf_data.c39 case SHT_DYNAMIC: in _libelf_xlate_shtype()
Dlibelf_checksum.c85 shdr.sh_type == SHT_DYNAMIC || in _libelf_checksum()
/freebsd-9-stable/contrib/binutils/include/elf/
Dcommon.h330 #define SHT_DYNAMIC 6 /* Information for dynamic linking */ macro
/freebsd-9-stable/sys/xen/interface/
Delfstructs.h233 #define SHT_DYNAMIC 6 /* dynamic section */ macro
/freebsd-9-stable/contrib/llvm/lib/Object/
DELFYAML.cpp250 ECase(SHT_DYNAMIC) in enumeration()
/freebsd-9-stable/sys/sys/
Delf_common.h266 #define SHT_DYNAMIC 6 /* dynamic section */ macro
/freebsd-9-stable/lib/libdwarf/
Ddwarf_dump.c49 case SHT_DYNAMIC: in get_sht_desc()
/freebsd-9-stable/contrib/llvm/tools/llvm-nm/
Dllvm-nm.cpp325 case ELF::SHT_DYNAMIC: in getSymbolNMTypeChar()
/freebsd-9-stable/contrib/llvm/include/llvm/Support/
DELF.h1228 SHT_DYNAMIC = 6, // Information for dynamic linking. in LLVM_ENUM_INT_TYPE()
/freebsd-9-stable/contrib/llvm/include/llvm/Object/
DELF.h673 case ELF::SHT_DYNAMIC: in ELFFile()
/freebsd-9-stable/contrib/llvm/tools/llvm-readobj/
DELFDumper.cpp357 LLVM_READOBJ_ENUM_CASE(ELF, SHT_DYNAMIC ); in getElfSectionType()
/freebsd-9-stable/usr.bin/elfdump/
Delfdump.c510 case SHT_DYNAMIC: in main()
/freebsd-9-stable/contrib/binutils/binutils/
DChangeLog-2006537 2004-09-22. Match PT_DYNAMIC segment only with SHT_DYNAMIC
Dreadelf.c2655 case SHT_DYNAMIC: return "DYNAMIC"; in get_section_type_name()
/freebsd-9-stable/contrib/llvm/lib/MC/
DELFObjectWriter.cpp1301 case ELF::SHT_DYNAMIC: in WriteSection()
/freebsd-9-stable/contrib/binutils/bfd/
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()
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
Delf32-arm.c10339 { STRING_COMMA_LEN (".dynamic"), 0, SHT_DYNAMIC, 0 },