Searched refs:nextp (Results 1 – 5 of 5) sorted by relevance
249 struct dwfl_cu **nextp; in __libdwfl_nextcu() local255 nextp = &mod->first_cu; in __libdwfl_nextcu()261 nextp = &lastcu->next; in __libdwfl_nextcu()264 if (*nextp == NULL) in __libdwfl_nextcu()278 Dwfl_Error result = intern_cu (mod, cuoff + cuhdrsz, nextp); in __libdwfl_nextcu()282 if (*nextp != (void *) -1 in __libdwfl_nextcu()283 && (*nextp)->next == NULL && nextoff == (Dwarf_Off) -1l) in __libdwfl_nextcu()284 (*nextp)->next = (void *) -1l; in __libdwfl_nextcu()287 *cu = *nextp == (void *) -1l ? NULL : *nextp; in __libdwfl_nextcu()
1227 (__libdwfl_nextcu): Check *nextp as returned by intern_cu isn't -1.
114 Range *r, **nextp = &head; in extend() local126 nextp = &r->next; in extend()148 (*nextp) = new Range(a, b); in extend()149 (*nextp)->next = r; in extend()151 for (r = (*nextp); r->next; r = r->next); in extend()
11208 const unsigned char *nextp = data->d_buf + tu_off; in print_gdb_index_section() local11212 size_t cu_nr = (nextp - readp) / 16; in print_gdb_index_section()11233 nextp = data->d_buf + addr_off; in print_gdb_index_section()11237 size_t tu_nr = (nextp - readp) / 24; in print_gdb_index_section()11262 nextp = data->d_buf + sym_off; in print_gdb_index_section()11266 size_t addr_nr = (nextp - readp) / 20; in print_gdb_index_section()11297 nextp = const_start; in print_gdb_index_section()11298 size_t sym_nr = (nextp - readp) / 8; in print_gdb_index_section()
4093 *nextp. Fix wrong logic in recognizing first iteration of group