Searched refs:yasm_section_bcs_first (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
H A Ddwarf2-aranges.c70 yasm_section_bcs_first(sect))), 0);
72 yasm_expr_int(yasm_calc_bc_dist(yasm_section_bcs_first(sect),
H A Ddwarf2-info.c305 yasm_section_bcs_first(debug_line))), 0),
311 yasm_section_bcs_first(main_code));
322 yasm_section_bcs_first(main_code),
H A Ddwarf2-dbgfmt.c169 (!debug_info || yasm_section_bcs_first(debug_info)
288 yasm_section_bcs_first(head->debug_ptr)),
H A Ddwarf2-line.c329 bc = yasm_section_bcs_first(sect);
633 bc = yasm_section_bcs_first(sect);
661 state.precbc = yasm_section_bcs_first(sect);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
H A Dgas-parser.c59 parser_gas.prev_bc = yasm_section_bcs_first(object->cur_section);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
H A Dnasm-parser.c52 parser_nasm.prev_bc = yasm_section_bcs_first(object->cur_section);
H A Dnasm-parse.c1485 yasm_section_bcs_first(cursect), 0, cur_line);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/stabs/
H A Dstabs-dbgfmt.c294 stabs_dbgfmt_generate_n_fun(d, yasm_section_bcs_first(sect));
342 yasm_section_bcs_first(info.stab)->line);
358 yasm_section_bcs_first(info.stab)->line);
379 firstbc = yasm_section_bcs_first(stext);
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dsection.h311 yasm_bytecode *yasm_section_bcs_first(yasm_section *sect);
H A Dsection.c595 yasm_section_bcs_first(yasm_section *sect) function
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/dbg/
H A Ddbg-objfmt.c99 yasm_section_bcs_first(sect), 1, 0);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/
H A Dcv-symline.c474 sectbc = yasm_section_bcs_first(sect);
892 cval = yasm_calc_bc_dist(yasm_section_bcs_first(li->sect),
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
H A Delf-objfmt.c907 yasm_section_bcs_first(sect), 1, line);
1245 if (yasm_section_bcs_first(comment) == yasm_section_bcs_last(comment)) {
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/
H A Dbin-objfmt.c291 bsd->length = yasm_calc_bc_dist(yasm_section_bcs_first(sect),
509 (dist = yasm_calc_bc_dist(yasm_section_bcs_first(sect), precbc))) {
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/
H A Drdf-objfmt.c831 yasm_section_bcs_first(sect), 1, line);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/
H A Dxdf-objfmt.c627 yasm_section_bcs_first(sect), 1, line);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
H A Dcoff-objfmt.c426 yasm_section_bcs_first(sect), 1, line);
1840 if (yasm_section_bcs_first(comment) == yasm_section_bcs_last(comment)) {
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
H A Dmacho-objfmt.c1285 yasm_section_bcs_first(sect), 1, line);

Completed in 1843 milliseconds