Home | History | Annotate | Download | only in LD

Lines Matching refs:shoff

336   uint32_t shoff     = 0x0;
342 shoff = ehdr->e_shoff;
348 shoff = mcld::bswap32(ehdr->e_shoff);
355 if (0x0 == shoff)
371 shdr_region = pInput.memArea()->request(pInput.fileOffset() + shoff,
390 shoff += shentsize;
393 shdr_region = pInput.memArea()->request(pInput.fileOffset() + shoff,
892 uint64_t shoff = 0x0;
898 shoff = ehdr->e_shoff;
904 shoff = mcld::bswap64(ehdr->e_shoff);
911 if (0x0 == shoff)
927 shdr_region = pInput.memArea()->request(pInput.fileOffset() + shoff,
946 shoff += shentsize;
949 shdr_region = pInput.memArea()->request(pInput.fileOffset() + shoff,