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

  /frameworks/compile/mclinker/lib/LD/
ELFReader.cpp 308 uint32_t shoff = 0x0; local
314 shoff = ehdr->e_shoff;
319 shoff = mcld::bswap32(ehdr->e_shoff);
326 if (shoff == 0x0)
343 pInput.memArea()->request(pInput.fileOffset() + shoff, shentsize);
359 shoff += shentsize;
363 pInput.memArea()->request(pInput.fileOffset() + shoff, shnum * shentsize);
802 uint64_t shoff = 0x0; local
808 shoff = ehdr->e_shoff;
813 shoff = mcld::bswap64(ehdr->e_shoff)
    [all...]
  /art/runtime/
elf_file.cc 1583 Elf_Off shoff = offset; local
    [all...]
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 151 milliseconds