Lines Matching defs:offset
319 unsigned int secindex, unsigned long offset)
324 offset -= sechdr->sh_addr;
326 return (void *)info->hdr + sechdr->sh_offset + offset;
523 /* Check if file offset is correct */
525 fatal("section header offset=%lu in file '%s' is bigger than filesize=%zu\n",
647 /* ignore global offset table */
1340 * If we find two symbols with equal offset prefer one with a valid name.
1631 * that relocation offset tells us the offsetof(struct
1804 int32_t offset;
1815 offset = sign_extend32((inst & 0x00ffffff) << 2, 25);
1816 r->r_addend = offset + sym->st_value + 8;