Home | History | Annotate | Download | only in bfd

Lines Matching refs:dlt

465 /* Return a pointer to the local DLT, PLT and OPD reference counts
479 /* Allocate space for local DLT, PLT and OPD reference
667 DLT. We need to create a DLT entry for any symbols which
677 /* ?!? These need a DLT entry. But I have no idea what to do with
735 /* This is an indirect reference through the DLT to get the address
736 of a OPD descriptor. Thus we need to make a DLT entry that points
780 /* Allocate space for a DLT entry, as well as a dynamic
795 /* This is a DLT entry for a local symbol. */
956 /* Allocate space for a DLT entry. */
987 /* Allocate space for a DLT.PLT entry. */
1210 /* Create the DLT section. */
1217 asection *dlt;
1220 dlt = hppa_info->dlt_sec;
1221 if (!dlt)
1227 dlt = bfd_make_section_anyway_with_flags (dynobj, ".dlt",
1233 if (!dlt
1234 || !bfd_set_section_alignment (dlt, 3))
1240 hppa_info->dlt_sec = dlt;
1301 .dlt:
1305 .rela.dlt:
1306 Relocations for the DLT.
1343 s = bfd_make_section_anyway_with_flags (abfd, ".rela.dlt",
1569 not actually use these entries. Reset the size of .rela.dlt,
1577 /* Set up DLT, PLT and OPD offsets for local syms, and space for local
1758 || startswith (name, ".dlt")
1975 which is included within the DLT secton. So we do need to include
2183 /* The .dlt section contains addresses for items referenced through the
2184 dlt. Note that we can have a DLTIND relocation for a local symbol, thus
2185 we can not depend on finish_dynamic_symbol to initialize the .dlt. */
2204 the proper value into the DLT, note this shortcut can not be
2210 /* If we had an LTOFF_FPTR style relocation we want the DLT entry
2236 /* We do not need to include the output offset of the DLT section
2241 /* Create a relocation for the DLT entry associated with this symbol.
2261 offset of the DLT entry since we need an absolute address in the
2441 /* Finalize the contents of the .dlt section. */
2443 /* Finalize the contents of the .dlt section. */
2936 If no .plt is found, then look for .dlt, .opd and .data (in
3007 concerned with computing an offset relative to the DLT, PC, etc.
3263 /* Indirect references to data through the DLT. */
3291 have not set up the DLT entry (it's not convenient to do so
3296 fill in its DLT entry.
3343 /* The DLT value is the address of the .opd entry. */
3369 /* We want the value of the DLT offset for this symbol, not
3371 to the start of the DLT, so we have to compute the absolute
3417 /* Subtract out the global pointer value to make value a DLT
3486 to the start of the DLT, so we have to compute the absolute
3519 /* We want the value of the DLT offset for this symbol, not
3521 to the start of the DLT, so we have to compute the absolute
3551 /* The DLT value is the address of the .opd entry. */
3561 /* We want the value of the DLT offset for this symbol, not
3563 to the start of the DLT, so we have to compute the absolute
3582 /* Subtract out the global pointer value to make value a DLT
3590 /* We want the value of the DLT offset for this symbol, not
3592 to the start of the DLT, so we have to compute the absolute
3917 { STRING_COMMA_LEN (".dlt"), 0, SHT_PROGBITS, SHF_ALLOC + SHF_WRITE + SHF_PARISC_SHORT },