Lines Matching refs:offset

255   file_ptr offset;
268 offset = i_shdrp[shindex]->sh_offset;
275 || bfd_seek (abfd, offset, SEEK_SET) != 0)
313 (_("%B: invalid string offset %u >= %lu for section `%s'"),
923 offset plus size lies within the segment's memory
1633 table->init_got_offset.offset = -(bfd_vma) 1;
1634 table->init_plt_offset.offset = -(bfd_vma) 1;
2920 this_hdr->sh_size = o->offset + o->size;
3532 file_ptr offset,
3541 offset = BFD_ALIGN (offset, al);
3543 i_shdrp->sh_offset = offset;
3545 i_shdrp->bfd_section->filepos = offset;
3547 offset += i_shdrp->sh_size;
3548 return offset;
4370 available file offset for PT_LOAD and PT_NOTE segments. */
5695 offset when we know the correct value. */
5826 the offset if necessary. */
7102 /* Find the function to a particular section and offset,
7109 bfd_vma offset,
7152 && q->symbol.value <= offset)
7179 /* Find the nearest line to a particular section and offset,
7186 bfd_vma offset,
7193 if (_bfd_dwarf1_find_nearest_line (abfd, section, symbols, offset,
7198 elf_find_function (abfd, section, symbols, offset,
7205 if (_bfd_dwarf2_find_nearest_line (abfd, section, symbols, offset,
7211 elf_find_function (abfd, section, symbols, offset,
7218 if (! _bfd_stab_section_find_nearest_line (abfd, symbols, section, offset,
7229 if (! elf_find_function (abfd, section, symbols, offset,
7300 file_ptr offset,
7311 pos = hdr->sh_offset + offset;
7437 in the relocation's offset. Thus we cannot allow any sort of sanity
7549 int offset;
7556 offset = offsetof (prstatus_t, pr_reg);
7582 offset = offsetof (prstatus32_t, pr_reg);
7611 size, note->descpos + offset);
8044 /* Signal number at offset 0x08. */
8048 /* Process ID at offset 0x50. */
8135 /* nto_procfs_status 'pid' field is at offset 0. */
8138 /* nto_procfs_status 'tid' field is at offset 4. Pass it back. */
8141 /* nto_procfs_status 'flags' field is at offset 8. */
8144 /* nto_procfs_status 'what' field is at offset 14. */
8517 elfcore_read_notes (bfd *abfd, file_ptr offset, bfd_size_type size)
8525 if (bfd_seek (abfd, offset, SEEK_SET) != 0)
8553 in.descpos = offset + (in.descdata - buf);
8746 bfd_vma offset)
8752 offset);
8754 return _bfd_elf_eh_frame_section_offset (abfd, info, sec, offset);
8756 return offset;