OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:YASM_SYM_USED
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
symrec.c
263
rec->status |= YASM_SYM_DEFINED|YASM_SYM_VALUED|
YASM_SYM_USED
;
273
rec->status |=
YASM_SYM_USED
;
415
if ((sym->status &
YASM_SYM_USED
) && !(sym->status & YASM_SYM_DEFINED) &&
680
if (sym->status &
YASM_SYM_USED
)
symrec.h
43
YASM_SYM_USED
= 1 << 0, /**< for use before definition */
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
symrec.pxi
46
if <int>status & <int>
YASM_SYM_USED
: s.add('used')
Completed in 3521 milliseconds