Home
last modified time | relevance | path

Searched refs:ginfo (Results 1 – 7 of 7) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dsymtab.h167 #define DEPRECATED_SYMBOL_NAME(symbol) (symbol)->ginfo.name
168 #define SYMBOL_VALUE(symbol) (symbol)->ginfo.value.ivalue
169 #define SYMBOL_VALUE_ADDRESS(symbol) (symbol)->ginfo.value.address
170 #define SYMBOL_VALUE_BYTES(symbol) (symbol)->ginfo.value.bytes
171 #define SYMBOL_BLOCK_VALUE(symbol) (symbol)->ginfo.value.block
172 #define SYMBOL_VALUE_CHAIN(symbol) (symbol)->ginfo.value.chain
173 #define SYMBOL_LANGUAGE(symbol) (symbol)->ginfo.language
174 #define SYMBOL_SECTION(symbol) (symbol)->ginfo.section
175 #define SYMBOL_BFD_SECTION(symbol) (symbol)->ginfo.bfd_section
178 (symbol)->ginfo.language_specific.cplus_specific.demangled_name
[all …]
Dsymtab.c896 fixup_section (struct general_symbol_info *ginfo, struct objfile *objfile) in fixup_section() argument
899 msym = lookup_minimal_symbol (ginfo->name, NULL, objfile); in fixup_section()
903 ginfo->bfd_section = SYMBOL_BFD_SECTION (msym); in fixup_section()
904 ginfo->section = SYMBOL_SECTION (msym); in fixup_section()
947 addr = ginfo->value.address; in fixup_section()
956 ginfo->bfd_section = s->the_bfd_section; in fixup_section()
957 ginfo->section = idx; in fixup_section()
973 fixup_section (&sym->ginfo, objfile); in fixup_symbol_section()
987 fixup_section (&psym->ginfo, objfile); in fixup_psymbol_section()
Dbuildsym.c107 if (symbol->ginfo.name && symbol->ginfo.name[0] == '#') in add_symbol_to_list()
/mirbsd/src/usr.sbin/mtree/
Dspec.c64 NODE ginfo, *root; in spec() local
70 bzero(&ginfo, sizeof(ginfo)); in spec()
115 set(NULL, &ginfo); in spec()
120 unset(NULL, &ginfo); in spec()
145 *centry = ginfo; in spec()
/mirbsd/src/gnu/usr.bin/texinfo/info/
DMakefile.am17 bin_PROGRAMS = ginfo infokey program
18 transform = s/ginfo/info/; $(program_transform_name)
DMakefile.in51 bin_PROGRAMS = ginfo$(EXEEXT) infokey$(EXEEXT)
104 transform = s/ginfo/info/; $(program_transform_name)
/mirbsd/src/usr.sbin/makefs/nbsrc/usr.sbin/mtree/
Dspec.c134 NODE ginfo, *root; in spec() local
142 memset(&ginfo, 0, sizeof(ginfo)); in spec()
168 set(next, &ginfo); in spec()
170 unset(next, &ginfo); in spec()
229 *centry = ginfo; in spec()