Home
last modified time | relevance | path

Searched refs:FindSymbolAddress (Results 1 – 5 of 5) sorted by relevance

/art/compiler/
Delf_writer.cc34 Elf32_Addr oatdata_address = elf_file->FindSymbolAddress(SHT_DYNSYM, in GetOatDataAddress()
Delf_writer_test.cc36 void* addr = reinterpret_cast<void*>(ef->FindSymbolAddress(SHT_DYNSYM, \
Delf_writer_mclinker.cc397 Elf32_Addr compiled_code_address = elf_file.FindSymbolAddress(SHT_SYMTAB, in FixupCompiledCodeOffset()
/art/runtime/
Delf_file.h90 Elf32_Addr FindSymbolAddress(Elf32_Word section_type,
Delf_file.cc926 Elf32_Addr ElfFile::FindSymbolAddress(Elf32_Word section_type, in FindSymbolAddress() function in art::ElfFile