Home
last modified time | relevance | path

Searched refs:SHF_INFO_LINK (Results 1 – 11 of 11) sorted by relevance

/NextBSD/contrib/binutils/include/elf/
HDcommon.h374 #define SHF_INFO_LINK (1 << 6) /* sh_info holds section header table index */ macro
HDChangeLog-91031085 (SHF_INFO_LINK): New valye for sh_flags field.
/NextBSD/sys/sys/
HDelf_common.h470 #define SHF_INFO_LINK 0x40 /* sh_info holds section index. */ macro
/NextBSD/contrib/llvm/include/llvm/Support/
HDELF.h679 SHF_INFO_LINK = 0x40U, enumerator
/NextBSD/contrib/llvm/lib/Object/
HDELFYAML.cpp392 BCase(SHF_INFO_LINK) in bitset()
/NextBSD/contrib/elftoolchain/elfcopy/
HDsections.c1114 osh.sh_flags |= SHF_INFO_LINK; in copy_shdr()
/NextBSD/contrib/binutils/bfd/
HDelfcode.h780 if (((i_shdrp[shindex].sh_flags & SHF_INFO_LINK) in elf_object_p()
/NextBSD/contrib/llvm/tools/llvm-readobj/
HDELFDumper.cpp469 LLVM_READOBJ_ENUM_ENT(ELF, SHF_INFO_LINK ),
/NextBSD/contrib/elftoolchain/common/
HDelfdefinitions.h968 _ELF_DEFINE_SHF(SHF_INFO_LINK, 0x40, \
/NextBSD/contrib/binutils/binutils/
HDreadelf.c3887 case SHF_INFO_LINK: index = 5; break; in get_elf_section_flags()
3928 case SHF_INFO_LINK: *p = 'I'; break; in get_elf_section_flags()
/NextBSD/contrib/elftoolchain/readelf/
HDreadelf.c1046 {"INFO LINK", 'I', SHF_INFO_LINK},