Searched defs:ELF32_M_SYM (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/sys/ | ||
| H A D | elf32.h | 178 #define ELF32_M_SYM(info) ((info)>>8) macro |
| /freebsd/contrib/elftoolchain/common/ | ||
| H A D | elfdefinitions.h | 2741 #define ELF32_M_SYM(I) ((I) >> 8) macro |