HomeSort by: relevance | last modified time | path
    Searched refs:plabel (Results 1 - 25 of 40) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/libgcc/config/pa/
fptr.c 82 volatile unsigned int *plabel; local
87 a list of function pointers. Also return immediately if the plabel
93 /* The function pointer points to a function descriptor (plabel). If
94 the plabel hasn't been resolved, the first word of the plabel points
96 The second word in the plabel contains the relocation offset for the
98 plabel = (volatile unsigned int *) ((unsigned int) fptr & ~3);
99 if (!_dl_read_access_allowed ((unsigned int)plabel))
104 got = (unsigned int *) plabel[0];
110 reloc_offset = plabel[1]
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/pa/
fptr.c 82 volatile unsigned int *plabel; local
87 a list of function pointers. Also return immediately if the plabel
93 /* The function pointer points to a function descriptor (plabel). If
94 the plabel hasn't been resolved, the first word of the plabel points
96 The second word in the plabel contains the relocation offset for the
98 plabel = (volatile unsigned int *) ((unsigned int) fptr & ~3);
99 if (!_dl_read_access_allowed ((unsigned int)plabel))
104 got = (unsigned int *) plabel[0];
110 reloc_offset = plabel[1]
    [all...]
  /src/libexec/ld.elf_so/arch/hppa/
hppa_reloc.c 128 * In the runtime architecture (ABI), PLABEL function pointers are
133 #define RTLD_MAKE_PLABEL(plabel) (((Elf_Addr)(plabel)) | (1 << 1))
138 * This is the PLABEL structure. The function PC and
140 * the actual PLABEL.
149 * For now allocated PLABEL structures are tracked on a
193 hppa_plabel *plabel; local
273 plabel = &hppa_plabel_pre[hppa_plabel_pre_next++];
275 plabel->hppa_plabel_pc = (Elf_Addr)
277 plabel->hppa_plabel_sl = (Elf_Addr)pltgot
336 hppa_plabel *plabel; local
765 volatile hppa_plabel plabel; local
    [all...]
  /src/sys/external/bsd/gnu-efi/dist/gnuefi/
elf_ia64_efi.lds 43 *(.plabel) /* data whose relocs we want to ignore */
78 *(.rela.plabel)
crt0-efi-ia64.S 72 // PE32+ wants a PLABEL, not the code address of the entry point:
76 .section .plabel, "a"
81 // hand-craft a .reloc section for the plabel:
88 data2 (IMAGE_REL_BASED_DIR64<<12) + 0 // reloc for plabel's entry point
89 data2 (IMAGE_REL_BASED_DIR64<<12) + 8 // reloc for plabel's global pointer
  /src/sys/arch/ia64/stand/ia64/ski/
ldscript.ia64 25 *(.plabel)
  /src/sys/arch/ia64/stand/ia64/efi/
ldscript.ia64 33 *(.plabel)
  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
cgram.y 901 | ifprefix statement { plabel($1); reached = 1; }
904 plabel( $1);
910 plabel( brklab );
918 plabel(contlab);
926 plabel( brklab);
931 { plabel( contlab );
935 plabel( brklab );
943 plabel( $1 );
945 plabel( brklab);
1052 plabel( $$ = getlab())
    [all...]
inline.c 442 plabel(l1 = getlab());
512 plabel(l0);
  /src/external/bsd/pcc/dist/pcc/cc/ccom/
cgram.y 874 | ifprefix statement { plabel($1); reached = 1; }
877 plabel( $1);
883 plabel( brklab );
891 plabel(contlab);
899 plabel( brklab);
904 { plabel( contlab );
908 plabel( brklab );
917 plabel( $1 );
919 plabel( brklab);
1045 plabel( $$ = getlab())
    [all...]
inline.c 524 plabel(l1 = getlab());
605 plabel(l0);
  /src/crypto/external/apache2/openssl/dist/providers/implementations/encode_decode/
encode_key2text.c 186 const char *plabel = "Prime:"; local
203 plabel = "Polynomial:";
205 return ossl_bio_print_labeled_bignum(out, plabel, p)
  /src/crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/
encode_key2text.c 365 const char *plabel = "Prime:"; local
382 plabel = "Polynomial:";
384 return print_labeled_bignum(out, plabel, p)
  /src/external/gpl3/binutils/dist/bfd/
coff-sh.c 2297 passed to SWAP. PLABEL is a pointer to the current label in a
2311 bfd_vma **plabel,
2358 while (*plabel < label_end && **plabel < i)
2359 ++*plabel;
2394 && (*plabel >= label_end || **plabel != i)
2443 while (*plabel < label_end && **plabel < i + 2)
2444 ++*plabel;
    [all...]
elf32-hppa.c 236 /* Set if this symbol is used by a plabel reloc. */
237 unsigned int plabel:1; member in struct:elf32_hppa_link_hash_entry
387 hh->plabel = 0;
609 && !hh->plabel
1043 hh_dir->plabel |= hh_ind->plabel;
1172 global functions, the PLABEL word points into the .plt
1174 local functions the PLABEL points directly at the
1179 We avoid the mess by always pointing a PLABEL into the
1363 /* If this .plt entry is for a plabel, mark it s
3539 bool plabel; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
coff-sh.c 2299 passed to SWAP. PLABEL is a pointer to the current label in a
2313 bfd_vma **plabel,
2360 while (*plabel < label_end && **plabel < i)
2361 ++*plabel;
2396 && (*plabel >= label_end || **plabel != i)
2445 while (*plabel < label_end && **plabel < i + 2)
2446 ++*plabel;
    [all...]
elf32-hppa.c 236 /* Set if this symbol is used by a plabel reloc. */
237 unsigned int plabel:1; member in struct:elf32_hppa_link_hash_entry
387 hh->plabel = 0;
609 && !hh->plabel
1043 hh_dir->plabel |= hh_ind->plabel;
1172 global functions, the PLABEL word points into the .plt
1174 local functions the PLABEL points directly at the
1179 We avoid the mess by always pointing a PLABEL into the
1363 /* If this .plt entry is for a plabel, mark it s
3539 bool plabel; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
coff-sh.c 2299 passed to SWAP. PLABEL is a pointer to the current label in a
2313 bfd_vma **plabel,
2360 while (*plabel < label_end && **plabel < i)
2361 ++*plabel;
2396 && (*plabel >= label_end || **plabel != i)
2445 while (*plabel < label_end && **plabel < i + 2)
2446 ++*plabel;
    [all...]
elf32-hppa.c 236 /* Set if this symbol is used by a plabel reloc. */
237 unsigned int plabel:1; member in struct:elf32_hppa_link_hash_entry
387 hh->plabel = 0;
609 && !hh->plabel
1043 hh_dir->plabel |= hh_ind->plabel;
1172 global functions, the PLABEL word points into the .plt
1174 local functions the PLABEL points directly at the
1179 We avoid the mess by always pointing a PLABEL into the
1363 /* If this .plt entry is for a plabel, mark it s
3538 bool plabel; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
coff-sh.c 2299 passed to SWAP. PLABEL is a pointer to the current label in a
2313 bfd_vma **plabel,
2360 while (*plabel < label_end && **plabel < i)
2361 ++*plabel;
2396 && (*plabel >= label_end || **plabel != i)
2445 while (*plabel < label_end && **plabel < i + 2)
2446 ++*plabel;
    [all...]
elf32-hppa.c 236 /* Set if this symbol is used by a plabel reloc. */
237 unsigned int plabel:1; member in struct:elf32_hppa_link_hash_entry
387 hh->plabel = 0;
609 && !hh->plabel
1043 hh_dir->plabel |= hh_ind->plabel;
1172 global functions, the PLABEL word points into the .plt
1174 local functions the PLABEL points directly at the
1179 We avoid the mess by always pointing a PLABEL into the
1363 /* If this .plt entry is for a plabel, mark it s
3539 bool plabel; local
    [all...]
  /src/external/bsd/pcc/dist/pcc/arch/powerpc/
code.c 666 plabel(lab);
692 plabel(rlabel);
757 plabel(tbllabel);
771 plabel(deflabel);
812 plabel(p[0]->slab);
844 plabel(lab);
900 plabel(tbllabel);
  /src/crypto/external/bsd/openssh/dist/
ssh-pkcs11.c 1639 char *plabel = label ? label : ""; local
1657 FILL_ATTR(tpub, npub, CKA_LABEL, plabel, strlen(plabel));
1670 FILL_ATTR(tpriv, npriv, CKA_LABEL, plabel, strlen(plabel));
1757 char *plabel = label ? label : ""; local
1789 FILL_ATTR(tpub, npub, CKA_LABEL, plabel, strlen(plabel));
1800 FILL_ATTR(tpriv, npriv, CKA_LABEL, plabel, strlen(plabel));
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
reorg.cc 370 rtx_code_label **plabel;
373 plabel = &function_return_label;
377 plabel = &function_simple_return_label;
381 if (*plabel)
382 return *plabel;
408 *plabel = label;
453 *plabel = label;
458 ++LABEL_NUSES (*plabel);
460 return *plabel;
363 rtx_code_label **plabel; local
  /src/external/gpl3/gcc.old/dist/gcc/
reorg.cc 370 rtx_code_label **plabel;
373 plabel = &function_return_label;
377 plabel = &function_simple_return_label;
381 if (*plabel)
382 return *plabel;
408 *plabel = label;
453 *plabel = label;
458 ++LABEL_NUSES (*plabel);
460 return *plabel;
363 rtx_code_label **plabel; local

Completed in 54 milliseconds

1 2