Searched refs:expand_irp (Results 1 – 15 of 15) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | macro.h | 91 extern const char *expand_irp (int, size_t, sb *, sb *, size_t (*) (sb *));
|
H A D | macro.c | 1312 expand_irp (int irpc, size_t idx, sb *in, sb *out, size_t (*get_line) (sb *)) in expand_irp() function
|
H A D | ChangeLog-2005 | 2217 (expand_irp): Likewise. 2301 (expand_irp): Initialize formal type. Free buffers associated with 2537 (expand_irp): Don't return when encountering an error, just record 4035 (expand_irp): Don't pass a mnemonic to buffer_and_nest as it will be
|
H A D | read.c | 2404 err = expand_irp (irpc, 0, &s, &out, get_non_macro_line_sb); in s_irp()
|
H A D | ChangeLog-2007 | 2533 * macro.c (expand_irp): Do not ignore spaces inside quoted
|
H A D | ChangeLog-2020 | 1833 * macro.c (expand_irp): Likewise. 2463 (expand_irp): Likewise.
|
H A D | ChangeLog-9295 | 751 (expand_irp): Skip leading and trailing '"' characters if irpc.
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/ |
H A D | macro.h | 184 extern const char *expand_irp (int, size_t, sb *, sb *, size_t (*) (sb *));
|
H A D | macro.c | 1356 expand_irp (int irpc, size_t idx, sb *in, sb *out, size_t (*get_line) (sb *)) in expand_irp() function
|
H A D | ChangeLog-2005 | 2217 (expand_irp): Likewise. 2301 (expand_irp): Initialize formal type. Free buffers associated with 2537 (expand_irp): Don't return when encountering an error, just record 4035 (expand_irp): Don't pass a mnemonic to buffer_and_nest as it will be
|
H A D | read.c | 2359 err = expand_irp (irpc, 0, &s, &out, get_non_macro_line_sb); in s_irp()
|
H A D | ChangeLog-2007 | 2533 * macro.c (expand_irp): Do not ignore spaces inside quoted
|
H A D | ChangeLog-2020 | 1833 * macro.c (expand_irp): Likewise. 2463 (expand_irp): Likewise.
|
H A D | ChangeLog-9295 | 751 (expand_irp): Skip leading and trailing '"' characters if irpc.
|
/netbsd-src/external/gpl3/binutils/dist/ |
H A D | ChangeLog.git | 60791 gas: expand_irp memory leaks 60792 * macro.c (expand_irp): Free memory on error return paths. 114050 (expand_irp): Use str_htab_create and str_hash_insert.
|