Searched refs:SHT_GNU_ATTRIBUTES (Results 1 – 12 of 12) sorted by relevance
| /freebsd-11-stable/contrib/binutils/include/elf/ |
| HD | common.h | 346 #define SHT_GNU_ATTRIBUTES 0x6ffffff5 /* Object attributes */ macro
|
| HD | ChangeLog | 21 * common.h (SHT_GNU_ATTRIBUTES): Define.
|
| /freebsd-11-stable/contrib/binutils/bfd/ |
| HD | elfxx-target.h | 447 #define elf_backend_obj_attrs_section_type SHT_GNU_ATTRIBUTES
|
| HD | elf.c | 2207 if (hdr->sh_type == SHT_GNU_ATTRIBUTES in bfd_section_from_shdr()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/ |
| HD | ELF.cpp | 260 STRINGIFY_ENUM_CASE(ELF, SHT_GNU_ATTRIBUTES); in getELFSectionTypeName()
|
| /freebsd-11-stable/sys/sys/ |
| HD | elf_common.h | 412 #define SHT_GNU_ATTRIBUTES 0x6ffffff5 macro
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| HD | ELF.h | 853 SHT_GNU_ATTRIBUTES = 0x6ffffff5, // Object attributes. enumerator
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| HD | ELFYAML.cpp | 473 ECase(SHT_GNU_ATTRIBUTES); in enumeration()
|
| /freebsd-11-stable/contrib/elftoolchain/common/ |
| HD | elfdefinitions.h | 1155 _ELF_DEFINE_SHT(SHT_GNU_ATTRIBUTES, 0x6FFFFFF5UL, \
|
| /freebsd-11-stable/contrib/binutils/binutils/ |
| HD | readelf.c | 8474 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/ |
| HD | readelf.c | 4411 if (s->type != SHT_GNU_ATTRIBUTES && in dump_attributes()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| HD | ELFDumper.cpp | 3466 case SHT_GNU_ATTRIBUTES: in getSectionTypeString()
|