Searched refs:rela (Results 1 – 3 of 3) sorted by relevance
320 bool ElfRelocations::ApplyRelaReloc(const ELF::Rela* rela, in ApplyRelaReloc() argument324 const ELF::Word rela_type = ELF_R_TYPE(rela->r_info); in ApplyRelaReloc()325 const ELF::Word CRAZY_UNUSED rela_symbol = ELF_R_SYM(rela->r_info); in ApplyRelaReloc()326 const ELF::Sword CRAZY_UNUSED addend = rela->r_addend; in ApplyRelaReloc()328 const ELF::Addr reloc = static_cast<ELF::Addr>(rela->r_offset + load_bias_); in ApplyRelaReloc()332 rela->r_offset, in ApplyRelaReloc()597 bool ElfRelocations::ApplyRelaRelocs(const ELF::Rela* rela, in ApplyRelaRelocs() argument602 RLOG("%s: rela=%p rela_count=%d\n", __FUNCTION__, rela, rela_count); in ApplyRelaRelocs()604 if (!rela) in ApplyRelaRelocs()607 for (size_t rel_n = 0; rel_n < rela_count; rela++, rel_n++) { in ApplyRelaRelocs()[all …]
66 bool ApplyRelaReloc(const ELF::Rela* rela,
2044 #~ "As vari�veis de ambiente t�m prioridade em rela��o aos arquivos make"