Searched refs:strtablen (Results 1 – 3 of 3) sorted by relevance
183 int strtablen = 0; variable1652 int start = 0, end = strtablen; in insert_string()1655 if (strtablen == strtabtotlen) in insert_string()1663 if (strtablen == 0) in insert_string()1665 strtablen = 1; in insert_string()1672 if (strcmp (str, string_table[strtablen - 1]->s) > 0) in insert_string()1697 for (; i > 0 && i < strtablen; i--) in insert_string()1701 for (; i < strtablen; i++) in insert_string()1705 for (x = strtablen - 1; x >= i; x--) in insert_string()1714 strtablen++; in insert_string()[all …]
1017 unsigned long strtablen, in dump_relocations() argument1474 || psym->st_name >= strtablen) in dump_relocations()1533 else if (psym->st_name >= strtablen) in dump_relocations()6152 unsigned long strtablen = 0; in process_relocs() local6173 strtablen = strtab == NULL ? 0 : strsec->sh_size; in process_relocs()6177 symtab, nsyms, strtab, strtablen, is_rela); in process_relocs()
237 (dump_relocations): Add a new parameter 'strtablen' and use this