Searched refs:str_table (Results 1 – 2 of 2) sorted by relevance
23 struct str_table { struct31 static struct str_table sig_table[] = { argument134 static struct str_table generic_code_table[] = {165 static struct str_table sigill_code_table[] = {202 static struct str_table sigfpe_code_table[] = {230 static struct str_table sigsegv_code_table[] = {241 static struct str_table sigbus_code_table[] = {255 static struct str_table sigstrap_code_table[] = {266 static struct str_table sigcld_code_table[] = {289 static struct str_table sigpoll_code_table[] = {[all …]
4283 off_t str_table; in map_library_header() local4286 str_table = dyn_tmp; in map_library_header()4297 off_start = str_table; in map_library_header()4299 task->str_map_len = str_size + (str_table - off_start); in map_library_header()4305 task->str_addr = (char *)task->str_map + str_table - off_start; in map_library_header()