Searched refs:thisdie (Results 1 – 1 of 1) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | dwarfread.c | 729 read_lexical_block_scope (struct dieinfo *dip, char *thisdie, char *enddie, in read_lexical_block_scope() argument 735 process_dies (thisdie + dip->die_length, enddie, objfile); in read_lexical_block_scope() 931 struct_type (struct dieinfo *dip, char *thisdie, char *enddie, in struct_type() argument 990 thisdie += dip->die_length; in struct_type() 991 while (thisdie < enddie) in struct_type() 993 basicdieinfo (&mbr, thisdie, objfile); in struct_type() 1005 nextdie = thisdie + mbr.die_length; in struct_type() 1074 process_dies (thisdie, nextdie, objfile); in struct_type() 1077 thisdie = nextdie; in struct_type() 1137 read_structure_scope (struct dieinfo *dip, char *thisdie, char *enddie, in read_structure_scope() argument [all …]
|