Home
last modified time | relevance | path

Searched refs:r_info (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)
61 #define ELF_MIPS_R_TYPE(rel) ELF32_R_TYPE(rel.r_info)
/bionic/libc/include/sys/
Dexec_elf.h546 Elf32_Word r_info; /* index & type of relocation */ member
551 Elf32_Word r_info; /* index & type of relocation */ member
562 Elf64_Xword r_info; /* index & type of relocation */ member
567 Elf64_Xword r_info; /* index & type of relocation */ member
/bionic/linker/
Dlinker.cpp858 unsigned type = ELF32_R_TYPE(rel->r_info); in soinfo_relocate()
859 unsigned sym = ELF32_R_SYM(rel->r_info); in soinfo_relocate()