Home | History | Annotate | Download | only in LD

Lines Matching defs:sh_offset

363   uint32_t sh_offset    = 0x0;
401 sh_offset = shdr->sh_offset;
405 sh_offset = mcld::bswap32(shdr->sh_offset);
410 pInput.fileOffset() + sh_offset, sh_size);
422 sh_offset = shdrTab[idx].sh_offset;
432 sh_offset = mcld::bswap32(shdrTab[idx].sh_offset);
445 section->setOffset(sh_offset);
919 uint64_t sh_offset = 0x0;
957 sh_offset = shdr->sh_offset;
961 sh_offset = mcld::bswap64(shdr->sh_offset);
966 pInput.fileOffset() + sh_offset, sh_size);
978 sh_offset = shdrTab[idx].sh_offset;
988 sh_offset = mcld::bswap64(shdrTab[idx].sh_offset);
1001 section->setOffset(sh_offset);