Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/cfi/
Dcfi.cpp265 assert(p->st_info == ELF32_ST_INFO(STB_GLOBAL, STT_FUNC) || in find_cfi_check_in_dso()
266 p->st_info == ELF32_ST_INFO(STB_WEAK, STT_FUNC)); in find_cfi_check_in_dso()
/openbsd/src/sys/sys/
Dexec_elf.h350 #define ELF32_ST_INFO(b,t) (((b) << 4) + ((t) & 0xf)) macro
781 #define ELF_ST_INFO ELF32_ST_INFO
/openbsd/src/gnu/usr.bin/binutils/include/elf/
Dcommon.h445 #define ELF32_ST_INFO ELF_ST_INFO macro
/openbsd/src/gnu/usr.bin/binutils-2.17/include/elf/
Dcommon.h471 #define ELF32_ST_INFO ELF_ST_INFO macro