Searched refs:target_data (Results 1 – 6 of 6) sorted by relevance
500 Elf_Data *target_data = elf_getdata(target_scn, NULL); in get_section_by_name() local501 if (!target_data) { in get_section_by_name()506 *data = target_data->d_buf; in get_section_by_name()507 *nbytes = target_data->d_size; in get_section_by_name()627 Elf_Data *target_data = elf_getdata(target_scn, NULL); in apply_relocs() local628 report_elf_if(!target_data); in apply_relocs()646 const char *orig_base = target_data->d_buf; in apply_relocs()
375 TargetData& target_data = id_to_decoration_insts_[target_id]; in AddDecoration() local376 target_data.indirect_decorations.push_back(inst); in AddDecoration()433 const TargetData& target_data = ids_iter->second; in InternalGetDecorationsFor() local450 for (const Instruction* inst : target_data.indirect_decorations) { in InternalGetDecorationsFor()
47 __OMP_DIRECTIVE_EXT(target_data, "target data")
658 memmove(target_data + target_start, source.data() + source_start, to_copy); in Copy()