HomeSort by relevance Sort by last modified time
    Searched refs:FindSymbolAddress (Results 1 - 5 of 5) sorted by null

  /art/compiler/
elf_writer.cc 34 uintptr_t oatdata_address = elf_file->FindSymbolAddress(SHT_DYNSYM,
elf_writer_test.cc 40 void* addr = reinterpret_cast<void*>(ef->FindSymbolAddress(SHT_DYNSYM, \
  /art/runtime/
elf_file.h 65 uint64_t FindSymbolAddress(unsigned section_type,
elf_file_impl.h 84 // Find .dynsym using .hash for more efficient lookup than FindSymbolAddress.
93 Elf_Addr FindSymbolAddress(Elf_Word section_type,
elf_file.cc     [all...]

Completed in 174 milliseconds