Home
last modified time | relevance | path

Searched refs:yasm_dir_helper_flag_set (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
Delf-objfmt.c179 { "function", 0, yasm_dir_helper_flag_set, in build_global()
181 { "data", 0, yasm_dir_helper_flag_set, in build_global()
183 { "object", 0, yasm_dir_helper_flag_set, in build_global()
1016 { "progbits", 0, yasm_dir_helper_flag_set, in elf_objfmt_section_switch()
1026 { "noprogbits", 0, yasm_dir_helper_flag_set, in elf_objfmt_section_switch()
1028 { "nobits", 0, yasm_dir_helper_flag_set, in elf_objfmt_section_switch()
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dvalparam.h313 int yasm_dir_helper_flag_set(void *obj, yasm_valparam *vp, unsigned long line,
Dvalparam.c296 yasm_dir_helper_flag_set(void *obj, yasm_valparam *vp, unsigned long line, in yasm_dir_helper_flag_set() function
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/
Dbin-objfmt.c1477 { "nobits", 0, yasm_dir_helper_flag_set, in bin_objfmt_section_switch()
1479 { "progbits", 0, yasm_dir_helper_flag_set, in bin_objfmt_section_switch()
1481 { "code", 0, yasm_dir_helper_flag_set, in bin_objfmt_section_switch()
1483 { "data", 0, yasm_dir_helper_flag_set, in bin_objfmt_section_switch()
1485 { "execute", 0, yasm_dir_helper_flag_set, in bin_objfmt_section_switch()
1487 { "noexecute", 0, yasm_dir_helper_flag_set, in bin_objfmt_section_switch()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
Dcoff-objfmt.c1417 { "code", 0, yasm_dir_helper_flag_set, in coff_objfmt_section_switch()
1420 { "text", 0, yasm_dir_helper_flag_set, in coff_objfmt_section_switch()
1423 { "data", 0, yasm_dir_helper_flag_set, in coff_objfmt_section_switch()
1426 { "rdata", 0, yasm_dir_helper_flag_set, in coff_objfmt_section_switch()
1429 { "bss", 0, yasm_dir_helper_flag_set, in coff_objfmt_section_switch()
1432 { "info", 0, yasm_dir_helper_flag_set, in coff_objfmt_section_switch()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
Dmacho-objfmt.c935 { "private_extern", 0, yasm_dir_helper_flag_set, in macho_objfmt_output_symtable()