Home | History | Annotate | Download | only in gold

Lines Matching refs:reloc

32 #include "reloc-types.h"
262 // Note that a dynamic reloc has been applied to this data.
267 // Return whether a dynamic reloc has been applied.
995 // This POD class is used to represent a single reloc in the output
1029 // A reloc against a global symbol.
1040 // A reloc against a local symbol or local section symbol.
1054 // A reloc against the STT_SECTION symbol of an output section.
1082 // Return the reloc type.
1144 // Write the reloc entry to an output view.
1153 // reloc before R2, 0 to sort the same as R2, 1 to sort after R2.
1158 // Return whether this reloc should be sorted before the argument
1213 // input section being used to specify the reloc address.
1216 // specify the reloc address. This may be NULL if the reloc
1230 // The reloc type--a processor specific code.
1242 // If the reloc address is an input section in an object, the
1243 // section index. This is INVALID_CODE if the reloc address is
1263 // A reloc against a global symbol.
1281 // A reloc against a local symbol.
1305 // A reloc against the STT_SECTION symbol of an output section.
1364 // Write the reloc entry to an output view.
1368 // Return whether this reloc should be sorted before the argument
1384 // The basic reloc.
1392 // a pointer to a reloc section.
1412 // Add a reloc of type TYPE against the global symbol GSYM. The
1418 // Add a reloc of type TYPE against the global symbol GSYM. The
1426 // Add a reloc of type TYPE against the local symbol LOCAL_SYM_INDEX
1434 // Add a reloc of type TYPE against the local symbol LOCAL_SYM_INDEX
1443 // Add a reloc of type TYPE against the STT_SECTION symbol of the
1451 // Add a reloc of type TYPE against the STT_SECTION symbol of the
1462 // Note that we've added another relative reloc.
1481 // the reloc type.
1518 add(Output_data* od, const Output_reloc_type& reloc)
1520 this->relocs_.push_back(reloc);
1524 if (reloc.is_relative())
1526 Sized_relobj<size, big_endian>* relobj = reloc.get_relobj();
1569 // Add a reloc against a global symbol.
1610 // Add a RELATIVE reloc against a global symbol. The final relocation
1651 // Add a reloc against a local symbol.
1697 // Add a RELATIVE reloc against a local symbol.
1750 // Add a reloc against a local section symbol. This will be
1751 // converted into a reloc against the STT_SECTION symbol of the
1772 // A reloc against the STT_SECTION symbol of an output section.
1812 // As above, but the reloc TYPE is relative
1884 // Add a reloc against a global symbol.
1927 // Add a RELATIVE reloc against a global symbol. The final output
1972 // Add a reloc against a local symbol.
2020 // Add a RELATIVE reloc against a local symbol.
2067 // Add a reloc against a local section symbol. This will be
2068 // converted into a reloc against the STT_SECTION symbol of the
2091 // A reloc against the STT_SECTION symbol of an output section.
2132 // As above, but the reloc TYPE is relative
4693 // Return whether an Output_data_list has a dynamic reloc.