Home
last modified time | relevance | path

Searched refs:str_table (Results 1 – 2 of 2) sorted by relevance

/third_party/e2fsprogs/e2fsck/
Dsigcatcher.c23 struct str_table { struct
31 static struct str_table sig_table[] = { argument
134 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 …]
/third_party/musl/porting/linux/user/ldso/
Ddynlink.c4283 off_t str_table; in map_library_header() local
4286 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()