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

/haiku-fatelf/src/bin/gdb/gdb/
H A Dsymtab.h161 a full symbol. All three types have a ginfo field. In particular
164 functions, unless the callers are changed to pass in the ginfo
167 #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
326 struct general_symbol_info ginfo; member in struct:minimal_symbol
606 struct general_symbol_info ginfo; member in struct:symbol
686 struct general_symbol_info ginfo; member in struct:partial_symbol
[all...]
H A Dsymtab.c897 fixup_section (struct general_symbol_info *ginfo, struct objfile *objfile)
900 msym = lookup_minimal_symbol (ginfo->name, NULL, objfile);
904 ginfo->bfd_section = SYMBOL_BFD_SECTION (msym);
905 ginfo->section = SYMBOL_SECTION (msym);
948 addr = ginfo->value.address;
957 ginfo->bfd_section = s->the_bfd_section;
958 ginfo->section = idx;
974 fixup_section (&sym->ginfo, objfile);
988 fixup_section (&psym->ginfo, objfile);
893 fixup_section(struct general_symbol_info *ginfo, struct objfile *objfile) argument
H A Dbuildsym.c110 if (symbol->ginfo.name && symbol->ginfo.name[0] == '#')
/haiku-fatelf/src/add-ons/input_server/methods/canna/lib/
H A Dmulti.c130 int res, total_res, ginfo = 0; local
177 ginfo = 1;
220 if (ginfo) {
H A Dkctrl.c1423 int res = 0, tmpres, ginfo = 0; local
1448 ginfo = 1;
1487 ginfo = 1;
1505 if (ginfo) {

Completed in 112 milliseconds