Home
last modified time | relevance | path

Searched refs:newmem (Results 1 - 3 of 3) sorted by relevance

/third_party/elfutils/libdwelf/
H A Ddwelf_strtab.c118 struct memoryblock *newmem = malloc (len); in morememory() local
119 if (newmem == NULL) in morememory()
122 newmem->next = st->memory; in morememory()
123 st->memory = newmem; in morememory()
124 st->backp = newmem->memory; in morememory()
/third_party/elfutils/libdw/
H A Ddwarf_getpubnames.c60 struct pubnames_s *newmem = realloc (mem, allocated * entsize); in get_offsets() local
61 if (newmem == NULL) in get_offsets()
69 mem = newmem; in get_offsets()
/third_party/elfutils/tests/
H A Delfputzdata.c155 GElf_Shdr newmem; in main() local
156 GElf_Shdr *newshdr = gelf_getshdr (scn, &newmem); in main()

Completed in 2 milliseconds