Home
last modified time | relevance | path

Searched refs:table_end (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dui-out.h246 table_end_ftype *table_end; member
H A Dui-out.c870 if (!uiout->impl->table_end) in uo_table_end()
872 uiout->impl->table_end (uiout); in uo_table_end()
H A Dwin32-nat.c791 struct section_table *table_end = NULL; in get_relocated_section_addrs() local
794 build_section_table (abfd, &table_start, &table_end); in get_relocated_section_addrs()
796 for (iter = table_start; iter < table_end; ++iter) in get_relocated_section_addrs()
804 table_end); in get_relocated_section_addrs()
/openbsd-src/sys/dev/pci/drm/amd/amdkfd/
H A Dkfd_crat.c1823 unsigned long table_end, subtable_len; in kfd_find_numa_node_in_srat() local
1845 table_end = (unsigned long)table_header + table_header->length; in kfd_find_numa_node_in_srat()
1853 while (((unsigned long)sub_header) + subtable_len < table_end) { in kfd_find_numa_node_in_srat()