Searched refs:st_buf (Results 1 – 1 of 1) sorted by relevance
412 if ((st_buf = calloc(1, sizeof(*st_buf))) == NULL) in generate_symbols()418 st_buf->g.sz = 0; in generate_symbols()836 if ((st_buf = calloc(1, sizeof(*st_buf))) == NULL) in create_external_symtab()842 st_buf->g.sz = 0; in create_external_symtab()916 st_buf->B.buf = calloc(st_buf->B.cap, \ in add_to_symtab()922 pos = lookup_exact_string(st_buf->B.hash, st_buf->B.buf,\ in add_to_symtab()932 st_buf->B.buf = realloc(st_buf->B.buf, \ in add_to_symtab()944 strncpy(&st_buf->B.buf[st_buf->B.sz], name, \ in add_to_symtab()946 st_buf->B.buf[st_buf->B.sz + strlen(name)] = '\0'; \ in add_to_symtab()973 ecp->strtab->sz = st_buf->l.sz + st_buf->g.sz; in add_to_symtab()[all …]