Home
last modified time | relevance | path

Searched refs:yasm_section_add_data (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dsection.h263 void yasm_section_add_data(yasm_section *sect,
Dsection.c443 yasm_section_add_data(yasm_section *sect, in yasm_section_add_data() function
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
Ddwarf2-line.c594 yasm_section_add_data(sect, &yasm_dwarf2__section_data_cb, dsd); in dwarf2_generate_line_section()
956 yasm_section_add_data(object->cur_section, in yasm_dwarf2__dir_loc()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/
Dxdf-objfmt.c624 yasm_section_add_data(sect, &xdf_section_data_cb, data); in xdf_objfmt_init_new_section()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/
Drdf-objfmt.c828 yasm_section_add_data(sect, &rdf_section_data_cb, data); in rdf_objfmt_init_new_section()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
Delf-objfmt.c905 yasm_section_add_data(sect, &elf_section_data, esd); in elf_objfmt_init_new_section()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
Dmacho-objfmt.c1282 yasm_section_add_data(sect, &macho_section_data_cb, data); in macho_objfmt_init_new_section()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/
Dbin-objfmt.c1409 yasm_section_add_data(sect, &bin_section_data_cb, data); in bin_objfmt_init_new_section()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
Dcoff-objfmt.c423 yasm_section_add_data(sect, &coff_section_data_cb, data); in coff_objfmt_init_new_section()