Searched refs:yasm_section_set_default (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/dbg/ |
D | dbg-objfmt.c | 112 yasm_section_set_default(retval, 1); in dbg_objfmt_add_default_section() 144 yasm_section_set_default(retval, 0); in dbg_objfmt_section_switch()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
D | section.h | 238 void yasm_section_set_default(yasm_section *sect, int def);
|
D | section.c | 424 yasm_section_set_default(yasm_section *sect, int def) in yasm_section_set_default() function
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/ |
D | xdf-objfmt.c | 639 yasm_section_set_default(retval, 1); in xdf_objfmt_add_default_section() 752 yasm_section_set_default(retval, 0); in xdf_objfmt_section_switch()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/ |
D | rdf-objfmt.c | 847 yasm_section_set_default(retval, 1); in rdf_objfmt_add_default_section() 955 yasm_section_set_default(retval, 0); in rdf_objfmt_section_switch()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/ |
D | elf-objfmt.c | 924 yasm_section_set_default(retval, 1); in elf_objfmt_add_default_section() 1117 yasm_section_set_default(retval, 0); in elf_objfmt_section_switch()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/ |
D | macho-objfmt.c | 1304 yasm_section_set_default(retval, 1); in macho_objfmt_add_default_section() 1495 yasm_section_set_default(retval, 0); in macho_objfmt_section_switch()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/ |
D | bin-objfmt.c | 1427 yasm_section_set_default(retval, 1); in bin_objfmt_add_default_section() 1570 yasm_section_set_default(retval, 0); in bin_objfmt_section_switch()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/ |
D | coff-objfmt.c | 1307 yasm_section_set_default(retval, 1); in coff_objfmt_add_default_section() 1592 yasm_section_set_default(retval, 0); in coff_objfmt_section_switch()
|