HomeSort by relevance Sort by last modified time
    Searched full:hash_region (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 477 MemoryRegion* hash_region = pOutput.memArea()->request(hash_sect.offset(), local
602 // set up hash_region
603 uint32_t* word_array = (uint32_t*)hash_region->start();
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 294 MemoryRegion* hash_region = pOutput.memArea()->request(hash_sect.offset(), local
397 // set up hash_region
398 uint32_t* word_array = (uint32_t*)hash_region->start();

Completed in 39 milliseconds