Searched refs:queue_index (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | sched-int.h | 301 int queue_index; member
|
| H A D | haifa-sched.c | 295 #define QUEUE_INDEX(INSN) (h_i_d[INSN_UID (INSN)].queue_index) 2814 h_i_d[i].queue_index = QUEUE_NOWHERE; in sched_init()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
| H A D | som.c | 1062 int queue_index = som_reloc_queue_find (p, size, queue); in try_prev_fixup() local 1064 if (queue_index != -1) in try_prev_fixup() 1069 bfd_put_8 (abfd, R_PREV_FIXUP + queue_index, p); in try_prev_fixup() 1072 som_reloc_queue_fix (queue, queue_index); in try_prev_fixup()
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/ |
| H A D | som.c | 1185 int queue_index = som_reloc_queue_find (p, size, queue); local 1187 if (queue_index != -1) 1192 bfd_put_8 (abfd, R_PREV_FIXUP + queue_index, p); 1195 som_reloc_queue_fix (queue, queue_index);
|