Home | History | Annotate | Download | only in LD

Lines Matching refs:sh_offset

348   uint32_t sh_offset    = 0x0;
385 sh_offset = shdr->sh_offset;
389 sh_offset = mcld::bswap32(shdr->sh_offset);
394 pInput.fileOffset() + sh_offset, sh_size);
405 sh_offset = shdrTab[idx].sh_offset;
415 sh_offset = mcld::bswap32(shdrTab[idx].sh_offset);
428 section->setOffset(sh_offset);
869 uint64_t sh_offset = 0x0;
906 sh_offset = shdr->sh_offset;
910 sh_offset = mcld::bswap64(shdr->sh_offset);
915 pInput.fileOffset() + sh_offset, sh_size);
926 sh_offset = shdrTab[idx].sh_offset;
936 sh_offset = mcld::bswap64(shdrTab[idx].sh_offset);
949 section->setOffset(sh_offset);