Lines Matching refs:string_table
132 static char *string_table; variable
235 ? "<corrupt>" : string_table + (X)->sh_name))
3811 if (do_segments && section_headers != NULL && string_table != NULL) in process_program_headers()
4293 string_table = get_data (NULL, file, section->sh_offset, in process_section_headers()
4296 string_table_length = string_table != NULL ? section->sh_size : 0; in process_section_headers()
4962 if (string_table == NULL) in process_relocs()
5385 if (string_table == NULL) in ia64_process_unwind()
5399 if (string_table == NULL) in ia64_process_unwind()
5714 if (string_table == NULL) in hppa_process_unwind()
7476 strtab = string_table; in process_symbol_table()
7652 if (strtab != string_table) in process_symbol_table()
9636 if (string_table) in process_object()
9638 free (string_table); in process_object()
9639 string_table = NULL; in process_object()