Home
last modified time | relevance | path

Searched refs:def_pool_str (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/ld/
H A Ddeffilep.y83 typedef struct def_pool_str { struct
84 struct def_pool_str *next; argument
86 } def_pool_str; argument
88 static def_pool_str *pool_strs = NULL;
1632 def_pool_str *e; in def_pool_alloc()
1634 e = (def_pool_str *) xmalloc (sizeof (def_pool_str) + sz); in def_pool_alloc()
1656 def_pool_str *p; in def_pool_free()
H A Ddeffilep.c153 typedef struct def_pool_str { struct
154 struct def_pool_str *next; argument
156 } def_pool_str; argument
158 static def_pool_str *pool_strs = NULL;
3478 def_pool_str *e; in def_pool_alloc()
3480 e = (def_pool_str *) xmalloc (sizeof (def_pool_str) + sz); in def_pool_alloc()
3502 def_pool_str *p; in def_pool_free()
H A DChangeLog-2011623 * deffilep.y (def_pool_str): New type.
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A Ddeffilep.y81 typedef struct def_pool_str { struct
82 struct def_pool_str *next; argument
84 } def_pool_str; typedef
86 static def_pool_str *pool_strs = NULL;
1527 def_pool_str *e; in def_pool_alloc()
1529 e = (def_pool_str *) xmalloc (sizeof (def_pool_str) + sz); in def_pool_alloc()
1551 def_pool_str *p; in def_pool_free()
H A Ddeffilep.c151 typedef struct def_pool_str { struct
152 struct def_pool_str *next; argument
154 } def_pool_str; typedef
156 static def_pool_str *pool_strs = NULL;
3342 def_pool_str *e; in def_pool_alloc()
3344 e = (def_pool_str *) xmalloc (sizeof (def_pool_str) + sz); in def_pool_alloc()
3366 def_pool_str *p; in def_pool_free()
H A DChangeLog-2011623 * deffilep.y (def_pool_str): New type.