Home
last modified time | relevance | path

Searched refs:nextp (Results 1 – 5 of 5) sorted by relevance

/third_party/elfutils/libdwfl/
Dcu.c249 struct dwfl_cu **nextp; in __libdwfl_nextcu() local
255 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()
DChangeLog1227 (__libdwfl_nextcu): Check *nextp as returned by intern_cu isn't -1.
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_util.cpp114 Range *r, **nextp = &head; in extend() local
126 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()
/third_party/elfutils/src/
Dreadelf.c11208 const unsigned char *nextp = data->d_buf + tu_off; in print_gdb_index_section() local
11212 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()
DChangeLog4093 *nextp. Fix wrong logic in recognizing first iteration of group