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

/freebsd-13-stable/contrib/elftoolchain/elfcopy/
H A Dbinary.c237 ELF32_ST_INFO(STB_GLOBAL, STT_NOTYPE), 0, 1);
240 ELF32_ST_INFO(STB_GLOBAL, STT_NOTYPE), 0, 1);
243 ELF32_ST_INFO(STB_GLOBAL, STT_NOTYPE), 0, 1);
H A Dascii.c349 ELF32_ST_INFO(STB_GLOBAL, STT_NOTYPE), 0, 1);
H A Dsymbols.c851 ELF32_ST_INFO(STB_LOCAL, STT_NOTYPE), 0, 1);
/freebsd-13-stable/sys/sys/
H A Delf32.h211 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) macro
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/cfi/
H A Dcfi.cpp265 assert(p->st_info == ELF32_ST_INFO(STB_GLOBAL, STT_FUNC) ||
266 p->st_info == ELF32_ST_INFO(STB_WEAK, STT_FUNC));
/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c242 sym->st_info = ELF32_ST_INFO(STB_GLOBAL, STT_FUNC);
259 sym->st_info = ELF32_ST_INFO(STB_GLOBAL, STT_OBJECT);
/freebsd-13-stable/contrib/elftoolchain/common/
H A Delfdefinitions.h2802 #define ELF32_ST_INFO(B,T) (((B) << 4) + ((T) & 0xF)) macro

Completed in 127 milliseconds