Home
last modified time | relevance | path

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

/mirbsd/src/sys/sys/
Dexec_elf.h566 #define ELF_ST_INFO ELF32_ST_INFO macro
592 #define ELF_ST_INFO ELF64_ST_INFO macro
/mirbsd/src/gnu/usr.bin/binutils/include/elf/
Dcommon.h435 #define ELF_ST_INFO(bind,type) (((bind) << 4) + ((type) & 0xF)) macro