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

  /frameworks/compile/mclinker/lib/LD/
ELFReader.cpp 285 uint16_t shentsize = 0x0; local
291 shentsize = ehdr->e_shentsize;
297 shentsize = mcld::bswap16(ehdr->e_shentsize);
320 shentsize);
338 shoff += shentsize;
342 shnum * shentsize);
794 uint16_t shentsize = 0x0; local
800 shentsize = ehdr->e_shentsize;
806 shentsize = mcld::bswap16(ehdr->e_shentsize);
829 shentsize);
    [all...]
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 75 milliseconds