Searched refs:search_table (Results 1 - 5 of 5) sorted by relevance

/external/elfutils/libdw/
H A Ddwarf_getcfi_elf.c142 const uint8_t *search_table = parse_eh_frame_hdr (data->d_buf, phdr->p_filesz, local
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
[all...]
H A Ddwarf_getcfi.c50 cfi->search_table = NULL;
H A Dfde.c186 .d = { .d_buf = (void *) cache->search_table,
203 /* Max idx * size is checked against search_table len when
205 const uint8_t *p = &cache->search_table[idx * size];
257 if (cache->search_table != NULL)
H A Dcfi.h105 const uint8_t *search_table; member in struct:Dwarf_CFI_s
/external/elfutils/libdwfl/
H A Ddwfl_module_addrsym.c195 search_table (struct search_state *state, int start, int end) function
277 search_table (&state, first_global == 0 ? 1 : first_global, syments);
283 search_table (&state, 1, first_global);

Completed in 338 milliseconds