Home
last modified time | relevance | path

Searched refs:r_info (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/kernel/uapi/linux/
Delf.h166 Elf32_Word r_info; member
171 Elf64_Xword r_info; member
176 Elf32_Word r_info; member
182 Elf64_Xword r_info; member
/bionic/linker/
Dlinker.cpp940 unsigned type = ELFW(R_TYPE)(rela->r_info); in soinfo_relocate()
941 unsigned sym = ELFW(R_SYM)(rela->r_info); in soinfo_relocate()
1204 unsigned type = ELFW(R_TYPE)(rel->r_info); in soinfo_relocate()
1206 unsigned sym = ELFW(R_SYM)(rel->r_info); in soinfo_relocate()
1350 if (ELF64_R_TYPE2(rel->r_info) != R_MIPS_64 || in soinfo_relocate()
1351 ELF64_R_TYPE3(rel->r_info) != R_MIPS_NONE) { in soinfo_relocate()
1353 type, (unsigned)ELF64_R_TYPE2(rel->r_info), in soinfo_relocate()
1354 (unsigned)ELF64_R_TYPE3(rel->r_info), rel, idx); in soinfo_relocate()