HomeSort by: relevance | last modified time | path
    Searched defs:plabel (Results 1 - 18 of 18) sorted by relevancy

  /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/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/apache2/openssl/dist/crypto/rsa/
rsa_lib.c 1180 void *plabel = label; local
1195 plabel = (void *)empty;
1199 (void *)plabel, (size_t)llen);
  /src/crypto/external/bsd/openssl/dist/crypto/rsa/
rsa_lib.c 1104 void *plabel = label; local
1119 plabel = (void *)empty;
1123 (void *)plabel, (size_t)llen);
  /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/crypto/external/bsd/openssh/dist/
ssh-pkcs11.c 1640 char *plabel = label ? label : ""; local
1658 FILL_ATTR(tpub, npub, CKA_LABEL, plabel, strlen(plabel));
1671 FILL_ATTR(tpriv, npriv, CKA_LABEL, plabel, strlen(plabel));
1758 char *plabel = label ? label : ""; local
1790 FILL_ATTR(tpub, npub, CKA_LABEL, plabel, strlen(plabel));
1801 FILL_ATTR(tpriv, npriv, CKA_LABEL, plabel, strlen(plabel));
    [all...]
  /src/external/bsd/pcc/dist/pcc/cc/ccom/
trees.c 712 plabel((int)glval(p->n_left->n_left)+2);
2016 plabel(v+2);
2188 plabel( lab);
2198 plabel( lab);
2289 plabel( lbl);
2299 plabel( lbl2);
2336 plabel( lbl);
2338 plabel( lbl2);
2933 plabel(l);
2935 plabel(l2)
3526 plabel(int label) function
    [all...]
  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
trees.c 636 plabel((int)glval(p->n_left->n_left)+1);
1944 plabel(v+1);
2116 plabel( lab);
2126 plabel( lab);
2217 plabel( lbl);
2227 plabel( lbl2);
2264 plabel( lbl);
2266 plabel( lbl2);
2859 plabel(l);
2861 plabel(l2)
3281 plabel(int label) function
    [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
  /src/external/gpl3/gdb/dist/gdb/
hppa-tdep.c 1258 CORE_ADDR plabel = addr & ~3;
1259 return read_memory_typed_address (plabel, func_ptr_type);
2903 /* PLABELs have bit 30 set; if it's a PLABEL, then dereference it. */
1255 CORE_ADDR plabel = addr & ~3; local
  /src/external/gpl3/gdb.old/dist/gdb/
hppa-tdep.c 1259 CORE_ADDR plabel = addr & ~3;
1260 return read_memory_typed_address (plabel, func_ptr_type);
2904 /* PLABELs have bit 30 set; if it's a PLABEL, then dereference it. */
1256 CORE_ADDR plabel = addr & ~3; local
  /src/external/gpl3/binutils/dist/bfd/
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/
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/dist/bfd/
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.old/dist/bfd/
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;
610 && !hh->plabel
1044 hh_dir->plabel |= hh_ind->plabel;
1173 global functions, the PLABEL word points into the .plt
1175 local functions the PLABEL points directly at the
1180 We avoid the mess by always pointing a PLABEL into the
1364 /* If this .plt entry is for a plabel, mark it s
3525 bool plabel; local
    [all...]

Completed in 63 milliseconds