OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:csize_expr
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/
rdf-objfmt.c
583
/*@dependent@*/ /*@null@*/ yasm_expr **
csize_expr
;
local
594
csize_expr
= yasm_symrec_get_common_size(sym);
595
assert(
csize_expr
!= NULL);
596
intn = yasm_expr_get_intnum(
csize_expr
, 1);
[
all
...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
coff-objfmt.c
528
/*@dependent@*/ /*@null@*/ yasm_expr **
csize_expr
;
local
533
csize_expr
= yasm_symrec_get_common_size(sym);
534
assert(
csize_expr
!= NULL);
535
common_size = yasm_expr_get_intnum(
csize_expr
, 1);
1061
\/*@dependent@*\/ \/*@null@*\/ yasm_expr **
csize_expr
;
local
[
all
...]
Completed in 176 milliseconds