Searched refs:MAP_UNDEFINED (Results 1 – 8 of 8) sorted by relevance
| /netbsd/src/external/gpl3/binutils/dist/gas/config/ |
| D | tc-csky.h | 70 MAP_UNDEFINED = 0, enumerator
|
| D | tc-aarch64.h | 226 MAP_UNDEFINED = 0, /* Must be zero, for seginfo in new sections. */ enumerator
|
| D | tc-nds32.h | 30 MAP_UNDEFINED = 0, /* Must be zero, for seginfo in new sections. */ enumerator
|
| D | tc-arm.h | 292 MAP_UNDEFINED = 0, /* Must be zero, for seginfo in new sections. */ enumerator
|
| D | tc-csky.c | 1923 else if (current_state == MAP_UNDEFINED && state == MAP_DATA) in mapping_state() 1925 else if (current_state == MAP_UNDEFINED && state == MAP_TEXT) in mapping_state()
|
| D | tc-aarch64.c | 1823 if (TRANSITION (MAP_UNDEFINED, MAP_DATA) && !subseg_text_p (now_seg)) in mapping_state() 1827 else if (TRANSITION (MAP_UNDEFINED, MAP_INSN)) in mapping_state()
|
| D | tc-arm.c | 3058 if (TRANSITION (MAP_UNDEFINED, MAP_DATA)) in mapping_state() 3081 if (TRANSITION (MAP_UNDEFINED, MAP_ARM) in mapping_state_2() 3082 || TRANSITION (MAP_UNDEFINED, MAP_THUMB)) in mapping_state_2()
|
| /netbsd/src/external/gpl3/binutils/dist/gas/ |
| D | ChangeLog-2004 | 2017 * config/tc-arm.h (enum mstate): Move here, add MAP_UNDEFINED 2023 state. Handle and ignore MAP_UNDEFINED states.
|