Searched refs:SHF_INFO_LINK (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.3-release/contrib/llvm/lib/Object/
H A DELFYAML.cpp273 BCase(SHF_INFO_LINK)
/freebsd-10.3-release/contrib/binutils/include/elf/
H A Dcommon.h374 #define SHF_INFO_LINK (1 << 6) /* sh_info holds section header table index */ macro
/freebsd-10.3-release/contrib/llvm/tools/llvm-readobj/
H A DELFDumper.cpp384 LLVM_READOBJ_ENUM_ENT(ELF, SHF_INFO_LINK ),
/freebsd-10.3-release/sys/sys/
H A Delf_common.h470 #define SHF_INFO_LINK 0x40 /* sh_info holds section index. */ macro
/freebsd-10.3-release/contrib/llvm/include/llvm/Support/
H A DELF.h1286 SHF_INFO_LINK = 0x40U,
/freebsd-10.3-release/contrib/binutils/bfd/
H A Delfcode.h782 if (((i_shdrp[shindex].sh_flags & SHF_INFO_LINK)
/freebsd-10.3-release/contrib/binutils/binutils/
H A Dreadelf.c3890 case SHF_INFO_LINK: index = 5; break;
3931 case SHF_INFO_LINK: *p = 'I'; break;

Completed in 90 milliseconds