Home | History | Annotate | Download | only in libdw

Lines Matching defs:search_table

142   const uint8_t *search_table = parse_eh_frame_hdr (data->d_buf, phdr->p_filesz,
152 dmax = phdr->p_filesz - (search_table - (const uint8_t *) data->d_buf);
153 if (unlikely (search_table == (void *) -1l
180 if (search_table != NULL)
182 cfi->search_table = search_table;
237 cfi->search_table
248 dmax = hdr_data->d_size - (cfi->search_table
250 if (unlikely (cfi->search_table == (void *) -1l
262 cfi->search_table = NULL;