Lines Matching refs:linker
209 static void build_ghes_error_table(GArray *hardware_errors, BIOSLinker *linker) in build_ghes_error_table() argument
237 bios_linker_loader_alloc(linker, ACPI_HW_ERROR_FW_CFG_FILE, in build_ghes_error_table()
245 bios_linker_loader_add_pointer(linker, in build_ghes_error_table()
258 bios_linker_loader_write_pointer(linker, ACPI_HW_ERROR_ADDR_FW_CFG_FILE, 0, in build_ghes_error_table()
265 BIOSLinker *linker, in build_ghes_v2() argument
296 bios_linker_loader_add_pointer(linker, ACPI_BUILD_TABLE_FILE, in build_ghes_v2()
316 bios_linker_loader_add_pointer(linker, ACPI_BUILD_TABLE_FILE, in build_ghes_v2()
335 BIOSLinker *linker, in acpi_build_hest() argument
341 build_ghes_error_table(hardware_errors, linker); in acpi_build_hest()
347 build_ghes_v2(table_data, linker, in acpi_build_hest()
350 acpi_table_end(linker, &table); in acpi_build_hest()