Home
last modified time | relevance | path

Searched refs:expand_irp (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/gas/
H A Dmacro.h91 extern const char *expand_irp (int, size_t, sb *, sb *, size_t (*) (sb *));
H A Dmacro.c1312 expand_irp (int irpc, size_t idx, sb *in, sb *out, size_t (*get_line) (sb *)) in expand_irp() function
H A DChangeLog-20052217 (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 Dread.c2404 err = expand_irp (irpc, 0, &s, &out, get_non_macro_line_sb); in s_irp()
H A DChangeLog-20072533 * macro.c (expand_irp): Do not ignore spaces inside quoted
H A DChangeLog-20201833 * macro.c (expand_irp): Likewise.
2463 (expand_irp): Likewise.
H A DChangeLog-9295751 (expand_irp): Skip leading and trailing '"' characters if irpc.
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Dmacro.h184 extern const char *expand_irp (int, size_t, sb *, sb *, size_t (*) (sb *));
H A Dmacro.c1356 expand_irp (int irpc, size_t idx, sb *in, sb *out, size_t (*get_line) (sb *)) in expand_irp() function
H A DChangeLog-20052217 (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 Dread.c2359 err = expand_irp (irpc, 0, &s, &out, get_non_macro_line_sb); in s_irp()
H A DChangeLog-20072533 * macro.c (expand_irp): Do not ignore spaces inside quoted
H A DChangeLog-20201833 * macro.c (expand_irp): Likewise.
2463 (expand_irp): Likewise.
H A DChangeLog-9295751 (expand_irp): Skip leading and trailing '"' characters if irpc.
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git60791 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.