Searched refs:ELF64_R_SYM (Results 1 – 3 of 3) sorted by relevance
176 Elf_Sym *sym = &symtab[ELF64_R_SYM(rel->r_info)]; in dlmodule_load_shared_object()450 Elf_Sym *sym = &symtab[ELF64_R_SYM(rel->r_info)]; in dlmodule_load_relocated_object()
243 #define ELF64_R_SYM(i) ((i) >> 32) macro
577 #define ELF64_R_SYM(i) ((i) >> 32) macro
Completed in 24 milliseconds