OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xrefstr
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
insn.c
241
char *str, *
xrefstr
;
local
260
yasm_error_fetch(&eclass, &str, &xrefline, &
xrefstr
);
261
if (
xrefstr
) {
262
yasm_error_set_xref(xrefline, "%s",
xrefstr
);
263
yasm_xfree(
xrefstr
);
278
yasm_error_fetch(&eclass, &str, &xrefline, &
xrefstr
);
279
if (
xrefstr
) {
280
yasm_error_set_xref(xrefline, "%s",
xrefstr
);
281
yasm_xfree(
xrefstr
);
errwarn.h
191
* str and
xrefstr
(if non-NULL). If the error indicator is not set,
197
* \param
xrefstr
cross-reference error message (NULL if no xref)
203
/*@out@*/ /*@only@*/ /*@null@*/ char **
xrefstr
);
240
* str and
xrefstr
(if non-NULL). If there is no warning indicator set,
errwarn.c
321
char **
xrefstr
)
326
*
xrefstr
= yasm_exrefstr;
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
errwarn.pxi
31
cdef char *errstr, *
xrefstr
64
yasm_error_fetch(&errclass, &errstr, &xrefline, &
xrefstr
)
66
if xrefline and
xrefstr
:
67
PyErr_Format(exception, "%s: %d: %s", errstr, xrefline,
xrefstr
)
71
if
xrefstr
: free(
xrefstr
)
/external/chromium_org/third_party/yasm/source/patched-yasm/frontends/tasm/
tasm.c
316
/*@only@*/ /*@null@*/ char *estr, *
xrefstr
;
local
318
yasm_error_fetch(&eclass, &estr, &xrefline, &
xrefstr
);
321
yasm_xfree(
xrefstr
);
/external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/
yasm.c
422
/*@only@*/ /*@null@*/ char *estr, *
xrefstr
;
local
424
yasm_error_fetch(&eclass, &estr, &xrefline, &
xrefstr
);
427
yasm_xfree(
xrefstr
);
[
all
...]
Completed in 2390 milliseconds