Home
last modified time | relevance | path

Searched refs:SHT_GNU_ATTRIBUTES (Results 1 – 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/binutils/include/elf/
HDcommon.h346 #define SHT_GNU_ATTRIBUTES 0x6ffffff5 /* Object attributes */ macro
HDChangeLog21 * common.h (SHT_GNU_ATTRIBUTES): Define.
/freebsd-11-stable/contrib/binutils/bfd/
HDelfxx-target.h447 #define elf_backend_obj_attrs_section_type SHT_GNU_ATTRIBUTES
HDelf.c2207 if (hdr->sh_type == SHT_GNU_ATTRIBUTES in bfd_section_from_shdr()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
HDELF.cpp260 STRINGIFY_ENUM_CASE(ELF, SHT_GNU_ATTRIBUTES); in getELFSectionTypeName()
/freebsd-11-stable/sys/sys/
HDelf_common.h412 #define SHT_GNU_ATTRIBUTES 0x6ffffff5 macro
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDELF.h853 SHT_GNU_ATTRIBUTES = 0x6ffffff5, // Object attributes. enumerator
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDELFYAML.cpp473 ECase(SHT_GNU_ATTRIBUTES); in enumeration()
/freebsd-11-stable/contrib/elftoolchain/common/
HDelfdefinitions.h1155 _ELF_DEFINE_SHT(SHT_GNU_ATTRIBUTES, 0x6FFFFFF5UL, \
/freebsd-11-stable/contrib/binutils/binutils/
HDreadelf.c8474 if (sect->sh_type != proc_type && sect->sh_type != SHT_GNU_ATTRIBUTES) in process_attributes()
8596 return process_attributes (file, NULL, SHT_GNU_ATTRIBUTES, NULL, in process_power_specific()
8610 process_attributes (file, NULL, SHT_GNU_ATTRIBUTES, NULL, in process_mips_specific()
/freebsd-11-stable/contrib/elftoolchain/readelf/
HDreadelf.c4411 if (s->type != SHT_GNU_ATTRIBUTES && in dump_attributes()
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDELFDumper.cpp3466 case SHT_GNU_ATTRIBUTES: in getSectionTypeString()