Home | History | Annotate | Download | only in libdw

Lines Matching defs:mem

69   struct pubnames_s *mem = NULL;
82 = (struct pubnames_s *) realloc (mem, allocated * entsize);
87 free (mem);
91 mem = newmem;
110 mem[cnt].set_start = readp + 2 + 2 * len_bytes - startp;
111 mem[cnt].address_len = len_bytes;
112 if (mem[cnt].set_start >= dbg->sectiondata[IDX_debug_pubnames]->d_size)
127 &mem[cnt].cu_offset, IDX_debug_info, 3))
134 + mem[cnt].cu_offset);
136 mem[cnt].cu_header_size = 23;
138 mem[cnt].cu_header_size = 11;
146 if (mem == NULL)
152 dbg->pubnames_sets = (struct pubnames_s *) realloc (mem, cnt * entsize);