Searched refs:ginfo (Results 1 - 17 of 17) sorted by relevance

/netbsd-current/external/gpl2/texinfo/dist/info/
H A DMakefile.am13 # Use `ginfo' for building to avoid confusion with the standard `info'
16 bin_PROGRAMS = ginfo infokey
17 transform = s/ginfo/info/; $(program_transform_name)
H A DMakefile.in52 bin_PROGRAMS = ginfo$(EXEEXT) infokey$(EXEEXT)
119 transform = s/ginfo/info/; $(program_transform_name)
341 ginfo$(EXEEXT): $(ginfo_OBJECTS) $(ginfo_DEPENDENCIES)
342 @rm -f ginfo$(EXEEXT)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dpsympriv.h43 if (ginfo.section >= 0)
44 return &objfile->sections[ginfo.section];
51 return ginfo.value.address;
58 return ginfo.value.address + objfile->section_offsets[ginfo.section];
65 ginfo.value.address = addr;
71 struct general_symbol_info ginfo; member in struct:partial_symbol
H A Dpsymtab.c547 return psym->ginfo.language ();
560 const language_defn *lang = language_def (psym->ginfo.language ());
563 return name_match (psym->ginfo.search_name (), lookup_name, NULL);
610 enum language lang = (*center)->ginfo.language ();
613 if (ordered_compare ((*center)->ginfo.search_name (),
624 if (symbol_matches_domain ((*top)->ginfo.language (),
638 if (symbol_matches_domain ((*psym)->ginfo.language (),
689 if (strcmp_iw_ordered ((*center)->ginfo.search_name (),
704 while (top >= start && symbol_matches_search_name (&(*top)->ginfo,
711 while (top <= real_top && symbol_matches_search_name (&(*top)->ginfo,
[all...]
H A Dsymtab.c1639 fixup_section (struct general_symbol_info *ginfo,
1649 msym = lookup_minimal_symbol_by_pc_name (addr, ginfo->linkage_name (),
1652 ginfo->section = MSYMBOL_SECTION (msym);
1704 ginfo->section = idx;
1713 ginfo->section = 0;
1715 ginfo->section = fallback;
1634 fixup_section(struct general_symbol_info *ginfo, CORE_ADDR addr, struct objfile *objfile) argument
H A Dsymtab.h2233 void fixup_section (struct general_symbol_info *ginfo,
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dpsymtab.c304 return psym->ginfo.language ();
317 const language_defn *lang = language_def (psym->ginfo.language ());
320 return name_match (psym->ginfo.search_name (), lookup_name, NULL);
369 enum language lang = (*center)->ginfo.language ();
372 if (ordered_compare ((*center)->ginfo.search_name (),
383 if (symbol_matches_domain ((*top)->ginfo.language (),
397 if (symbol_matches_domain ((*psym)->ginfo.language (),
450 if (strcmp_iw_ordered ((*center)->ginfo.search_name (),
465 while (top >= start && symbol_matches_search_name (&(*top)->ginfo,
472 while (top <= real_top && symbol_matches_search_name (&(*top)->ginfo,
[all...]
H A Dpsympriv.h43 return ginfo.obj_section (objfile);
49 return ginfo.value_address ();
56 return (ginfo.value_address ()
57 + objfile->section_offsets[ginfo.section_index ()]);
64 ginfo.set_value_address (addr);
70 struct general_symbol_info ginfo; member in struct:partial_symbol
H A Dsymtab.c1713 fixup_section (struct general_symbol_info *ginfo,
1723 msym = lookup_minimal_symbol_by_pc_name (addr, ginfo->linkage_name (),
1726 ginfo->set_section_index (msym->section_index ());
1777 ginfo->set_section_index (idx);
1786 ginfo->set_section_index (0);
1788 ginfo->set_section_index (fallback);
1708 fixup_section(struct general_symbol_info *ginfo, CORE_ADDR addr, struct objfile *objfile) argument
H A Dsymtab.h2614 void fixup_section (struct general_symbol_info *ginfo,
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dipa-reference.c561 ipa_reference_optimization_summary_d *ginfo,
566 copy_static_var_set (ginfo->statics_read, false);
568 copy_static_var_set (ginfo->statics_written, false);
575 ipa_reference_optimization_summary_d *ginfo)
577 if (ginfo->statics_read
578 && ginfo->statics_read != all_module_statics
579 && ginfo->statics_read != no_module_statics)
580 BITMAP_FREE (ginfo->statics_read);
582 if (ginfo->statics_written
583 && ginfo
559 duplicate(cgraph_node *, cgraph_node *, ipa_reference_optimization_summary_d *ginfo, ipa_reference_optimization_summary_d *dst_ginfo) argument
573 remove(cgraph_node *, ipa_reference_optimization_summary_d *ginfo) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dipa-reference.cc561 ipa_reference_optimization_summary_d *ginfo,
566 copy_static_var_set (ginfo->statics_read, false);
568 copy_static_var_set (ginfo->statics_written, false);
575 ipa_reference_optimization_summary_d *ginfo)
577 if (ginfo->statics_read
578 && ginfo->statics_read != all_module_statics
579 && ginfo->statics_read != no_module_statics)
580 BITMAP_FREE (ginfo->statics_read);
582 if (ginfo->statics_written
583 && ginfo
559 duplicate(cgraph_node *, cgraph_node *, ipa_reference_optimization_summary_d *ginfo, ipa_reference_optimization_summary_d *dst_ginfo) argument
573 remove(cgraph_node *, ipa_reference_optimization_summary_d *ginfo) argument
[all...]
/netbsd-current/usr.sbin/mtree/
H A Dspec.c114 NODE ginfo, *root; local
122 memset(&ginfo, 0, sizeof(ginfo));
148 set(next, &ginfo);
150 unset(next, &ginfo);
209 *centry = ginfo;
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dcmp_hdr_test.c342 STACK_OF(OSSL_CMP_ITAV) *itavs = NULL, *ginfo;
370 ginfo = fixture->hdr->generalInfo;
371 pushed_itav = sk_OSSL_CMP_ITAV_value(ginfo, 0);
376 pushed_val = OSSL_CMP_ITAV_get0_value(sk_OSSL_CMP_ITAV_value(ginfo, 0));
/netbsd-current/crypto/external/bsd/openssl/dist/ssl/
H A Dt1_lib.c528 const TLS_GROUP_INFO *ginfo = tls1_group_id_lookup(s->ctx, group_id); local
534 if (ginfo == NULL)
538 if (ginfo->mindtls < 0 || ginfo->maxdtls < 0)
540 if (ginfo->maxdtls == 0)
543 ret = DTLS_VERSION_LE(minversion, ginfo->maxdtls);
544 if (ginfo->mindtls > 0)
545 ret &= DTLS_VERSION_GE(maxversion, ginfo->mindtls);
547 if (ginfo->mintls < 0 || ginfo
570 const TLS_GROUP_INFO *ginfo = tls1_group_id_lookup(s->ctx, group); local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/dwarf2/
H A Dindex-write.c550 const char *name = psym->ginfo.search_name ();
552 if (psym->ginfo.language () == language_ada)
726 const char *name = psym->ginfo.search_name ();
728 if (psym->ginfo.language () == language_ada)
H A Dread.c8488 psymbol.ginfo.set_language (cu->language, &objfile->objfile_obstack);
8489 psymbol.ginfo.section = -1;
8518 psymbol.ginfo.section = SECT_OFF_TEXT (objfile);
8519 psymbol.ginfo.value.address = addr;
8563 psymbol.ginfo.section = SECT_OFF_TEXT (objfile);
8564 psymbol.ginfo.value.address = addr;
8579 psymbol.ginfo.section = SECT_OFF_TEXT (objfile);
8581 psymbol.ginfo.value.address = addr;
8646 psymbol.ginfo.set_linkage_name (actual_name);
8649 psymbol.ginfo
[all...]

Completed in 400 milliseconds