Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-riscv.c671 symbolS *next_first = next->tc_frag_data.first_map_symbol; in riscv_check_mapping_symbols() local
672 if (next_first != NULL) in riscv_check_mapping_symbols()
679 know (S_GET_VALUE (last) == S_GET_VALUE (next_first)); in riscv_check_mapping_symbols()
682 && strcmp (S_GET_NAME (next_first), "$x") == 0) in riscv_check_mapping_symbols()
683 removed = next_first; in riscv_check_mapping_symbols()