Home
last modified time | relevance | path

Searched refs:yasm_bc_get_section (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dvalue.c119 yasm_object *object = yasm_section_get_object(yasm_bc_get_section(bc)); in yasm_value_set_curpos_rel()
242 sect2 = yasm_bc_get_section(precbc); in value_finalize_scan()
249 && (sect = yasm_bc_get_section(precbc2)) in value_finalize_scan()
275 && sect2 == yasm_bc_get_section(expr_precbc)))) { in value_finalize_scan()
Dbytecode.h396 /*@dependent@*/ /*@null@*/ yasm_section *yasm_bc_get_section
Dbytecode.c115 yasm_bc_get_section(yasm_bytecode *bc) in yasm_bc_get_section() function
Dsymrec.c666 yasm_section_print(yasm_bc_get_section(sym->value.precbc), f, in yasm_symrec_print()
Dexpr.c259 sect2 = yasm_bc_get_section(precbc); in expr_xform_bc_dist_base()
267 (sect = yasm_bc_get_section(precbc2)) && in expr_xform_bc_dist_base()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
Dmacho-objfmt.c539 yasm_section *sym_sect = yasm_bc_get_section(sym_precbc); in macho_objfmt_output_value()
670 (dsect = yasm_bc_get_section(precbc)) && in macho_objfmt_output_relocs()
710 sect = yasm_bc_get_section(precbc); in macho_objfmt_is_section_label()
858 sect = yasm_bc_get_section(precbc); in macho_objfmt_output_symtable()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/listfmts/nasm/
Dnasm-listfmt.c168 sect = yasm_bc_get_section(bc); in nasm_listfmt_output()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/
Drdf-objfmt.c255 sect = yasm_bc_get_section(precbc); in rdf_objfmt_output_value()
540 sect = yasm_bc_get_section(precbc); in rdf_objfmt_output_sym()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/
Dbin-objfmt.c508 (sect = yasm_bc_get_section(precbc)) && in bin_objfmt_expr_xform()
659 yasm_bc_get_section(precbc) == info->section) { in map_symrec_count()
684 yasm_bc_get_section(precbc) == info->section) { in map_symrec_output()
917 && (sect = yasm_bc_get_section(precbc))) { in bin_objfmt_output_value()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/
Dcv-symline.c435 yasm_section *sect = yasm_bc_get_section(bc); in cv_generate_line_bc()
545 if (yasm_section_is_code(yasm_bc_get_section(precbc))) in cv_generate_sym()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
Delf-objfmt.c293 sect = yasm_bc_get_section(precbc); in elf_objfmt_build_symtab()
535 yasm_section *sym_sect = yasm_bc_get_section(sym_precbc); in elf_objfmt_output_value()
Delf.c519 (sect = yasm_bc_get_section(precbc)) && in elf_symtab_write_to_file()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/
Dxdf-objfmt.c471 sect = yasm_bc_get_section(precbc); in xdf_objfmt_output_sym()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
Dcoff-objfmt.c555 yasm_section *sym_sect = yasm_bc_get_section(sym_precbc); in coff_objfmt_output_value()
1025 sect = yasm_bc_get_section(precbc); in coff_objfmt_output_sym()