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

  /art/compiler/
elf_stripper.cc 122 Elf32_Off shoff = offset; local
128 elf_file->GetHeader().e_shoff = shoff;
  /frameworks/compile/mclinker/lib/LD/
ELFReader.cpp 321 uint32_t shoff = 0x0; local
327 shoff = ehdr->e_shoff;
333 shoff = mcld::bswap32(ehdr->e_shoff);
340 if (0x0 == shoff)
356 shdr_region = pInput.memArea()->request(pInput.fileOffset() + shoff,
374 shoff += shentsize;
377 shdr_region = pInput.memArea()->request(pInput.fileOffset() + shoff,
842 uint64_t shoff = 0x0; local
848 shoff = ehdr->e_shoff;
854 shoff = mcld::bswap64(ehdr->e_shoff)
    [all...]
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 138 milliseconds