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

/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/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-6-1-5-RELEASE/sys/arch/amiga/dev/
H A Dgrfws.h41 int (*ginfo)(void *, void *); member in struct:ws_ao_ioctl
H A Dgrf.c584 return gp->g_wsioctl->ginfo(gp, data);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dsymtab.h173 a full symbol. All three types have a ginfo field. In particular
176 functions, unless the callers are changed to pass in the ginfo
179 #define SYMBOL_VALUE(symbol) (symbol)->ginfo.value.ivalue
180 #define SYMBOL_VALUE_ADDRESS(symbol) (symbol)->ginfo.value.address
181 #define SYMBOL_VALUE_BYTES(symbol) (symbol)->ginfo.value.bytes
182 #define SYMBOL_BLOCK_VALUE(symbol) (symbol)->ginfo.value.block
183 #define SYMBOL_VALUE_CHAIN(symbol) (symbol)->ginfo.value.chain
184 #define SYMBOL_LANGUAGE(symbol) (symbol)->ginfo.language
185 #define SYMBOL_SECTION(symbol) (symbol)->ginfo.section
186 #define SYMBOL_OBJ_SECTION(symbol) (symbol)->ginfo
335 struct general_symbol_info ginfo; member in struct:minimal_symbol
566 struct general_symbol_info ginfo; member in struct:symbol
[all...]
H A Dpsympriv.h42 struct general_symbol_info ginfo; member in struct:partial_symbol
H A Dpsymtab.c469 fixup_section (&psym->ginfo, addr, objfile);
1359 unsigned int lang = psymbol->ginfo.language;
1363 h = hash_continue (&psymbol->ginfo.value, sizeof (psymbol->ginfo.value), h);
1367 h = hash_continue (psymbol->ginfo.name, strlen (psymbol->ginfo.name), h);
1382 return (memcmp (&sym1->ginfo.value, &sym1->ginfo.value,
1383 sizeof (sym1->ginfo.value)) == 0
1384 && sym1->ginfo
[all...]
H A Dsymtab.c881 fixup_section (struct general_symbol_info *ginfo,
891 msym = lookup_minimal_symbol_by_pc_name (addr, ginfo->name, objfile);
894 ginfo->obj_section = SYMBOL_OBJ_SECTION (msym);
895 ginfo->section = SYMBOL_SECTION (msym);
945 ginfo->obj_section = s;
946 ginfo->section = idx;
990 fixup_section (&sym->ginfo, addr, objfile);
877 fixup_section(struct general_symbol_info *ginfo, CORE_ADDR addr, struct objfile *objfile) argument
H A Dbuildsym.c130 if (symbol->ginfo.name && symbol->ginfo.name[0] == '#')
H A Dcp-namespace.c454 = function->ginfo.language_specific.cplus_specific;
H A Ddwarf2read.c11130 && symbol_get_demangled_name (&(sym->ginfo)) == NULL)
11131 symbol_set_demangled_name (&(sym->ginfo),
/netbsd-6-1-5-RELEASE/usr.sbin/mtree/
H A Dspec.c113 NODE ginfo, *root; local
121 memset(&ginfo, 0, sizeof(ginfo));
147 set(next, &ginfo);
149 unset(next, &ginfo);
208 *centry = ginfo;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dipa-reference.c836 ipa_reference_global_vars_info_t ginfo;
841 ginfo = get_global_reference_vars_info (src);
843 if (!linfo && !ginfo)
854 if (ginfo)
858 dst_ginfo->statics_read = copy_global_bitmap (ginfo->statics_read);
859 dst_ginfo->statics_written = copy_global_bitmap (ginfo->statics_written);
860 dst_ginfo->statics_not_read = copy_global_bitmap (ginfo->statics_not_read);
861 dst_ginfo->statics_not_written = copy_global_bitmap (ginfo->statics_not_written);
835 ipa_reference_global_vars_info_t ginfo; local

Completed in 233 milliseconds