Searched refs:ventry (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/third_party/ulib/backtrace/
H A Dpecoff.c518 coff_symbol_search (const void *vkey, const void *ventry) argument
521 const struct coff_symbol *entry = (const struct coff_symbol *) ventry;
H A Ddwarf.c918 function_addrs_search (const void *vkey, const void *ventry) argument
921 const struct function_addrs *entry = (const struct function_addrs *) ventry;
1017 unit_addrs_search (const void *vkey, const void *ventry) argument
1020 const struct unit_addrs *entry = (const struct unit_addrs *) ventry;
1061 line_search (const void *vkey, const void *ventry) argument
1064 const struct line *entry = (const struct line *) ventry;
H A Delf.c350 elf_symbol_search (const void *vkey, const void *ventry) argument
353 const struct elf_symbol *entry = (const struct elf_symbol *) ventry;

Completed in 89 milliseconds