Searched refs:search_table (Results 1 – 9 of 9) sorted by relevance
/external/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
|
/external/libevent/test/ |
D | regress_testutils.c | 218 struct regress_dns_server_table *search_table) in regress_dnsserver() argument 221 regress_dns_server_cb, search_table); in regress_dnsserver()
|
D | regress_dns.c | 522 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()
|
D | regress_http.c | 1181 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/ |
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.
|