Lines Matching defs:offset
406 ERROR (_("invalid program header offset\n"));
409 executables and DSOs cannot have zero program header offset\n"));
420 ERROR (_("invalid section header table offset\n"));
946 /* Check that address and size match the global offset table. */
1432 section [%2d] '%s': relocation %zu: offset out of bounds\n"),
1816 section [%2d] '%s': entry %zu: %s value must be valid offset in section [%2d] '%s'\n"),
2611 TEST (offset, 1);
3109 unsigned int offset = 0;
3114 /* Get the data at the next offset. */
3116 GElf_Verneed *need = gelf_getverneed (data, offset, &needmem);
3120 unsigned int auxoffset = offset + need->vn_aux;
3131 section [%2d] '%s': entry %d has wrong offset of auxiliary data\n"),
3207 /* Find the next offset. */
3209 offset += need->vn_next;
3212 && offset < auxoffset)
3215 section [%2d] '%s': entry %d has invalid offset to next entry\n"),
3223 section [%2d] '%s': entry %d has zero offset to next entry, but sh_info says there are more entries\n"),
3270 unsigned int offset = 0;
3275 /* Get the data at the next offset. */
3277 GElf_Verdef *def = gelf_getverdef (data, offset, &defmem);
3307 section [%2d] '%s': entry %d has wrong offset of auxiliary data\n"),
3312 unsigned int auxoffset = offset + def->vd_aux;
3383 /* Find the next offset. */
3385 offset += def->vd_next;
3388 && offset < auxoffset)
3391 section [%2d] '%s': entry %d has invalid offset to next entry\n"),
3399 section [%2d] '%s': entry %d has zero offset to next entry, but sh_info says there are more entries\n"),
3475 section [%2d] '%s': offset %zu: zero length field in attribute section\n"),
3484 section [%2d] '%s': offset %zu: invalid length in attribute section\n"),
3496 section [%2d] '%s': offset %zu: unterminated vendor name string\n"),
3513 section [%2d] '%s': offset %zu: endless ULEB128 in attribute subsection tag\n"),
3522 section [%2d] '%s': offset %zu: truncated attribute section\n"),
3531 section [%2d] '%s': offset %zu: zero length field in attribute subsection\n"),
3546 section [%2d] '%s': offset %zu: invalid length in attribute subsection\n"),
3557 section [%2d] '%s': offset %zu: attribute subsection has unexpected tag %u\n"),
3575 section [%2d] '%s': offset %zu: endless ULEB128 in attribute tag\n"),
3586 section [%2d] '%s': offset %zu: unterminated string in attribute\n"),
3599 section [%2d] '%s': offset %zu: unrecognized attribute tag %u\n"),
3603 section [%2d] '%s': offset %zu: unrecognized %s attribute value %" PRIu64 "\n"),
3613 section [%2d] '%s': offset %zu: vendor '%s' unknown\n"),
3619 section [%2d] '%s': offset %zu: extra bytes after last attribute section\n"),
3727 ERROR (_("zeroth section has nonzero offset\n"));
4308 size_t offset = 0;
4313 while (offset < data->d_size
4314 && (offset = gelf_getnote (data, offset,
4317 last_offset = offset;
4344 phdr[%d]: unknown core file note type %" PRIu32 " at offset %" PRIu64 "\n"),
4345 phndx, (uint32_t) nhdr.n_type, start + offset);
4349 " at offset %zu\n"),
4351 (uint32_t) nhdr.n_type, offset);
4404 phdr[%d]: unknown object file note type %" PRIu32 " with owner name '%s' at offset %zu\n"),
4406 (char *) data->d_buf + name_offset, offset);
4410 " with owner name '%s' at offset %zu\n"),
4413 (char *) data->d_buf + name_offset, offset);
4565 dynamic section reference in program header has wrong offset\n"));
4651 /* Check that offset in segment corresponds to offset in ELF
4655 program header offset in ELF header and PHDR entry do not match"));
4682 call frame search table reference in program header has wrong offset\n"));
4748 program header entry %d: file offset and virtual address not module of alignment\n"), cnt);