Searched refs:orphan_sym_lastP (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/external/gpl3/binutils/dist/gas/config/ |
| D | tc-bpf.c | 1318 static symbolS *orphan_sym_lastP; variable 1371 symbol_remove (sym, &orphan_sym_rootP, &orphan_sym_lastP); in bpf_parse_name() 1417 symbol_append (sym, orphan_sym_lastP, &orphan_sym_rootP, in parse_error() 1418 &orphan_sym_lastP); in parse_error()
|
| D | tc-riscv.c | 2586 static symbolS *orphan_sym_lastP; variable 2648 symbol_append (sym, orphan_sym_lastP, &orphan_sym_rootP, in riscv_ip() 2649 &orphan_sym_lastP); in riscv_ip() 4178 symbol_remove (sym, &orphan_sym_rootP, &orphan_sym_lastP); in riscv_parse_name()
|
| /netbsd/src/external/gpl3/binutils/dist/ |
| D | ChangeLog.git | 14213 (orphan_sym_rootP, orphan_sym_lastP): New.
|