Lines Matching refs:d_buf
497 .d_buf = &tmpbuf, in relocate()
504 .d_buf = tdata->d_buf + offset, in relocate()
602 if (reldata == NULL || reldata->d_buf == NULL) in remove_debug_relocations()
627 if (tdata == NULL || tdata->d_buf == NULL in remove_debug_relocations()
1301 Elf32_Word *grpref = (Elf32_Word *) shdr_info[cnt].data->d_buf; in handle_elf()
1381 && shdr_info[idx].data->d_buf != NULL in handle_elf()
1387 bool is_comdat = (((Elf32_Word *) shdr_info[idx].data->d_buf)[0] in handle_elf()
1434 grpref = (Elf32_Word *) shdr_info[cnt].data->d_buf; in handle_elf()
1660 debugdata->d_buf = NULL; in handle_elf()
1666 if (debugdata->d_buf == NULL) in handle_elf()
1668 debugdata->d_buf = memcpy (xmalloc (debugdata->d_size), in handle_elf()
1669 debugdata->d_buf, debugdata->d_size); in handle_elf()
1806 shdr_info[cnt].data->d_buf = debuglink_buf; in handle_elf()
1808 strcpy (shdr_info[cnt].data->d_buf, debug_basename); in handle_elf()
1813 debuglink_crc_data.d_buf = ((char *) debuglink_crc_data.d_buf in handle_elf()
1897 && shdr_info[cnt].data->d_buf != NULL); in handle_elf()
1899 Elf32_Word *grpref = (Elf32_Word *) shdr_info[cnt].data->d_buf; in handle_elf()
1957 && shndxdata->d_buf != NULL in handle_elf()
1972 && versiondata->d_buf != NULL in handle_elf()
2026 && shndxdata->d_buf != NULL); in handle_elf()
2207 elf_assert (d != NULL && d->d_buf != NULL in handle_elf()
2266 elf_assert (symd != NULL && symd->d_buf != NULL); in handle_elf()
2270 elf_assert (hashd != NULL && hashd->d_buf != NULL); in handle_elf()
2276 Elf32_Word *bucket = (Elf32_Word *) hashd->d_buf; in handle_elf()
2335 Elf64_Xword *bucket = (Elf64_Xword *) hashd->d_buf; in handle_elf()
2403 elf_assert (symd != NULL && symd->d_buf != NULL); in handle_elf()
2409 elf_assert (verd != NULL && verd->d_buf != NULL); in handle_elf()
2412 GElf_Half *verstab = (GElf_Half *) verd->d_buf; in handle_elf()
2492 .d_buf = &debug_crc, in handle_elf()
2636 free (shdr_info[cnt].debug_data->d_buf); in handle_elf()
2649 free (shstrtab_data->d_buf); in handle_elf()