#include "proj.h"#include "malloc.h"

Go to the source code of this file.
Data Types | |
| type | _name_ |
| type | _name_root_ |
| type | _name_alpha_ |
Defines | |
| #define | USE_HCONFIG |
| #define | MAXNAMELEN 100 |
Typedefs | |
| typedef struct _name_ * | name |
Functions/Subroutines | |
| void | testname (bool nested, int indent, name first, name last) |
| void | testnames (bool nested, int indent, int len, name first, name last) |
| int | main (int argc, char **argv) |
Variables | |
| static FILE * | in |
| static FILE * | out |
| static char | prefix [32] |
| static char | postfix [32] |
| static char | storage [32] |
| static const char *const | xspaces [] |
| int main | ( | int argc | , | |
| char ** | argv | |||
| ) |
Definition at line 234 of file fini.c.
References ARRAY_SIZE, assert, buf, cc, count, do_exit(), EOF, FALSE, fclose(), first, _name_alpha_::first, _name_root_::first, fopen, fprintf(), fputs(), fscanf(), getc(), i, in, ISALNUM, _name_::kwlen, _name_::kwname, last, _name_alpha_::last, _name_root_::last, len, MAXNAMELEN, n, _name_::name_ic, _name_::name_lc, _name_::name_uc, _name_::namelen, _name_::next, _name_::next_alpha, NULL, out, postfix, prefix, _name_::previous, _name_::previous_alpha, printf(), size_t, storage, strcmp(), strcpy, strlen(), testname(), testnames(), TOLOWER, TOUPPER, TRUE, ungetc(), and xmalloc().
Definition at line 627 of file fini.c.
References ARRAY_SIZE, assert, fprintf(), _name_::kwname, n, _name_::name_ic, _name_::name_lc, _name_::name_uc, _name_::next, out, postfix, prefix, _name_::previous, TRUE, and xspaces.
Referenced by main().
Definition at line 701 of file fini.c.
References ARRAY_SIZE, assert, fprintf(), _name_::kwname, n, _name_::name_ic, _name_::name_lc, _name_::name_uc, _name_::next, out, postfix, prefix, _name_::previous, TRUE, and xspaces.
Referenced by main().
char postfix[32] [static] |
Definition at line 63 of file fini.c.
Referenced by gimplify_self_mod_expr(), main(), testname(), and testnames().
char prefix[32] [static] |
Definition at line 62 of file fini.c.
Referenced by add_opcode_entry(), add_prefixed_path(), ar_sim(), arm_pe_unique_section(), bfd_mach_o_make_bfd_section(), bfd_mach_o_scan_read_dylib(), bfd_mach_o_scan_read_dylinker(), bfd_mach_o_scan_read_segment(), bfd_mach_o_scan_read_symtab(), bfd_mach_o_scan_read_thread(), bfd_wrapped_link_hash_lookup(), create_tmpdir(), darwin_emit_unwind_label(), debug_reload_to_stream(), default_unique_section(), default_unique_section_1(), DEFUN(), Emit_Cold_Threshold_Note(), Emit_KEY_SWP_Note(), Emit_SWP_Note(), Emit_Unwind_Directives_For_OP(), FREQ_Print_BB_Note(), get_key_value(), get_operand_letter(), get_special_section(), GTY(), i386_pe_unique_section(), ia64_print_operand(), init_phase_names(), insert_completer_entry(), m32r_encode_section_info(), machopic_indirection_name(), main(), mcore_unique_section(), mips_unique_section(), mmix_unique_section(), output_mi_thunk(), print_prefix(), Print_Scheduling_Note(), print_switch_values(), Process_Feedback_Options(), register_one_dump_file(), set_target_switch(), testname(), testnames(), translate_name(), unique_section(), vect_get_new_vect_var(), WBTR_Loop_Tiling(), write_builtin_type(), and x86_64_elf_unique_section().
char storage[32] [static] |
Definition at line 64 of file fini.c.
Referenced by _bfd_compute_and_write_armap(), _bfd_generic_read_minisymbols(), bt_instantiate_type_proc(), main(), parse_implicit_stmt(), and remap_symbols().
const char* const xspaces[] [static] |
1.5.6