Lines Matching defs:location

211    the current location in the input/output sections.  And finally a number
2221 store the location of the subspace header in target
2222 index, then sort using the location of the subspace
2457 current_offset = bfd_getb32 (ext_som_entry.location);
3699 this time (index into string table, fixup stream location/size, etc). */
3943 file_ptr location;
4031 location = obj_som_file_hdr (abfd)->subspace_location;
4032 if (bfd_seek (abfd, location, SEEK_SET) != 0)
4152 Seek to the right location and start writing the space
4154 location = obj_som_file_hdr (abfd)->space_location;
4155 if (bfd_seek (abfd, location, SEEK_SET) != 0)
4183 location = obj_som_file_hdr (abfd)->compiler_location;
4184 if (bfd_seek (abfd, location, SEEK_SET) != 0)
4212 at location zero. Seek there and write it. */
4489 /* Everything is ready, seek to the right location and
4810 som_canonicalize_symtab (bfd *abfd, asymbol **location)
4821 for (; i > 0; i--, location++, symbase++)
4822 *location = &symbase->symbol;
4825 *location = 0;
5664 void *location,
5672 || bfd_bread (location, count, abfd) != count)
5680 const void *location,
5707 if (bfd_bwrite (location, count, abfd) != count)
6032 /* Fill in the file offset. Note that the "location" field points
6035 bfd_getb32 (som_dict[bfd_getb32 (lst_symbol.som_index)].location)
6075 /* Fill in the file offset. Note that the "location" field points
6078 bfd_getb32 (som_dict[bfd_getb32 (lst_symbol.som_index)].location)
6340 /* We add in the size of the archive header twice as the location
6419 if (bfd_getb32 (som_dict[som_index].location) == 0)
6421 bfd_putb32 (curr_som_offset, som_dict[som_index].location);