Home
last modified time | relevance | path

Searched refs:set_code_flag (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dtc-i386.c75 static void set_code_flag PARAMS ((int));
441 {"code16", set_code_flag, CODE_16BIT},
442 {"code32", set_code_flag, CODE_32BIT},
443 {"code64", set_code_flag, CODE_64BIT},
751 set_code_flag (value) in set_code_flag() function
4972 set_code_flag (CODE_64BIT); in i386_target_format()
4974 set_code_flag (CODE_32BIT); in i386_target_format()
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-i386.c76 static void set_code_flag PARAMS ((int));
469 {"code16", set_code_flag, CODE_16BIT},
470 {"code32", set_code_flag, CODE_32BIT},
471 {"code64", set_code_flag, CODE_64BIT},
762 set_code_flag (value) in set_code_flag() function
5524 set_code_flag (CODE_64BIT); in i386_target_format()
5526 set_code_flag (CODE_32BIT); in i386_target_format()
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A DChangeLog-00013764 (set_code_flag): New.
/openbsd-src/gnu/usr.bin/binutils/gas/
H A DChangeLog-00013764 (set_code_flag): New.