Home
last modified time | relevance | path

Searched refs:ELF32_R_SYM (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/kernel/arch-mips/asm/
Dmodule.h60 #define ELF_MIPS_R_SYM(rel) ELF32_R_SYM(rel.r_info)
/bionic/libc/kernel/common/linux/
Delf.h142 #define ELF32_R_SYM(x) ((x) >> 8) macro
/bionic/linker/
Dlinker.cpp953 unsigned sym = ELF32_R_SYM(rel->r_info); in soinfo_relocate()