Lines Matching defs:location

660 	 location.  RELOCATION is already the address of the symbol.
663 the location.
666 of the location within the section. Some targets arrange for
667 the addend to be the negative of the position of the location
670 include the position of the location; for example, m88kbcs,
676 up with the negative of the location within the section,
678 in the location within the section. If pcrel_offset is TRUE
740 the new value to the location in the object file (if it's a pc
742 location). When relocating we need to preserve that property.
1048 location. RELOCATION is already the address of the symbol.
1051 the location.
1054 of the location within the section. Some targets arrange for
1055 the addend to be the negative of the position of the location
1058 include the position of the location; for example, m88kbcs,
1064 up with the negative of the location within the section,
1066 in the location within the section. If pcrel_offset is TRUE
1126 the new value to the location in the object file (if it's a pc
1128 location). When relocating we need to preserve that property.
1366 location we are relocating. Some targets (e.g., i386-aout)
1368 offset of the location within the section; for such targets
1372 need to subtract out the offset of the location within the
1387 /* Relocate a given location using a given value and howto. */
1393 bfd_byte *location)
1415 x = bfd_get_8 (input_bfd, location);
1418 x = bfd_get_16 (input_bfd, location);
1421 x = bfd_get_32 (input_bfd, location);
1425 x = bfd_get_64 (input_bfd, location);
1499 loaded at a location 0x80000000 away from the location at
1541 bfd_put_8 (input_bfd, x, location);
1544 bfd_put_16 (input_bfd, x, location);
1547 bfd_put_32 (input_bfd, x, location);
1551 bfd_put_64 (input_bfd, x, location);
1561 /* Clear a given location using a given howto, by applying a fixed relocation
1570 bfd_byte *location)
1584 x = bfd_get_8 (input_bfd, location);
1587 x = bfd_get_16 (input_bfd, location);
1590 x = bfd_get_32 (input_bfd, location);
1594 x = bfd_get_64 (input_bfd, location);
1618 bfd_put_8 (input_bfd, x, location);
1621 bfd_put_16 (input_bfd, x, location);
1624 bfd_put_32 (input_bfd, x, location);
1628 bfd_put_64 (input_bfd, x, location);
2601 Together with another reloc targeted at the same location,
2608 be honoured at the offset's location, regardless of linker