Searched refs:ELF32_R_SYM (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/kernel/uapi/asm-riscv/asm/ | ||
D | elf.h | 20 #define ELF_RISCV_R_SYM(r_info) ELF32_R_SYM(r_info) |
/bionic/libc/kernel/uapi/linux/ | ||
D | elf.h | 122 #define ELF32_R_SYM(x) ((x) >> 8) macro |