Lines Matching defs:mem
48 struct pubnames_s *mem = NULL;
61 = (struct pubnames_s *) realloc (mem, allocated * entsize);
66 free (mem);
70 mem = newmem;
89 mem[cnt].set_start = readp + 2 + 2 * len_bytes - startp;
90 mem[cnt].address_len = len_bytes;
92 if (mem[cnt].set_start >= max_size
93 || len - (2 + 2 * len_bytes) > max_size - mem[cnt].set_start)
109 &mem[cnt].cu_offset, IDX_debug_info, 3))
116 + mem[cnt].cu_offset);
118 mem[cnt].cu_header_size = 23;
120 mem[cnt].cu_header_size = 11;
128 if (mem == NULL || cnt == 0)
130 free (mem);
135 dbg->pubnames_sets = (struct pubnames_s *) realloc (mem, cnt * entsize);