Home
last modified time | relevance | path

Searched refs:ELF64_ST_INFO (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/elftoolchain/libelf/
HDgelf.h66 #define GELF_ST_INFO ELF64_ST_INFO
/NextBSD/sys/sys/
HDelf64.h216 #define ELF64_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) macro
/NextBSD/contrib/binutils/include/elf/
HDcommon.h477 #define ELF64_ST_INFO ELF_ST_INFO macro
/NextBSD/contrib/elftoolchain/common/
HDelfdefinitions.h2552 #define ELF64_ST_INFO(B,T) (((B) << 4) + ((T) & 0xF)) macro