Home
last modified time | relevance | path

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