Searched refs:ELF32_ST_INFO (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.3-release/usr.sbin/kgzip/
H A Delfhdr.c137 ELF32_ST_INFO(STB_GLOBAL, STT_OBJECT), /* st_info */
145 ELF32_ST_INFO(STB_GLOBAL, STT_OBJECT), /* st_info */
/freebsd-10.3-release/sys/sys/
H A Delf32.h209 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) macro
/freebsd-10.3-release/sys/xen/interface/
H A Delfstructs.h301 #define ELF32_ST_INFO(b,t) (((b) << 4) + ((t) & 0xf)) macro
497 #define ELF_ST_INFO ELF32_ST_INFO
/freebsd-10.3-release/contrib/binutils/include/elf/
H A Dcommon.h474 #define ELF32_ST_INFO ELF_ST_INFO macro
/freebsd-10.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c269 sym->st_info = ELF32_ST_INFO(STB_GLOBAL, STT_FUNC);
286 sym->st_info = ELF32_ST_INFO(STB_GLOBAL, STT_OBJECT);

Completed in 162 milliseconds