Searched refs:GP (Results 1 – 25 of 31) sorted by relevance
12
| /mirbsd/src/gnu/usr.bin/binutils/gas/doc/ |
| D | c-ia64.texi | 37 as using the ``constant GP'' model. With this model, it is assumed 38 that the entire program uses a single global pointer (GP) value. Note 45 as using the ``constant GP without function descriptor'' data model. 46 This model is like the ``constant GP'' model, except that it 50 descriptor, which contains both the code entry-point and the GP-value
|
| D | c-alpha.texi | 243 Used with @code{ldah} and @code{lda} to load the GP from the current 258 32-bit displacement from the GP. 262 32-bit displacement from the GP. 266 from the GP. 269 Used with any branch format instruction to skip the GP load at the 270 target address. The referenced symbol must have the same GP as the 272 or perform a standard GP load in the first two instructions via the 384 to perform a load of the GP register; 2 indicates that @code{$27} is 395 instructions of the function perform a GP load. 402 GP for the current object file, and stores it in 4 bytes. In addition
|
| D | c-v850.texi | 320 Data Area (whoes address is held in register 4, the GP register) and 328 32K of the address held in the GP register. [Note the linker assumes 329 that the GP register contains a fixed address set to the address of the
|
| /mirbsd/src/gnu/usr.bin/perl/ext/B/ramblings/ |
| D | curcop.runtime | 6 curcop->cop_line is stored as GvLINE() in the new GP.
|
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | gv.c | 128 register GP *gp; in Perl_gv_init() 141 Newxz(gp, 1, GP); in Perl_gv_init() 1287 GP* 1288 Perl_gp_ref(pTHX_ GP *gp) in Perl_gp_ref() 1291 return (GP*)NULL; in Perl_gp_ref() 1311 GP* gp; in Perl_gp_free()
|
| D | scope.c | 304 register GP *gp; in Perl_save_gp() 306 Newxz(gp, 1, GP); in Perl_save_gp() 881 GvGP(gv) = (GP*)ptr; in Perl_leave_scope()
|
| D | sv.c | 9545 # define GpREFCNT_inc(gp) ((gp) ? (++(gp)->gp_refcnt, (gp)) : (GP*)NULL) 9703 GP * 9704 Perl_gp_dup(pTHX_ GP *gp, CLONE_PARAMS* param) in Perl_gp_dup() 9706 GP *ret; in Perl_gp_dup() 9708 return (GP*)NULL; in Perl_gp_dup() 9710 ret = (GP*)ptr_table_fetch(PL_ptr_table, gp); in Perl_gp_dup() 9715 Newxz(ret, 1, GP); in Perl_gp_dup() 10539 GP *gp; in Perl_ss_dup() 10655 gp = (GP*)POPPTR(ss,ix); in Perl_ss_dup()
|
| D | proto.h | 342 PERL_CALLCONV GP* Perl_gp_ref(pTHX_ GP* gp); 1460 PERL_CALLCONV GP* Perl_gp_dup(pTHX_ GP* gp, CLONE_PARAMS* param)
|
| D | sv.h | 313 GP* xgv_gp;
|
| D | embed.fnc | 268 Ap |GP* |gp_ref |NULLOK GP* gp 976 Apa |GP* |gp_dup |NULLOK GP* gp|NN CLONE_PARAMS* param
|
| D | pp.c | 814 GP *gp; in PP() 816 Newxz(gp, 1, GP); in PP()
|
| D | perl.h | 2110 typedef struct gp GP; typedef
|
| /mirbsd/src/share/misc/ |
| D | countrycodes | 94 GP:GUADELOUPE
|
| D | acronyms | 4991 GP Grüne Partei 4992 GP [ccTLD] Guadeloupe 4993 GP [ISO 3166] Guadeloupe 4994 GP [Kfz:D] Landkreis Göppingen 10966 PTP [IATA] Pointe-a-Pitre, GP
|
| /mirbsd/src/gnu/usr.sbin/sendmail/contrib/ |
| D | mail.local.linux | 46 M,(4BO,]W(&C@%!08!!`FSTK`<X($GP""(EAA>A6<P@N9P`3G(0%Z19`>]>XG 143 M_"7LH62'F"?^8;4#07.5`=-GP'+:7H-ZYHJ_V(%K0S>PTSA;7IB+#,`!R?6D
|
| /mirbsd/src/gnu/usr.bin/binutils/bfd/doc/ |
| D | reloc.texi | 687 relocations out, and is filled in with the file's GP value on 704 in with the file's GP value on reading, for convenience, as with the 710 section, but relative to the GP value chosen for the file during the 738 GP register. 742 share a common GP, and the target address is adjusted for 768 MIPS16 GP relative reloc.
|
| D | bfdt.texi | 429 Return the maximum size of objects to be optimized using the GP 440 Set the maximum size of objects to be optimized using the GP
|
| D | section.texi | 259 "near" the GP. */
|
| D | bfdint.texi | 193 GP register. This means that the MIPS assembler must be able to mark 195 small symbols within range of the GP register. Since BFD can not
|
| /mirbsd/src/share/tmac/ |
| D | tmac.e | 75 .\" *** INTERNAL GP MACROS ***
|
| /mirbsd/src/gnu/usr.bin/perl/ext/B/B/ |
| D | Bytecode.pm | 95 if ($gv->GP) {
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/parts/ |
| D | embed.fnc | 252 Ap |GP* |gp_ref |GP* gp 951 Apa |GP* |gp_dup |GP* gp|CLONE_PARAMS* param
|
| /mirbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | tc-mips.c | 99 #define GP 28 macro 533 static int mips_gp_register = GP; 1467 symbol_table_insert (symbol_new ("$gp", reg_section, GP, in md_begin() 8294 regno = GP; in mips_ip() 9212 regno = GP; in mips16_ip() 12210 reg = GP; in tc_get_register()
|
| /mirbsd/src/gnu/usr.bin/perl/ext/B/ |
| D | B.xs | 1407 RETVAL = GvGP(gv) == Null(GP*);
|
| /mirbsd/src/etc/ |
| D | ssl.certs.shar | 859 X+2OqqGwaVLRcJXrJosmLFqa7LH4XXgVNWG4SHQHuEhANxjJ/GP/89PrNbpHoNkm+ 906 X+2OqqGwaVLRcJXrJosmLFqa7LH4XXgVNWG4SHQHuEhANxjJ/GP/89PrNbpHoNkm+ 4175 XL3UcPX7ape8eYIVpQtPM+GP+HkM5haa2Y0EQs3MevNP6yn0WR+Kn1dCjigoIlmJW
|
12