Searched defs:ELF_ST_INFO (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/sys/sys/
H A Delf_generic.h86 #define ELF_ST_INFO __ELFN(ST_INFO) macro
/freebsd-10-stable/sys/xen/interface/
H A Delfstructs.h497 #define ELF_ST_INFO ELF32_ST_INFO macro
522 #define ELF_ST_INFO ELF64_ST_INFO macro
/freebsd-10-stable/contrib/binutils/include/elf/
H A Dcommon.h468 #define ELF_ST_INFO(bind,type) (((bind) << 4) + ((type) & 0xF)) macro

Completed in 53 milliseconds