| /src/external/gpl3/binutils/dist/gas/ |
| dwarf2dbg.c | 174 /* Given line_entry list HEAD and PTAIL pointers, return a pointer to 177 line_entry_at_tail (void *head, struct line_entry **ptail) 179 /* If the list is empty ptail points at head. */ 182 /* Otherwise ptail points to line_entry.next of the last entry. */ 183 void *p = (char *) ptail - offsetof (struct line_entry, next); 192 struct line_entry **ptail; member in struct:line_subseg 311 lss->ptail = &lss->head; 540 set_or_check_view (e, line_entry_at_tail (lss->head, lss->ptail), 543 *lss->ptail = e; 544 lss->ptail = &e->next 3196 struct line_entry **ptail = lss->ptail; local [all...] |
| /src/external/gpl3/binutils.old/dist/gas/ |
| dwarf2dbg.c | 174 /* Given line_entry list HEAD and PTAIL pointers, return a pointer to 177 line_entry_at_tail (void *head, struct line_entry **ptail) 179 /* If the list is empty ptail points at head. */ 182 /* Otherwise ptail points to line_entry.next of the last entry. */ 183 void *p = (char *) ptail - offsetof (struct line_entry, next); 192 struct line_entry **ptail; member in struct:line_subseg 311 lss->ptail = &lss->head; 540 set_or_check_view (e, line_entry_at_tail (lss->head, lss->ptail), 543 *lss->ptail = e; 544 lss->ptail = &e->next 3194 struct line_entry **ptail = lss->ptail; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| sel-sched-ir.cc | 5822 rtx *ptail = ®_NOTES (res); 5823 while (*ptail != NULL_RTX) 5824 ptail = &XEXP (*ptail, 1); 5834 *ptail = duplicate_reg_note (link); 5835 ptail = &XEXP (*ptail, 1); 5796 rtx *ptail = ®_NOTES (res); local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| sel-sched-ir.cc | 5822 rtx *ptail = ®_NOTES (res); 5823 while (*ptail != NULL_RTX) 5824 ptail = &XEXP (*ptail, 1); 5834 *ptail = duplicate_reg_note (link); 5835 ptail = &XEXP (*ptail, 1); 5796 rtx *ptail = ®_NOTES (res); local
|