Searched refs:macro_buffer (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | macroexp.c | 36 struct macro_buffer struct 82 init_buffer (struct macro_buffer *b, int n) in init_buffer() argument 101 init_shared_buffer (struct macro_buffer *buf, char *addr, int len) in init_shared_buffer() 113 free_buffer (struct macro_buffer *b) in free_buffer() 125 free_buffer ((struct macro_buffer *) untyped_buf); in cleanup_macro_buffer() 132 resize_buffer (struct macro_buffer *b, int n) in resize_buffer() 149 appendc (struct macro_buffer *b, int c) in appendc() 163 appendmem (struct macro_buffer *b, char *addr, int len) in appendmem() 207 set_token (struct macro_buffer *tok, char *start, char *end) in set_token() 218 get_comment (struct macro_buffer *tok, char *p, char *end) in get_comment() [all …]
|
| /openbsd-src/gnu/gcc/libcpp/ |
| H A D | macro.c | 1292 pfile->macro_buffer = XRESIZEVEC (unsigned char, pfile->macro_buffer, in _cpp_save_parameter() 1296 ((union _cpp_hashnode_value *) pfile->macro_buffer)[macro->paramc - 1] in _cpp_save_parameter() 1615 node->value = ((union _cpp_hashnode_value *) pfile->macro_buffer)[i]; in _cpp_create_definition() 1746 pfile->macro_buffer = XRESIZEVEC (unsigned char, in cpp_macro_definition() 1747 pfile->macro_buffer, len); in cpp_macro_definition() 1752 buffer = pfile->macro_buffer; in cpp_macro_definition() 1820 return pfile->macro_buffer; in cpp_macro_definition()
|
| H A D | init.c | 244 if (pfile->macro_buffer) in cpp_destroy() 246 free (pfile->macro_buffer); in cpp_destroy() 247 pfile->macro_buffer = NULL; in cpp_destroy()
|
| H A D | internal.h | 383 unsigned char *macro_buffer; member
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | cppmacro.c | 1717 pfile->macro_buffer = (uchar *) xrealloc (pfile->macro_buffer, len); 1722 buffer = pfile->macro_buffer; 1790 return pfile->macro_buffer;
|
| H A D | cppinit.c | 606 if (pfile->macro_buffer) 608 free ((PTR) pfile->macro_buffer); 609 pfile->macro_buffer = NULL;
|
| H A D | cpphash.h | 389 unsigned char *macro_buffer; member
|
| H A D | ChangeLog.5 | 13286 * cppinit.c (cpp_cleanup): NULLify macro_buffer and zero 13289 realloc()ing macro_buffer.
|
| H A D | ChangeLog.4 | 5247 mlstring_pos, macro_buffer, macro_buffer_len.
|