Home
last modified time | relevance | path

Searched refs:rela (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_elf_relocations.cpp320 bool ElfRelocations::ApplyRelaReloc(const ELF::Rela* rela, in ApplyRelaReloc() argument
324 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() argument
602 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 …]
Dcrazy_linker_elf_relocations.h66 bool ApplyRelaReloc(const ELF::Rela* rela,
/ndk/sources/host-tools/make-3.81/po/
Dpt_BR.po2044 #~ "As vari�veis de ambiente t�m prioridade em rela��o aos arquivos make"