• Home
  • Raw
  • Download

Lines Matching refs:listptr

4756 struct listptr  struct
4789 listptr_base (struct listptr *p) in listptr_base()
4799 struct listptr *p1 = (void *) a; in compare_listptr()
4800 struct listptr *p2 = (void *) b; in compare_listptr()
4848 struct listptr *table;
4884 struct listptr *p = &table->table[table->n++]; in notice_listptr()
4886 *p = (struct listptr) in notice_listptr()
4925 struct listptr *p = &table->table[*idxp]; in skip_listptr_hole()
4975 static struct listptr *
4999 struct listptr *p = &table->table[*idxp]; in listptr_cu()
5127 struct listptr *listptr = get_listptr (&known_addrbases, idx++); in print_debug_addr_section() local
5134 if (listptr == NULL) in print_debug_addr_section()
5147 if (dwarf_cu_die (listptr->cu, &cudie, in print_debug_addr_section()
5154 if (listptr->offset == off) in print_debug_addr_section()
5156 address_size = listptr_address_size (listptr); in print_debug_addr_section()
5161 listptr = get_listptr (&known_addrbases, idx); in print_debug_addr_section()
5162 if (listptr == NULL) in print_debug_addr_section()
5164 else if (listptr->cu->version < 5) in print_debug_addr_section()
5166 next_unitp = start + listptr->offset; in print_debug_addr_section()
5167 if (listptr->offset < off || listptr->offset > data->d_size) in print_debug_addr_section()
5181 unsigned int offset_size = listptr_offset_size (listptr); in print_debug_addr_section()
5182 Dwarf_Off next_off = (listptr->offset in print_debug_addr_section()
5268 if (listptr->offset != (Dwarf_Off) (readp - start)) in print_debug_addr_section()
10219 struct listptr *listptr = get_listptr (&known_stroffbases, idx++); in print_debug_str_offsets_section() local
10223 if (listptr == NULL) in print_debug_str_offsets_section()
10261 if (dwarf_cu_die (listptr->cu, &cudie, in print_debug_str_offsets_section()
10318 if (listptr != NULL in print_debug_str_offsets_section()
10319 && listptr->offset != (Dwarf_Off) (readp - start)) in print_debug_str_offsets_section()