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

  /frameworks/compile/mclinker/lib/LD/
ELFReader.cpp 284 uint32_t shoff = 0x0; local
290 shoff = ehdr->e_shoff;
296 shoff = mcld::bswap32(ehdr->e_shoff);
303 if (0x0 == shoff)
319 shdr_region = pInput.memArea()->request(pInput.fileOffset() + shoff,
338 shoff += shentsize;
341 shdr_region = pInput.memArea()->request(pInput.fileOffset() + shoff,
793 uint64_t shoff = 0x0; local
799 shoff = ehdr->e_shoff;
805 shoff = mcld::bswap64(ehdr->e_shoff)
    [all...]
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 891 milliseconds