Searched refs:ELF32_R_SYM (Results 1 – 2 of 2) sorted by relevance
341 #define ELF32_R_SYM(i) ((i) >> 8) macro547 #define ELF_R_SYM ELF32_R_SYM
87 unsigned int j = ELF32_R_SYM(rela.r_info); in llext_link_plt()