Home
last modified time | relevance | path

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

/external/elfutils/libdw/
Ddwarf_getcfi_elf.c142 const uint8_t *search_table = parse_eh_frame_hdr (data->d_buf, phdr->p_filesz, in getcfi_gnu_eh_frame() local
152 dmax = phdr->p_filesz - (search_table - (const uint8_t *) data->d_buf); in getcfi_gnu_eh_frame()
153 if (unlikely (search_table == (void *) -1l in getcfi_gnu_eh_frame()
180 if (search_table != NULL) in getcfi_gnu_eh_frame()
182 cfi->search_table = search_table; in getcfi_gnu_eh_frame()
237 cfi->search_table in getcfi_scn_eh_frame()
248 dmax = hdr_data->d_size - (cfi->search_table in getcfi_scn_eh_frame()
250 if (unlikely (cfi->search_table == (void *) -1l in getcfi_scn_eh_frame()
262 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/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()
DChangeLog404 'same_section', 'binding_value', 'try_sym_value', and 'search_table'
1238 (dwfl_module_addrsym) (search_table): New variable file. Use
1252 (dwfl_module_addrsym) (search_table): Use it.
/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.c515 static struct regress_dns_server_table search_table[] = { variable
534 struct regress_dns_server_table table[ARRAY_SIZE(search_table)]; in dns_search_test_impl()
545 table[i] = search_table[i]; in dns_search_test_impl()
981 tt_assert(regress_dnsserver(inactive_base, &portnum, search_table)); in dns_disable_when_inactive_no_ns_test()
Dregress_http.c1135 static struct regress_dns_server_table search_table[] = { variable
1153 tt_assert(regress_dnsserver(data->base, &portnum, search_table)); in http_connection_async_test()
1431 tt_assert(regress_dnsserver(data->base, &portnum, search_table)); in http_cancel_test()
3784 tt_assert(regress_dnsserver(data->base, &portnum, search_table)); in http_connection_retry_conn_address_test_impl()