Home
last modified time | relevance | path

Searched refs:mainsym (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/gdb/gdb/
HDnlmread.c180 struct symbol *mainsym; in nlm_symfile_read() local
203 mainsym = lookup_symbol (main_name (), NULL, VAR_DOMAIN, NULL, NULL); in nlm_symfile_read()
205 if (mainsym in nlm_symfile_read()
206 && SYMBOL_CLASS (mainsym) == LOC_BLOCK) in nlm_symfile_read()
208 objfile->ei.main_func_lowpc = BLOCK_START (SYMBOL_BLOCK_VALUE (mainsym)); in nlm_symfile_read()
209 objfile->ei.main_func_highpc = BLOCK_END (SYMBOL_BLOCK_VALUE (mainsym)); in nlm_symfile_read()
HDblockframe.c103 struct symbol *mainsym = in inside_main_func() local
106 if (mainsym && SYMBOL_CLASS (mainsym) == LOC_BLOCK) in inside_main_func()
109 BLOCK_START (SYMBOL_BLOCK_VALUE (mainsym)); in inside_main_func()
111 BLOCK_END (SYMBOL_BLOCK_VALUE (mainsym)); in inside_main_func()
/NextBSD/contrib/binutils/bfd/
HDChangeLog-020310198 fakemain to maintable and variable mainsym to fakemain.