Lines Matching refs:string_table
182 static char * string_table; variable
300 : string_table == NULL ? _("<no-name>") \
302 : string_table + (X)->sh_name))
4942 if (do_segments && section_headers != NULL && string_table != NULL) in process_program_headers()
5680 string_table = (char *) get_data (NULL, file, section->sh_offset, in process_section_headers()
5684 string_table_length = string_table != NULL ? section->sh_size : 0; in process_section_headers()
6702 if (string_table == NULL) in process_relocs()
7208 if (string_table == NULL) in ia64_process_unwind()
7223 if (string_table == NULL) in ia64_process_unwind()
7541 if (string_table == NULL) in hppa_process_unwind()
8589 if (string_table == NULL) in arm_process_unwind()
11053 strtab = string_table; in process_symbol_table()
11115 if (strtab != string_table) in process_symbol_table()
16425 if (string_table) in process_object()
16427 free (string_table); in process_object()
16428 string_table = NULL; in process_object()