Searched refs:symbol_offset (Results 1 – 3 of 3) sorted by relevance
232 uint32_t symbol_offset = 0; in ac_rgp_file_write_elf_text() local242 symbol_offset += code_offset; in ac_rgp_file_write_elf_text()254 rgp_shader_data->elf_symbol_offset = symbol_offset; in ac_rgp_file_write_elf_text()260 symbol_offset += rgp_shader_data->code_size; in ac_rgp_file_write_elf_text()261 uint32_t align = ALIGN(symbol_offset, 256) - symbol_offset; in ac_rgp_file_write_elf_text()264 *text_size = symbol_offset + align; in ac_rgp_file_write_elf_text()
358 uint64_t symbol_offset) in r600_shader_binary_config_start() argument362 if (binary->global_symbol_offsets[i] == symbol_offset) { in r600_shader_binary_config_start()372 uint64_t symbol_offset, in r600_shader_binary_read_config() argument377 r600_shader_binary_config_start(binary, symbol_offset); in r600_shader_binary_read_config()
60 uint64_t symbol_offset) in si_compute_get_code_object() argument83 if (symbol_offset + sizeof(amd_kernel_code_t) > size) in si_compute_get_code_object()86 result = (const amd_kernel_code_t *)(text + symbol_offset); in si_compute_get_code_object()