Searched refs:strbase (Results 1 – 2 of 2) sorted by relevance
108 caddr_t strbase; /* malloc'ed string base */ member1301 ef->strbase = malloc(strcnt, M_LINKER, M_WAITOK); in link_elf_load_file()1310 ef->strbase, strcnt, shdr[symstrindex].sh_offset, in link_elf_load_file()1319 ef->ddbstrtab = ef->strbase; in link_elf_load_file()1407 free(ef->strbase, M_LINKER); in link_elf_unload_file()
1632 const char *strbase = addr + (depth + 1) * sizeof (uint64_t); in dt_format_ustack() local1633 const char *str = strsize ? strbase : NULL; in dt_format_ustack()1724 if (str - strbase >= strsize) in dt_format_ustack()1826 const char *strbase = addr + (depth + 1) * sizeof (uint64_t); in dt_print_ustack() local1827 const char *str = strsize ? strbase : NULL; in dt_print_ustack()1938 if (str - strbase >= strsize) in dt_print_ustack()