Home
last modified time | relevance | path

Searched refs:search_table (Results 1 – 9 of 9) sorted by relevance

/external/elfutils/libdw/
Ddwarf_getcfi_elf.c144 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()
Dfde.c186 .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()
Ddwarf_getcfi.c50 cfi->search_table = NULL; in dwarf_getcfi()
Dcfi.h105 const uint8_t *search_table; member
/external/libevent/test/
Dregress_testutils.c218 struct regress_dns_server_table *search_table) in regress_dnsserver() argument
221 regress_dns_server_cb, search_table); in regress_dnsserver()
Dregress_dns.c522 static struct regress_dns_server_table search_table[] = { variable
541 struct regress_dns_server_table table[ARRAY_SIZE(search_table)]; in dns_search_test_impl()
552 table[i] = search_table[i]; in dns_search_test_impl()
980 tt_assert(regress_dnsserver(inactive_base, &portnum, search_table)); in dns_disable_when_inactive_no_ns_test()
Dregress_http.c1181 static struct regress_dns_server_table search_table[] = { variable
1199 tt_assert(regress_dnsserver(data->base, &portnum, search_table)); in http_connection_async_test()
1474 tt_assert(regress_dnsserver(data->base, &portnum, search_table)); in http_cancel_test()
3851 tt_assert(regress_dnsserver(data->base, &portnum, search_table)); in http_connection_retry_conn_address_test_impl()
/external/elfutils/libdwfl/
Ddwfl_module_addrsym.c199 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()
DChangeLog952 '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.