Home
last modified time | relevance | path

Searched refs:next_ptr (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/zlib/
Dzutil.c205 local int next_ptr = 0; variable
234 if (buf == NULL || next_ptr >= MAX_PTR) return NULL; in zcalloc()
235 table[next_ptr].org_ptr = buf; in zcalloc()
240 table[next_ptr++].new_ptr = buf; in zcalloc()
252 for (n = 0; n < next_ptr; n++) { in zcfree()
256 while (++n < next_ptr) { in zcfree()
259 next_ptr--; in zcfree()
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-avr.c2112 struct avr_property_record_link **next_ptr) in append_records_for_section() argument
2130 *next_ptr = new_link; in append_records_for_section()
2131 next_ptr = &new_link->next; in append_records_for_section()
2136 return next_ptr; in append_records_for_section()
2148 struct avr_property_record_link *r_list, **next_ptr; in avr_create_and_fill_property_section() local
2160 next_ptr = &r_list; in avr_create_and_fill_property_section()
2170 next_ptr = append_records_for_section (sec, next_ptr); in avr_create_and_fill_property_section()