Searched refs:search_table (Results 1 – 6 of 6) sorted by relevance
/third_party/elfutils/libdw/ |
D | dwarf_getcfi_elf.c | 144 const uint8_t *search_table = parse_eh_frame_hdr (data->d_buf, phdr->p_filesz, in getcfi_gnu_eh_frame() local 154 dmax = phdr->p_filesz - (search_table - (const uint8_t *) data->d_buf); in getcfi_gnu_eh_frame() 155 if (unlikely (search_table == (void *) -1l in getcfi_gnu_eh_frame() 182 if (search_table != NULL) in getcfi_gnu_eh_frame() 184 cfi->search_table = search_table; in getcfi_gnu_eh_frame() 239 cfi->search_table in getcfi_scn_eh_frame() 250 dmax = hdr_data->d_size - (cfi->search_table in getcfi_scn_eh_frame() 252 if (unlikely (cfi->search_table == (void *) -1l in getcfi_scn_eh_frame() 264 cfi->search_table = NULL; in getcfi_scn_eh_frame()
|
D | fde.c | 186 .d = { .d_buf = (void *) cache->search_table, in binary_search_fde() 205 const uint8_t *p = &cache->search_table[idx * size]; in binary_search_fde() 257 if (cache->search_table != NULL) in __libdw_find_fde()
|
D | dwarf_getcfi.c | 50 cfi->search_table = NULL; in dwarf_getcfi()
|
D | cfi.h | 105 const uint8_t *search_table; member
|
/third_party/elfutils/libdwfl/ |
D | dwfl_module_addrsym.c | 199 search_table (struct search_state *state, int start, int end) in search_table() function 284 search_table (&state, first_global == 0 ? 1 : first_global, syments); in __libdwfl_addrsym() 290 search_table (&state, 1, first_global); in __libdwfl_addrsym()
|
D | ChangeLog | 952 'same_section', 'binding_value', 'try_sym_value', and 'search_table' 1786 (dwfl_module_addrsym) (search_table): New variable file. Use 1800 (dwfl_module_addrsym) (search_table): Use it.
|