| /openbsd/src/gnu/gcc/gcc/config/pa/ |
| D | fptr.c | 73 unsigned int *plabel, *got; in __canonicalize_funcptr_for_compare() local 87 plabel = (unsigned int *) ((unsigned int) fptr & ~3); in __canonicalize_funcptr_for_compare() 88 got = (unsigned int *) (plabel[0] + GOT_FROM_PLT_STUB); in __canonicalize_funcptr_for_compare() 92 return plabel[0]; in __canonicalize_funcptr_for_compare() 111 fixup ((struct link_map *) got[1], plabel[1]); in __canonicalize_funcptr_for_compare() 113 return plabel[0]; in __canonicalize_funcptr_for_compare()
|
| D | milli64.S | 224 bb,>=,n %r22,30,LREF(1) ; branch if not plabel address
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/pa/ |
| D | fptr.c | 65 unsigned int *plabel, *got; local 79 plabel = (unsigned int *) ((unsigned int) fptr & ~3); 80 got = (unsigned int *) (plabel[0] + GOT_FROM_PLT_STUB); 84 return plabel[0]; 124 fixup ((struct link_map *) got[1], plabel[1]); 126 return plabel[0];
|
| D | milli64.S | 205 bb,>=,n %r22,30,LREF(1) ; branch if not plabel address
|
| /openbsd/src/usr.bin/ssh/ |
| D | ssh-pkcs11.c | 1323 char *plabel = label ? label : ""; in pkcs11_rsa_generate_private_key() local 1341 FILL_ATTR(tpub, npub, CKA_LABEL, plabel, strlen(plabel)); in pkcs11_rsa_generate_private_key() 1354 FILL_ATTR(tpriv, npriv, CKA_LABEL, plabel, strlen(plabel)); in pkcs11_rsa_generate_private_key() 1441 char *plabel = label ? label : ""; in pkcs11_ecdsa_generate_private_key() local 1473 FILL_ATTR(tpub, npub, CKA_LABEL, plabel, strlen(plabel)); in pkcs11_ecdsa_generate_private_key() 1484 FILL_ATTR(tpriv, npriv, CKA_LABEL, plabel, strlen(plabel)); in pkcs11_ecdsa_generate_private_key()
|
| /openbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | elf32-hppa.c | 213 unsigned int plabel:1; member 350 eh->plabel = 0; in hppa_link_hash_newfunc() 571 && !hash->plabel in hppa_type_of_stub() 1280 h->plabel = 1; in elf32_hppa_check_relocs() 1615 if (! ((struct elf32_hppa_link_hash_entry *) h)->plabel) in elf32_hppa_hide_symbol() 1644 && ! ((struct elf32_hppa_link_hash_entry *) h)->plabel in elf32_hppa_adjust_dynamic_symbol() 1803 ((struct elf32_hppa_link_hash_entry *) h)->plabel = 0; in allocate_plt_static() 1805 else if (((struct elf32_hppa_link_hash_entry *) h)->plabel) in allocate_plt_static() 1851 && !((struct elf32_hppa_link_hash_entry *) h)->plabel) in allocate_dynrelocs() 3100 && !h->plabel in final_link_relocate() [all …]
|
| D | coff-sh.c | 2430 plabel, label_end, start, stop, pswapped) in _bfd_sh_align_load_span() argument 2436 bfd_vma **plabel; 2483 while (*plabel < label_end && **plabel < i) 2484 ++*plabel; 2519 && (*plabel >= label_end || **plabel != i) 2568 while (*plabel < label_end && **plabel < i + 2) 2569 ++*plabel; 2572 && (*plabel >= label_end || **plabel != i + 2))
|
| D | ChangeLog-0001 | 834 (allocate_plt_static): ..here. Don't drop plabel entries. 6600 packed. Add plabel, plt_abs packed booleans. 6609 local_got_refcounts. Set h->plabel for all global PLABELs. Use 6610 size_t len vars. Add assert for plabel addend. 6615 with h->plabel set. Don't make plt entries to have dynamic syms 6617 plabel, make it PLABEL_PLT_ENTRY_SIZE. 6621 syms. Leave weak undefined plabels zero. Make global plabel 7624 error exit. Bail out earlier on plabel relocs that we aren't
|
| D | ChangeLog-9193 | 1846 for plabel stubs. 1849 (hppa_look_for_stubs_in_section): Add check for plabel stubs and
|
| D | ChangeLog-0203 | 9375 (allocate_plt_static): Clear h-plabel except when plt entry is 9376 exclusively used for a plabel.
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/bfd/ |
| D | coff-sh.c | 2324 plabel, label_end, start, stop, pswapped) in _bfd_sh_align_load_span() argument 2330 bfd_vma **plabel; 2377 while (*plabel < label_end && **plabel < i) 2378 ++*plabel; 2413 && (*plabel >= label_end || **plabel != i) 2462 while (*plabel < label_end && **plabel < i + 2) 2463 ++*plabel; 2466 && (*plabel >= label_end || **plabel != i + 2))
|
| D | elf32-hppa.c | 234 unsigned int plabel:1; member 377 hh->plabel = 0; in hppa_link_hash_newfunc() 600 && !hh->plabel in hppa_type_of_stub() 1312 hh->plabel = 1; in elf32_hppa_check_relocs() 1712 if (! hppa_elf_hash_entry(eh)->plabel) in elf32_hppa_hide_symbol() 1741 if (hppa_elf_hash_entry (eh)->plabel) in elf32_hppa_adjust_dynamic_symbol() 1747 && ! hppa_elf_hash_entry (eh)->plabel in elf32_hppa_adjust_dynamic_symbol() 1913 hh->plabel = 0; in allocate_plt_static() 1915 else if (hh->plabel) in allocate_plt_static() 1963 && !hh->plabel in allocate_dynrelocs() [all …]
|
| D | ChangeLog-0001 | 834 (allocate_plt_static): ..here. Don't drop plabel entries. 6600 packed. Add plabel, plt_abs packed booleans. 6609 local_got_refcounts. Set h->plabel for all global PLABELs. Use 6610 size_t len vars. Add assert for plabel addend. 6615 with h->plabel set. Don't make plt entries to have dynamic syms 6617 plabel, make it PLABEL_PLT_ENTRY_SIZE. 6621 syms. Leave weak undefined plabels zero. Make global plabel 7624 error exit. Bail out earlier on plabel relocs that we aren't
|
| D | ChangeLog-9193 | 1846 for plabel stubs. 1849 (hppa_look_for_stubs_in_section): Add check for plabel stubs and
|
| D | ChangeLog-0203 | 9375 (allocate_plt_static): Clear h-plabel except when plt entry is 9376 exclusively used for a plabel.
|
| /openbsd/src/sys/arch/arm64/stand/efiboot/ |
| D | ldscript.arm64 | 27 *(.plabel)
|
| /openbsd/src/sys/arch/riscv64/stand/efiboot/ |
| D | ldscript.riscv64 | 28 *(.plabel)
|
| /openbsd/src/gnu/usr.bin/perl/Porting/ |
| D | bench.pl | 1200 plabel => $label, 1339 $results->{$j->{test}}{$j->{plabel}}[$j->{active}][$j->{loopix}]
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | hppa-tdep.c | 1013 CORE_ADDR plabel; in hppa32_convert_from_func_ptr_addr() local 1015 plabel = addr & ~3; in hppa32_convert_from_func_ptr_addr() 1016 target_read_memory(plabel, (char *)&addr, 4); in hppa32_convert_from_func_ptr_addr()
|
| /openbsd/src/gnu/usr.bin/binutils/gas/doc/ |
| D | c-hppa.texi | 156 @samp{entry}, @samp{data}, @samp{entry}, @samp{millicode}, @samp{plabel},
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/doc/ |
| D | c-hppa.texi | 156 @samp{entry}, @samp{data}, @samp{entry}, @samp{millicode}, @samp{plabel},
|
| /openbsd/src/gnu/usr.bin/binutils/gas/ |
| D | ChangeLog-9295 | 6542 involving a function symbol which is not a plabel to zero. 7957 * config/tc-hppa.c: (tc_gen_reloc): Addend for a plabel relocation should
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/ |
| D | ChangeLog-9295 | 6542 involving a function symbol which is not a plabel to zero. 7957 * config/tc-hppa.c: (tc_gen_reloc): Addend for a plabel relocation should
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | ChangeLog.6 | 10152 non 64-bit machines. Use these as a plabel for the trampoline. 10156 pointer to the plabel in the trampoline.
|
| D | FSFChangeLog.10 | 8176 plabel instead.
|