Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_mips.cpp65 ElfW(Word) type = ELFW(R_TYPE)(rel->r_info); in relocate()
66 ElfW(Word) sym = ELFW(R_SYM)(rel->r_info); in relocate()
109 if (ELF64_R_TYPE2(rel->r_info) != R_MIPS_64 || in relocate()
110 ELF64_R_TYPE3(rel->r_info) != R_MIPS_NONE) { in relocate()
112 type, static_cast<unsigned>(ELF64_R_TYPE2(rel->r_info)), in relocate()
113 static_cast<unsigned>(ELF64_R_TYPE3(rel->r_info)), rel, idx); in relocate()
Dlinker_reloc_iterators.h105 reloc_.r_info = decoder_.pop_front(); in next()
130 reloc_.r_info = decoder_.pop_front(); in read_group_fields()
Dlinker.cpp2840 if (ELFW(R_TYPE)(rel->r_info) == R_GENERIC_RELATIVE || in get_addend()
2841 ELFW(R_TYPE)(rel->r_info) == R_GENERIC_IRELATIVE || in get_addend()
2842 ELFW(R_TYPE)(rel->r_info) == R_GENERIC_TLS_DTPREL || in get_addend()
2843 ELFW(R_TYPE)(rel->r_info) == R_GENERIC_TLS_TPREL) { in get_addend()
2874 ElfW(Word) type = ELFW(R_TYPE)(rel->r_info); in relocate()
2875 ElfW(Word) sym = ELFW(R_SYM)(rel->r_info); in relocate()
/bionic/libc/kernel/uapi/linux/
Delf.h137 Elf32_Word r_info; member
141 Elf64_Xword r_info; member
145 Elf32_Word r_info; member
150 Elf64_Xword r_info; member