Searched refs:sect2 (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/
H A Dfollows-loop1-err.asm1 section sect1 follows=sect2
2 section sect2 follows=sect1
H A Dvfollows-loop1-err.asm1 section sect1 vfollows=sect2
2 section sect2 vfollows=sect1
H A Dmultisect5.asm5 section sect2 follows=sect1
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dvalue.c175 /*@dependent@*/ yasm_section *sect2; local
242 sect2 = yasm_bc_get_section(precbc);
250 && sect == sect2
275 && sect2 == yasm_bc_get_section(expr_precbc)))) {
300 yasm_section_get_object(sect2);
H A Dexpr.c225 /*@dependent@*/ yasm_section *sect2; local
259 sect2 = yasm_bc_get_section(precbc);
268 sect == sect2 &&

Completed in 124 milliseconds