Lines Matching defs:offsets

457    for the objectfile OBJFILE and stuffs ADDR into all of the offsets.  */
472 /* Now calculate offsets for section that were specified by the
482 /* Record all sections in offsets */
485 (objfile->section_offsets)->offsets[osp->sectindex] = osp->addr;
500 an 'add-symbol-file' command, then this is the list of offsets and
510 OFFSETS is a table of section offsets already in the right
512 elements present in OFFSETS->offsets. If OFFSETS is non-zero, we
529 struct section_offsets *offsets,
537 gdb_assert (! (addrs && offsets));
552 if (! addrs && ! offsets)
560 /* Now either addrs or offsets is non-zero. */
618 /* Calculate offsets for the loadable sections.
622 Adjust offsets if the segments are not contiguous.
673 memcpy (objfile->section_offsets, offsets, size);
683 /* This is a hack. As far as I can tell, section offsets are not
686 offsets are kept in solib structures anyway and rs6000 xcoff
689 Section offsets are built similarly, except that they are built
692 has a different algorithm for finding section offsets.
701 /* Map section offsets in "addr" back to the object's
795 struct section_offsets *offsets,
840 syms_from_objfile (objfile, addrs, offsets, num_offsets,
1761 /* Here we store the section offsets in the order they were
1839 struct section_offsets *offsets;
1875 /* Save the offsets, we will nuke them with the rest of the
1878 offsets = ((struct section_offsets *)
1880 memcpy (offsets, objfile->section_offsets,
1944 /* We use the same section offsets as from last time. I'm not
1949 memcpy (objfile->section_offsets, offsets,
3503 /* Set the output sections and output offsets for section SECTP in
3504 ABFD. The relocation code in BFD will read these offsets, so we
3536 /* We will handle section offsets properly elsewhere, so relocate as if