Lines Matching defs:data
292 memcpy(binary->lds_symbols.data, i.shared_lds_symbols, binary->lds_symbols.size);
305 if (!layout_symbols(binary->lds_symbols.data, i.num_shared_lds_symbols, &shared_lds_size))
493 static bool get_section_by_name(struct ac_rtld_part *part, const char *name, const char **data,
506 *data = target_data->d_buf;
514 bool ac_rtld_get_section_by_name(struct ac_rtld_binary *binary, const char *name, const char **data,
518 return get_section_by_name(&binary->parts[0], name, data, nbytes);
764 /* First pass: upload raw section data and lay out private LDS symbols. */
778 Elf_Data *data = elf_getdata(section, NULL);
779 report_elf_if(!data || data->d_size != shdr->sh_size);
780 memcpy(u->rx_ptr + s->offset, data->d_buf, shdr->sh_size);
793 /* Second pass: handle relocations, overwriting uploaded data where