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