Home | History | Annotate | Download | only in LD

Lines Matching refs:sh_offset

334   uint32_t sh_offset = 0x0;
370 sh_offset = shdr->sh_offset;
373 sh_offset = mcld::bswap32(shdr->sh_offset);
378 pInput.memArea()->request(pInput.fileOffset() + sh_offset, sh_size);
389 sh_offset = shdrTab[idx].sh_offset;
398 sh_offset = mcld::bswap32(shdrTab[idx].sh_offset);
408 section->setOffset(sh_offset);
828 uint64_t sh_offset = 0x0;
864 sh_offset = shdr->sh_offset;
867 sh_offset = mcld::bswap64(shdr->sh_offset);
872 pInput.memArea()->request(pInput.fileOffset() + sh_offset, sh_size);
883 sh_offset = shdrTab[idx].sh_offset;
892 sh_offset = mcld::bswap64(shdrTab[idx].sh_offset);
902 section->setOffset(sh_offset);