Home
last modified time | relevance | path

Searched refs:table_start (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dwin32-nat.c790 struct section_table *table_start = 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()
803 result = build_section_addr_info_from_section_table (table_start, in get_relocated_section_addrs()
806 xfree (table_start); in get_relocated_section_addrs()
/openbsd-src/sys/dev/pci/drm/amd/pm/powerplay/smumgr/
H A Dfiji_smumgr.c225 uint32_t table_start; in fiji_setup_graphics_level_structure() local
232 &table_start, 0x40000), in fiji_setup_graphics_level_structure()
241 vr_config_addr = table_start + in fiji_setup_graphics_level_structure()
250 level_addr = table_start + offsetof(SMU73_Discrete_DpmTable, GraphicsLevel); in fiji_setup_graphics_level_structure()