Searched refs:PatchSymbols (Results 1 – 2 of 2) sorted by relevance
83 bool PatchSymbols(Elf32_Shdr* section);
568 if (!PatchSymbols(dynsym_sec)) { in PatchElf()575 if (!PatchSymbols(symtab_sec)) { in PatchElf()583 bool PatchOat::PatchSymbols(Elf32_Shdr* section) { in PatchSymbols() function in art::PatchOat