Lines Matching defs:offset
869 _("invalid string offset in symbol [%zu]"), i);
1414 /* Used as sanity check for allocated section offset, if the section
1415 offset needs to be preserved. We want to know the max size of the
1656 GElf_Off offset = 0;
1720 "allocated section offset too large [%zd] %" PRIx64,
1729 if (end_offset > offset)
1730 offset = end_offset;
2042 if (offset == 0)
2044 offset = gelf_fsize (unstripped, ELF_T_EHDR, 1, EV_CURRENT);
2073 offset = (offset + align - 1) & -align;
2074 shdr->sh_offset = offset;
2076 offset += shdr->sh_size;
2090 offset = (offset + sh_align - 1) & -sh_align;
2092 ehdr->e_shoff = offset;
2093 offset += unstripped_shnum * ehdr->e_shentsize;
2502 ptrdiff_t offset = dwfl_getmodules (info->dwfl, &match_module, &mmi, 0);
2503 if (offset == 0)
2509 while ((offset = dwfl_getmodules (info->dwfl, &match_module, &mmi,
2510 offset)) > 0);
2513 if (dwfl_getmodules (info->dwfl, &match_module, &mmi, offset) != 0)
2523 while ((offset = dwfl_getmodules (info->dwfl, &match_module, &mmi,
2524 offset)) > 0);