Lines Matching refs:thisdie

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
1143 type = struct_type (dip, thisdie, enddie, objfile); in read_structure_scope()
1542 read_subroutine_type (struct dieinfo *dip, char *thisdie, char *enddie) in read_subroutine_type() argument
1600 read_enumeration (struct dieinfo *dip, char *thisdie, char *enddie, in read_enumeration() argument
1779 read_func_scope (struct dieinfo *dip, char *thisdie, char *enddie, in read_func_scope() argument
1798 process_dies (thisdie + dip->die_length, enddie, objfile); in read_func_scope()
1884 read_file_scope (struct dieinfo *dip, char *thisdie, char *enddie, in read_file_scope() argument
1895 numutypes = (enddie - thisdie) / 4; in read_file_scope()
1903 process_dies (thisdie + dip->die_length, enddie, objfile); in read_file_scope()
1931 process_dies (char *thisdie, char *enddie, struct objfile *objfile) in process_dies() argument
1936 while (thisdie < enddie) in process_dies()
1938 basicdieinfo (&di, thisdie, objfile); in process_dies()
1945 nextdie = thisdie + di.die_length; in process_dies()
1956 nextdie = thisdie + di.die_length; in process_dies()
1968 read_file_scope (&di, thisdie, nextdie, objfile); in process_dies()
1970 nextdie = thisdie + di.die_length; in process_dies()
1976 read_func_scope (&di, thisdie, nextdie, objfile); in process_dies()
1980 read_lexical_block_scope (&di, thisdie, nextdie, objfile); in process_dies()
1985 read_structure_scope (&di, thisdie, nextdie, objfile); in process_dies()
1988 read_enumeration (&di, thisdie, nextdie, objfile); in process_dies()
1991 read_subroutine_type (&di, thisdie, nextdie); in process_dies()
2007 thisdie = nextdie; in process_dies()
2636 scan_partial_symbols (char *thisdie, char *enddie, struct objfile *objfile) in scan_partial_symbols() argument
2642 while (thisdie < enddie) in scan_partial_symbols()
2644 basicdieinfo (&di, thisdie, objfile); in scan_partial_symbols()
2651 nextdie = thisdie + di.die_length; in scan_partial_symbols()
2669 if ((temp < thisdie) || (temp >= enddie)) in scan_partial_symbols()
2709 thisdie = nextdie; in scan_partial_symbols()
2757 scan_compilation_units (char *thisdie, char *enddie, file_ptr dbfoff, in scan_compilation_units() argument
2767 while (thisdie < enddie) in scan_compilation_units()
2769 basicdieinfo (&di, thisdie, objfile); in scan_compilation_units()
2776 nextdie = thisdie + di.die_length; in scan_compilation_units()
2788 nextdie = thisdie + di.die_length; in scan_compilation_units()
2790 curoff = thisdie - dbbase; in scan_compilation_units()
2791 culength = nextdie - thisdie; in scan_compilation_units()
2813 scan_partial_symbols (thisdie + di.die_length, nextdie, objfile); in scan_compilation_units()
2825 thisdie = nextdie; in scan_compilation_units()