Home
last modified time | relevance | path

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

/openbsd/sys/sys/
H A Dexec_elf.h781 #define ELF_ST_INFO ELF32_ST_INFO macro
809 #define ELF_ST_INFO ELF64_ST_INFO macro
/openbsd/gnu/usr.bin/binutils/include/elf/
H A Dcommon.h439 #define ELF_ST_INFO(bind,type) (((bind) << 4) + ((type) & 0xF)) macro
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/
H A Dcommon.h465 #define ELF_ST_INFO(bind,type) (((bind) << 4) + ((type) & 0xF)) macro