Searched refs:rel (Results 1 - 4 of 4) sorted by relevance

/bionic/libc/kernel/arch-mips/asm/
H A 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/linker/
H A Dlinker.cpp848 static int soinfo_relocate(soinfo* si, Elf32_Rel* rel, unsigned count, argument
854 Elf32_Rel* start = rel;
857 for (size_t idx = 0; idx < count; ++idx, ++rel) {
858 unsigned type = ELF32_R_TYPE(rel->r_info);
859 unsigned sym = ELF32_R_SYM(rel->r_info);
860 Elf32_Addr reloc = static_cast<Elf32_Addr>(rel->r_offset + si->load_bias);
923 type, rel, (int) (rel - start));
950 MARK(rel->r_offset);
956 MARK(rel
[all...]
H A Dlinker.h132 Elf32_Rel* rel; member in struct:soinfo
H A Ddlfcn.cpp231 plt_got: 0, plt_rel: 0, plt_rel_count: 0, rel: 0, rel_count: 0,

Completed in 3982 milliseconds