Home
last modified time | relevance | path

Searched refs:ref_add (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dstabsread.h199 extern void ref_add (int, struct symbol *, char *, CORE_ADDR);
H A Ddbxread.c3195 ref_add (refnum, 0, name, valu); in process_one_symbol()
H A Dstabsread.c498 ref_add (int refnum, struct symbol *sym, char *stabs, CORE_ADDR value) in ref_add() function
H A DChangeLog-19984697 * (ref_init): Goes away. Folded into ref_add().
4700 * (ref_add): Remove check for allocation failures. Not necessary
5950 * stabsread.c (ref_add): Ditto.
H A DChangeLog-1997451 (ref_add): Use xrealloc instea of realloc.