Lines Matching defs:listptr

4969 struct listptr
5002 listptr_base (struct listptr *p)
5015 struct listptr *p1 = (void *) a;
5016 struct listptr *p2 = (void *) b;
5064 struct listptr *table;
5082 /* Returns false if offset doesn't fit. See struct listptr. */
5100 struct listptr *p = &table->table[table->n++];
5102 *p = (struct listptr)
5144 struct listptr *p = &table->table[*idxp];
5195 /* Returns the listptr associated with the given index, or NULL. */
5196 static struct listptr *
5220 struct listptr *p = &table->table[*idxp];
5236 struct listptr *listptr;
5239 listptr = get_listptr (table, idxp);
5240 if (listptr == NULL)
5243 if (listptr->offset == offset && listptr->attr == attr)
5248 while (listptr->offset <= offset);
5371 struct listptr *listptr = get_listptr (&known_addrbases, idx++);
5378 if (listptr == NULL)
5391 if (dwarf_cu_die (listptr->cu, &cudie,
5398 if (listptr->offset == off)
5400 address_size = listptr_address_size (listptr);
5405 listptr = get_listptr (&known_addrbases, idx);
5406 if (listptr == NULL)
5408 else if (listptr->cu->version < 5)
5410 next_unitp = start + listptr->offset;
5411 if (listptr->offset < off || listptr->offset > data->d_size)
5425 unsigned int offset_size = listptr_offset_size (listptr);
5426 Dwarf_Off next_off = (listptr->offset
5512 if (listptr->offset != (Dwarf_Off) (readp - start))
5821 /* For the listptr to get the base address/CU. */
9323 /* For the listptr to get the base address/CU. */
10696 struct listptr *listptr = get_listptr (&known_stroffbases, idx++);
10700 if (listptr == NULL)
10738 if (dwarf_cu_die (listptr->cu, &cudie,
10795 if (listptr != NULL
10796 && listptr->offset != (Dwarf_Off) (readp - start))