Searched refs:ELF32_R_SYM (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/elftoolchain/libelf/
H A Dgelf_rel.c85 (Elf64_Xword) ELF32_R_SYM(rel32->r_info),
150 if (ELF64_R_SYM(dr->r_info) > ELF32_R_SYM(~0U) ||
H A Dgelf_rela.c85 (Elf64_Xword) ELF32_R_SYM(rela32->r_info),
152 if (ELF64_R_SYM(dr->r_info) > ELF32_R_SYM(~0U) ||
/freebsd-13-stable/sys/sys/
H A Delf32.h149 #define ELF32_R_SYM(info) ((info) >> 8) macro
/freebsd-13-stable/contrib/elftoolchain/common/
H A Delfdefinitions.h2854 #define ELF32_R_SYM(I) ((I) >> 8) macro

Completed in 103 milliseconds