Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-i386.c140 static void update_code_flag (int, int);
2201 update_code_flag (int value, int check) in update_code_flag() function
2240 update_code_flag (value, 0); in set_code_flag()
10099 update_code_flag (CODE_64BIT, 1); in i386_target_format()
10106 update_code_flag (CODE_32BIT, 1); in i386_target_format()
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-20101439 * config/tc-i386.c (update_code_flag): New.
1441 (i386_target_format): Replace set_code_flag with update_code_flag.