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/ |
D | elf-objfmt.c | 179 { "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/ |
D | valparam.h | 313 int yasm_dir_helper_flag_set(void *obj, yasm_valparam *vp, unsigned long line,
|
D | valparam.c | 296 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/ |
D | bin-objfmt.c | 1477 { "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/ |
D | coff-objfmt.c | 1417 { "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/ |
D | macho-objfmt.c | 935 { "private_extern", 0, yasm_dir_helper_flag_set, in macho_objfmt_output_symtable()
|