OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:frameoff
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
coff-objfmt.h
58
yasm_value
frameoff
; /* Frame offset */
member in struct:coff_unwind_info
win64-except.c
101
/*
Frameoff
is really a 4-bit value, scaled by 16 */
102
yasm_value_initialize(&info->
frameoff
, NULL, 8);
114
yasm_value_delete(&info->
frameoff
);
216
if (yasm_value_finalize(&info->
frameoff
, prev_bc))
235
intn = yasm_value_get_intnum(&info->
frameoff
, bc, 0);
247
add_span(add_span_data, bc, 3, &info->
frameoff
, 0, 240);
288
/*@only@*/ /*@null@*/ yasm_intnum *
frameoff
;
local
308
frameoff
= yasm_value_get_intnum(&info->
frameoff
, bc, 1);
309
if (!
frameoff
) {
[
all
...]
coff-objfmt.c
[
all
...]
Completed in 25 milliseconds