Searched refs:gp (Results 1 - 25 of 35) sorted by relevance

12

/haiku-fatelf/src/system/libroot/posix/glibc/stdlib/
H A Dgrouping.h56 const char *gp = grouping; local
82 if (end - cp == (int) *gp + 1)
102 ++gp;
103 if (*gp == 0)
105 --gp;
110 if (*gp == CHAR_MAX
112 || *gp < 0
156 if (cp < begin && group_end - cp <= (int) *gp)
160 if (cp < begin || group_end - cp != (int) *gp)
174 if (end - cp > (int) *gp
[all...]
/haiku-fatelf/src/system/libroot/posix/glibc/misc/
H A Dtsearch.c179 node gp = *gparentp; local
191 gp->red = 1;
198 gp->right = *lp;
199 *lp = gp;
206 gp->left = *rp;
207 *rp = gp;
217 gp->red = 1;
221 gp->left = p->right;
222 p->right = gp;
227 gp
[all...]
/haiku-fatelf/src/bin/gdb/bfd/
H A Dcoff-alpha.c156 of the gp register are loaded. */
202 that when the value is used the value of the gp register will be
258 /* Load the gp register. This is always used for a ldah instruction
259 which loads the upper 16 bits of the gp register. The next reloc
659 /* Copy the gp value for this object file into the addend, to
662 rptr->addend += ecoff_data (abfd)->gp;
691 rptr->addend = intern->r_symndx + ecoff_data (abfd)->gp;
698 the section vma. We record the gp value for this object file
702 rptr->addend = ecoff_data (abfd)->gp;
775 bfd_vma gp;
770 bfd_vma gp; local
1380 bfd_vma gp; local
[all...]
H A Dcoff-mips.c196 /* A reference to an offset from the gp register. Handled by the
212 /* A reference to a literal using an offset from the gp register.
384 rptr->addend += ecoff_data (abfd)->gp;
595 the offset from the gp register. */
614 bfd_vma gp;
642 /* We have to figure out the gp value, so that we can adjust the
647 gp = _bfd_get_gp_value (output_bfd);
648 if (gp == 0
655 gp = symbol->section->output_section->vma + 0x4000;
656 _bfd_set_gp_value (output_bfd, gp);
609 bfd_vma gp; local
837 bfd_vma gp; local
[all...]
H A Delfn32-mips.c1272 /* We have to figure out the gp value, so that we can adjust the
1312 become the offset from the gp register. */
1322 bfd_vma gp;
1333 &gp);
1339 data, gp);
1351 bfd_vma gp;
1363 &gp);
1369 data, gp);
1373 become the offset from the gp register. */
1382 bfd_vma gp;
1320 bfd_vma gp; local
1349 bfd_vma gp; local
1380 bfd_vma gp; local
1413 gprel32_with_gp(bfd *abfd, asymbol *symbol, arelent *reloc_entry, asection *input_section, bfd_boolean relocatable, void *data, bfd_vma gp) argument
1504 bfd_vma gp; local
[all...]
H A Delf32-mips.c718 /* We have to figure out the gp value, so that we can adjust the
758 become the offset from the gp register. This function also handles
771 bfd_vma gp; local
782 &gp);
788 data, gp);
792 become the offset from the gp register. */
801 bfd_vma gp; local
812 error_message, &gp);
817 relocatable, data, gp);
823 void *data, bfd_vma gp)
821 gprel32_with_gp(bfd *abfd, asymbol *symbol, arelent *reloc_entry, asection *input_section, bfd_boolean relocatable, void *data, bfd_vma gp) argument
939 bfd_vma gp; local
[all...]
H A Dlibecoff.h98 /* The cached gp value. This is used when relocating. */
99 bfd_vma gp; member in struct:ecoff_tdata
101 /* The maximum size of objects to optimize using gp. This is
189 input .lita section to have its own gp value. To support this,
190 we need to keep track of the gp values that we picked for each
192 bfd_vma gp; member in struct:ecoff_section_tdata
H A Delf64-mips.c1463 /* We have to figure out the gp value, so that we can adjust the
1503 become the offset from the gp register. */
1512 bfd_vma gp;
1533 &gp);
1539 data, gp);
1551 bfd_vma gp;
1573 &gp);
1579 data, gp);
1583 become the offset from the gp register. */
1592 bfd_vma gp;
1508 bfd_vma gp; local
1547 bfd_vma gp; local
1588 bfd_vma gp; local
1710 bfd_vma gp; local
[all...]
H A Delfxx-ia64.c737 bfd_vma gp = 0;
1088 /* Fetch the gp. */
1089 if (gp == 0)
1092 gp = _bfd_get_gp_value (obfd);
1093 if (gp == 0)
1097 gp = _bfd_get_gp_value (obfd);
1102 if ((bfd_signed_vma) (symaddr - gp) >= 0x200000
1103 ||(bfd_signed_vma) (symaddr - gp) < -0x200000)
3376 and return the gp-relative address of the linkage table entry. */
3576 bfd_vma gp
734 bfd_vma gp = 0; local
3570 bfd_vma gp = _bfd_get_gp_value (abfd); local
3665 struct elf_link_hash_entry *gp; local
3788 struct elf_link_hash_entry *gp; local
[all...]
H A Delf64-alpha.c457 that when the value is used the value of the gp register will be
509 /* Load the gp register. This is always used for a ldah instruction
510 which loads the upper 16 bits of the gp register. The symbol
520 stupid hackery like inventing a gp value to do partial relocation
737 /* A 21 bit branch that adjusts for gp loads. */
1041 bfd_vma gp, relocation;
1057 /* The gp used in the portion of the output object to which this
1059 gp = _bfd_get_gp_value (abfd);
1068 ret = elf64_alpha_do_reloc_gpdisp (abfd, gp - relocation, p_ldah, p_lda);
1200 bfd_vma gp;
1038 bfd_vma gp, relocation; local
1196 bfd_vma gp; member in struct:alpha_relax_info
4226 bfd_vma gp, tp_base, dtp_base; local
[all...]
H A Dpe-mips.c283 /* A reference to an offset from the gp register. Handled by the
299 /* A reference to a literal using an offset from the gp register.
625 bfd_vma gp; local
650 gp = _bfd_get_gp_value (output_bfd);
651 if (gp == 0)
H A Dlibnlm.h111 bfd_vma gp; /* GP value. */ member in struct:nlm_obj_tdata::__anon3631::__anon3632
H A Delf-hppa.h1216 struct elf_link_hash_entry *gp; local
1223 gp = elf_link_hash_lookup (elf_hash_table (info), "__gp", FALSE,
1226 if (gp)
1232 gp->root.u.def.value += hppa_info->gp_offset;
1234 gp_val = (gp->root.u.def.section->output_section->vma
1235 + gp->root.u.def.section->output_offset
1236 + gp->root.u.def.value);
H A Dbfd.c953 return ecoff_data (abfd)->gp;
971 ecoff_data (abfd)->gp = v;
H A Delf32-frv.c1432 bfd_vma gp;
1437 gp = (h->u.def.value
1442 value -= (gp - input_section->output_section->vma);
1471 bfd_vma gp;
1477 gp = (h->u.def.value
1482 value -= (gp - input_section->output_section->vma);
1604 bfd_vma gp;
1609 gp = (h->u.def.value
1614 value -= (gp - input_section->output_section->vma);
1639 bfd_vma gp;
1431 bfd_vma gp; local
1470 bfd_vma gp; local
1603 bfd_vma gp; local
1638 bfd_vma gp; local
[all...]
H A Decoff.c150 ecoff->gp = internal_a->gp_value;
659 together, and then referenced via the gp pointer, which yields
1889 ecoff_data (obfd)->gp = ecoff_data (ibfd)->gp;
2326 return ecoff_data (abfd)->gp;
2344 ecoff_data (abfd)->gp = gp_value;
2721 internal_a.gp_value = ecoff_data (abfd)->gp;
4211 if (ecoff_data (abfd)->gp == 0)
4218 ecoff_data (abfd)->gp = (h->u.def.value
4237 ecoff_data (abfd)->gp
[all...]
/haiku-fatelf/src/kits/network/libbind/irs/
H A Dlcl_ng.c239 struct ng_old_struct *gp, *ogp; local
254 gp = pvt->grouphead.gr;
255 while (gp) {
256 ogp = gp;
257 gp = gp->ng_next;
/haiku-fatelf/src/add-ons/translators/gif/
H A DGIFLoad.cpp128 unsigned char gp[256 * 3]; local
129 if (fInput->Read(gp, s * 3) < s * 3)
132 fPalette->SetColor(x, gp[x * 3], gp[x * 3 + 1], gp[x * 3 + 2]);
/haiku-fatelf/src/bin/bc/bc/
H A Dexecute.c67 bc_label_group *gp; local
135 gp = functions[pc.pc_func].f_label;
138 while (l_gp-- > 0) gp = gp->l_next;
139 pc.pc_addr = gp->l_adrs[l_off];
/haiku-fatelf/src/bin/gdb/gdb/
H A Dsolib-aix5.c61 CORE_ADDR gp; /* global pointer value */ member in struct:lm_info::lm_mapping
295 sop->lm_info->mapping[mapidx].gp = (CORE_ADDR) prmap->pr_gp;
879 if (so->lm_info->mapping[idx].gp != 0)
881 global_pointer = so->lm_info->mapping[idx].gp;
H A Dhppa-hpux-tdep.c1214 /* Is this a plabel? If so, dereference it to get the gp value. */
1370 unsigned int gp; local
1381 gp = gdbarch_tdep (gdbarch)->find_global_pointer (funcaddr);
1383 write_memory_unsigned_integer (sp + 4, 4, gp);
H A Dia64-tdep.c2358 di->gp = 0;
2368 "segbase=0x%s, length=%s, gp=0x%s\n",
2372 paddr_nz (di->gp));
2425 dip->gp = FIND_GLOBAL_POINTER (ip);
2455 "(name=`%s',segbase=0x%s,start=0x%s,end=0x%s,gp=0x%s,"
2460 paddr_nz (di.gp),
2472 "(name=`%s',segbase=0x%s,start=0x%s,end=0x%s,gp=0x%s,"
2477 paddr_nz (di.gp),
2532 "at 0x%s (gp=0x%s)\n",
2534 paddr_nz (addr), paddr_nz (di.gp));
[all...]
H A Dhppa-tdep.c745 CORE_ADDR gp;
869 gp = tdep->find_global_pointer (function);
871 if (gp != 0)
872 write_register (19, gp);
744 CORE_ADDR gp; local
/haiku-fatelf/src/libs/print/libgutenprint/scripts/
H A Dautogen.sh319 macrodirs=`sed -n -e 's,^dnl AM_ACLOCAL_INCLUDE(\(.*\)),\1,gp' < $coin`
/haiku-fatelf/src/bin/network/netcat/
H A Dnetcat.c1327 HINF * gp; local
1437 gp = gethostpoop (optarg, o_nflag);
1438 if (gp)
1439 gates[gatesidx] = gp;

Completed in 392 milliseconds

12