OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bsd2
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/
bin-objfmt.c
854
bin_section_data *bsd, *
bsd2
;
local
865
bsd2
= yasm_section_get_data(other, &bin_section_data_cb);
868
yasm_intnum_is_zero(
bsd2
->length))
871
if (yasm_intnum_compare(bsd->istart,
bsd2
->istart) <= 0) {
874
yasm_intnum_calc(overlap, YASM_EXPR_SUB,
bsd2
->istart);
876
overlap = yasm_intnum_copy(
bsd2
->istart);
877
yasm_intnum_calc(overlap, YASM_EXPR_ADD,
bsd2
->length);
[
all
...]
Completed in 863 milliseconds