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

  /art/compiler/
elf_writer.cc 25 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 74 uint64_t FindSymbolAddress(unsigned section_type,
elf_file_impl.h 92 // Find .dynsym using .hash for more efficient lookup than FindSymbolAddress.
101 Elf_Addr FindSymbolAddress(Elf_Word section_type,
elf_file.cc     [all...]

Completed in 464 milliseconds