OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:line_fsym
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
obj-coff.c
363
static symbolS *
line_fsym
;
365
#define in_function() (
line_fsym
!= 0)
366
#define clear_function() (
line_fsym
= 0)
367
#define set_function(F) (
line_fsym
= (F), coff_add_linesym (F))
361
static symbolS *
line_fsym
;
variable
/src/external/gpl3/binutils.old/dist/gas/config/
obj-coff.c
363
static symbolS *
line_fsym
;
365
#define in_function() (
line_fsym
!= 0)
366
#define clear_function() (
line_fsym
= 0)
367
#define set_function(F) (
line_fsym
= (F), coff_add_linesym (F))
361
static symbolS *
line_fsym
;
variable
Completed in 25 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026