Lines Matching refs:strtab_size
402 valid_symbol_name (const char *strtab, size_t strtab_size, uint64_t offset) in valid_symbol_name() argument
404 return strtab != NULL && offset < strtab_size; in valid_symbol_name()
7861 size_t strtab_size; in process_section_groups() local
7935 strtab_size = 0; in process_section_groups()
7999 strtab_size = 0; in process_section_groups()
8009 strtab_size = 0; in process_section_groups()
8020 strtab_size = strtab != NULL ? strtab_sec->sh_size : 0; in process_section_groups()
8022 group_name = sym->st_name < strtab_size in process_section_groups()
8542 unsigned long strtab_size, in find_symbol_for_address() argument
8585 *symname = (best->st_name >= strtab_size in find_symbol_for_address()
8628 unsigned long strtab_size; /* Size of string table. */ member
8656 aux->strtab_size, tp->start, &procname, &offset); in dump_ia64_unwind()
8905 &aux.strtab, &aux.strtab_size)) in ia64_process_unwind()
9089 unsigned long strtab_size; /* Size of string table. */ member
9112 aux->strtab_size, tp->start, &procname, in dump_hppa_unwind()
9372 &aux.strtab, &aux.strtab_size)) in hppa_process_unwind()
9437 unsigned long strtab_size; /* Size of string table. */ member
9453 aux->strtab_size, addr, &procname, in arm_print_vma_and_name()
10187 && sym_name != (bfd_vma) -1 && sym_name < aux->strtab_size) in decode_arm_unwind()
10482 &aux.strtab, &aux.strtab_size)) in arm_process_unwind()
12969 unsigned long int strtab_size, in get_symbol_version_string() argument
13063 return (ivda.vda_name < strtab_size in get_symbol_version_string()
13129 return (ivna.vna_name < strtab_size in get_symbol_version_string()
13165 char *strtab, size_t strtab_size) in print_dynamic_symbol() argument
13210 is_valid = valid_symbol_name (strtab, strtab_size, psym->st_name); in print_dynamic_symbol()
13218 strtab, strtab_size, si, in print_dynamic_symbol()
13572 unsigned long int strtab_size = 0; in process_symbol_table() local
13617 strtab_size = filedata->string_table_length; in process_symbol_table()
13628 strtab_size = strtab != NULL ? string_sec->sh_size : 0; in process_symbol_table()
13633 strtab, strtab_size); in process_symbol_table()
19198 size_t strtab_size; in process_gnu_liblist() local
19239 strtab_size = string_sec->sh_size; in process_gnu_liblist()
19272 printf ("%-20s", liblist.l_name < strtab_size in process_gnu_liblist()
19275 printf ("%-20.20s", liblist.l_name < strtab_size in process_gnu_liblist()