Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/gas/config/
H A Dtc-i386.c65 static void set_code_flag (int);
544 {"code16", set_code_flag, CODE_16BIT},
545 {"code32", set_code_flag, CODE_32BIT},
546 {"code64", set_code_flag, CODE_64BIT},
1061 set_code_flag (int value) in set_code_flag() function
6144 set_code_flag (CODE_64BIT); in x86_64_target_format()
6149 set_code_flag (CODE_32BIT); in x86_64_target_format()
6168 set_code_flag (CODE_64BIT); in i386_target_format()
6180 set_code_flag (CODE_32BIT); in i386_target_format()
/freebsd-12.1/contrib/binutils/gas/
H A DChangeLog-00013764 (set_code_flag): New.