Lines Matching refs:strtab

1072 		  char *strtab,  in dump_relocations()  argument
1520 else if (strtab == NULL) in dump_relocations()
1525 print_symbol (22, strtab + psym->st_name); in dump_relocations()
4636 char *strtab; in process_section_groups() local
4693 strtab = NULL; in process_section_groups()
4738 if (strtab) in process_section_groups()
4739 free (strtab); in process_section_groups()
4740 strtab = NULL; in process_section_groups()
4750 if (strtab) in process_section_groups()
4751 free (strtab); in process_section_groups()
4752 strtab = NULL; in process_section_groups()
4759 if (strtab) in process_section_groups()
4760 free (strtab); in process_section_groups()
4761 strtab = get_data (NULL, file, strtab_sec->sh_offset, in process_section_groups()
4764 strtab_size = strtab != NULL ? strtab_sec->sh_size : 0; in process_section_groups()
4767 ? strtab + sym->st_name : "<corrupt>"; in process_section_groups()
4857 if (strtab) in process_section_groups()
4858 free (strtab); in process_section_groups()
4984 char *strtab = NULL; in process_relocs() local
5002 strtab = get_data (NULL, file, strsec->sh_offset, in process_relocs()
5005 strtablen = strtab == NULL ? 0 : strsec->sh_size; in process_relocs()
5009 symtab, nsyms, strtab, strtablen, is_rela); in process_relocs()
5010 if (strtab) in process_relocs()
5011 free (strtab); in process_relocs()
5064 char *strtab; /* The string table. */ member
5071 const char *strtab, in find_symbol_for_address() argument
5098 ? "<corrupt>" : strtab + best->st_name); in find_symbol_for_address()
5120 find_symbol_for_address (aux->symtab, aux->nsyms, aux->strtab, in dump_ia64_unwind()
5311 aux.strtab = get_data (NULL, file, strsec->sh_offset, in ia64_process_unwind()
5313 aux.strtab_size = aux.strtab != NULL ? strsec->sh_size : 0; in ia64_process_unwind()
5424 if (aux.strtab) in ia64_process_unwind()
5425 free ((char *) aux.strtab); in ia64_process_unwind()
5473 char *strtab; /* The string table. */ member
5487 find_symbol_for_address (aux->symtab, aux->nsyms, aux->strtab, in dump_hppa_unwind()
5726 aux.strtab = get_data (NULL, file, strsec->sh_offset, in hppa_process_unwind()
5728 aux.strtab_size = aux.strtab != NULL ? strsec->sh_size : 0; in hppa_process_unwind()
5760 if (aux.strtab) in hppa_process_unwind()
5761 free ((char *) aux.strtab); in hppa_process_unwind()
6932 char *strtab; in process_version_sections() local
6953 strtab = get_data (NULL, file, string_sec->sh_offset, 1, in process_version_sections()
6955 if (!strtab) in process_version_sections()
6974 free (strtab); in process_version_sections()
7064 name = strtab + ivna.vna_name; in process_version_sections()
7116 name = strtab + ivda.vda_name; in process_version_sections()
7132 free (strtab); in process_version_sections()
7452 char *strtab = NULL; in process_symbol_table() local
7476 strtab = string_table; in process_symbol_table()
7485 strtab = get_data (NULL, file, string_sec->sh_offset, in process_symbol_table()
7487 strtab_size = strtab != NULL ? string_sec->sh_size : 0; in process_symbol_table()
7508 ? strtab + psym->st_name : "<corrupt>"); in process_symbol_table()
7589 ? strtab + ivna.vna_name : "<corrupt>", in process_symbol_table()
7642 ? strtab + ivda.vda_name : "<corrupt>"); in process_symbol_table()
7652 if (strtab != string_table) in process_symbol_table()
7653 free (strtab); in process_symbol_table()
9058 char *strtab; in process_gnu_liblist() local
9083 strtab = get_data (NULL, file, string_sec->sh_offset, 1, in process_gnu_liblist()
9087 if (strtab == NULL in process_gnu_liblist()
9123 ? strtab + liblist.l_name : "<corrupt>"); in process_gnu_liblist()
9126 ? strtab + liblist.l_name : "<corrupt>"); in process_gnu_liblist()