Searched defs:ELF_R_SYM (Results 1 – 9 of 9) sorted by relevance
29 #define ELF_R_SYM(X) ELF64_R_SYM(X) macro46 #define ELF_R_SYM(X) ELF32_R_SYM(X) macro
46 #define ELF_R_SYM(X) ELF32_R_SYM(X) macro64 #define ELF_R_SYM(X) ELF64_R_SYM(X) macro
12 #define ELF_R_SYM(val) ELF32_R_SYM(val) macro
12 #define ELF_R_SYM(val) ELF64_R_SYM(val) macro
25 #define ELF_R_SYM(val) (((Elf64_Mips_Rela *)(&val))->fields.r_sym) macro
51 # define ELF_R_SYM ELF64_R_SYM macro72 # define ELF_R_SYM ELF32_R_SYM macro
84 # define ELF_R_SYM ELF64_R_SYM macro122 # define ELF_R_SYM ELF32_R_SYM macro
34 #define ELF_R_SYM ELF32_R_SYM macro49 #define ELF_R_SYM ELF64_R_SYM macro
Completed in 14 milliseconds