Home | History | Annotate | Download | only in libdw

Lines Matching defs:mem

72   struct pubnames_s *mem = NULL;
85 = (struct pubnames_s *) realloc (mem, allocated * entsize);
90 free (mem);
94 mem = newmem;
114 mem[cnt].set_start = readp + 2 + 2 * len_bytes - startp;
115 mem[cnt].address_len = len_bytes;
116 if (mem[cnt].set_start >= dbg->sectiondata[IDX_debug_pubnames]->d_size)
131 mem[cnt].cu_offset = read_4ubyte_unaligned (dbg, readp + 2);
133 mem[cnt].cu_offset = read_8ubyte_unaligned (dbg, readp + 2);
138 || (mem[cnt].cu_offset + 3
144 + mem[cnt].cu_offset);
146 mem[cnt].cu_header_size = 23;
148 mem[cnt].cu_header_size = 11;
156 if (mem == NULL)
162 dbg->pubnames_sets = (struct pubnames_s *) realloc (mem, cnt * entsize);