Searched refs:yasm_section_add_data (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
D | section.h | 263 void yasm_section_add_data(yasm_section *sect,
|
D | section.c | 443 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/ |
D | dwarf2-line.c | 594 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/ |
D | xdf-objfmt.c | 624 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/ |
D | rdf-objfmt.c | 828 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/ |
D | elf-objfmt.c | 905 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/ |
D | macho-objfmt.c | 1282 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/ |
D | bin-objfmt.c | 1409 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/ |
D | coff-objfmt.c | 423 yasm_section_add_data(sect, &coff_section_data_cb, data); in coff_objfmt_init_new_section()
|