Home
last modified time | relevance | path

Searched refs:BLOCK_GCC_COMPILED (Results 1 – 9 of 9) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dblock.h118 #define BLOCK_GCC_COMPILED(bl) (bl)->gcc_compile_flag macro
H A Dblock.c292 BLOCK_GCC_COMPILED (bl) = 0; in allocate_block()
H A Dsymmisc.c511 if (BLOCK_GCC_COMPILED (b)) in dump_symtab()
512 fprintf_filtered (outfile, ", compiled with gcc%d", BLOCK_GCC_COMPILED (b)); in dump_symtab()
H A Dinfcmd.c1172 gcc_compiled = BLOCK_GCC_COMPILED (SYMBOL_BLOCK_VALUE (function)); in finish_command_continuation()
1295 gcc_compiled = BLOCK_GCC_COMPILED (SYMBOL_BLOCK_VALUE (function)); in finish_command()
H A Dinfcall.c410 using_gcc = (b == NULL ? 2 : BLOCK_GCC_COMPILED (b)); in call_function_by_hand()
H A Dbuildsym.c251 BLOCK_GCC_COMPILED (block) = processing_gcc_compilation; in finish_block()
H A Deval.c855 using_gcc = (b == NULL ? 2 : BLOCK_GCC_COMPILED (b)); in evaluate_subexp_standard()
H A DChangeLog-1998330 handle LOC_INDIRECT case. Set the BLOCK_GCC_COMPILED to the right
H A DChangeLog-200313383 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)