Searched refs:shandle (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.25/binutils/ |
D | rddbg.c | 113 void *shandle; in read_section_stabs_debugging_info() local 116 shandle = NULL; in read_section_stabs_debugging_info() 152 if (shandle == NULL) in read_section_stabs_debugging_info() 154 shandle = start_stab (dhandle, abfd, TRUE, syms, symcount); in read_section_stabs_debugging_info() 155 if (shandle == NULL) in read_section_stabs_debugging_info() 239 if (! parse_stab (dhandle, shandle, type, desc, value, s)) in read_section_stabs_debugging_info() 261 if (shandle != NULL) in read_section_stabs_debugging_info() 263 if (! finish_stab (dhandle, shandle)) in read_section_stabs_debugging_info() 276 void *shandle; in read_symbol_stabs_debugging_info() local 279 shandle = NULL; in read_symbol_stabs_debugging_info() [all …]
|