Searched refs:thumb_mode (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/cctools-845/as/
H A Darm.c259 int thumb_mode = 0; variable
1573 if (thumb_mode)
2317 if (! thumb_mode)
2322 thumb_mode = 1;
2333 if (thumb_mode)
2338 thumb_mode = 0;
2394 if (! thumb_mode)
2396 thumb_mode = 2;
2414 if (! thumb_mode)
2853 ARM_SET_THUMB (pool->symbol, thumb_mode);
[all...]
H A Dread.c1729 extern int thumb_mode; /* from arm.c */
1730 if(thumb_mode){

Completed in 211 milliseconds