Home
last modified time | relevance | path

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

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dsection.h245 yasm_object *yasm_section_get_object(const yasm_section *sect);
Dvalue.c119 yasm_object *object = yasm_section_get_object(yasm_bc_get_section(bc)); in yasm_value_set_curpos_rel()
300 yasm_section_get_object(sect2); in value_finalize_scan()
Dsection.c430 yasm_section_get_object(const yasm_section *sect) in yasm_section_get_object() function
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/dbg/
Ddbg-objfmt.c94 yasm_object *object = yasm_section_get_object(sect); in dbg_objfmt_init_new_section()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/
Dcv-symline.c734 yasm_object *object = yasm_section_get_object(bc->section); in cv8_symhead_bc_tobytes()
808 yasm_object *object = yasm_section_get_object(bc->section); in cv8_fileinfo_bc_tobytes()
876 yasm_object *object = yasm_section_get_object(bc->section); in cv8_lineinfo_bc_tobytes()
1033 yasm_object *object = yasm_section_get_object(bc->section); in cv_sym_bc_tobytes()
Dcv-type.c739 yasm_object *object = yasm_section_get_object(bc->section); in cv_type_bc_tobytes()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
Ddwarf2-dbgfmt.c255 yasm_object *object = yasm_section_get_object(bc->section); in dwarf2_head_bc_tobytes()
Ddwarf2-line.c785 yasm_object *object = yasm_section_get_object(bc->section); in dwarf2_spp_bc_tobytes()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/
Dxdf-objfmt.c609 yasm_object *object = yasm_section_get_object(sect); in xdf_objfmt_init_new_section()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/
Drdf-objfmt.c816 yasm_object *object = yasm_section_get_object(sect); in rdf_objfmt_init_new_section()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/
Dbin-objfmt.c859 return yasm_object_sections_traverse(yasm_section_get_object(sect), in check_lma_overlap()
1393 yasm_object *object = yasm_section_get_object(sect); in bin_objfmt_init_new_section()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
Delf-objfmt.c886 yasm_object *object = yasm_section_get_object(sect); in elf_objfmt_init_new_section()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
Dmacho-objfmt.c1266 yasm_object *object = yasm_section_get_object(sect); in macho_objfmt_init_new_section()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
Dcoff-objfmt.c397 yasm_object *object = yasm_section_get_object(sect); in coff_objfmt_init_new_section()