HomeSort by relevance Sort by last modified time
    Searched refs:d_size (Results 51 - 75 of 85) sorted by null

1 23 4

  /external/elfutils/libdw/
dwarf_begin_elf.c 142 if (data != NULL && data->d_size != 0)
204 for (cnt = 1; cnt * sizeof (Elf32_Word) <= data->d_size; ++cnt)
dwarf_getabbrev.c 73 if (offset >= dbg->sectiondata[IDX_debug_abbrev]->d_size)
dwarf_getlocation.c 408 if ((unsigned char *) d->d_buf + d->d_size - readp
446 if ((unsigned char *) d->d_buf + d->d_size - readp < 2)
452 if ((unsigned char *) d->d_buf + d->d_size - readp
dwarf_child.c 92 + dbg->sectiondata[IDX_debug_abbrev]->d_size);
  /external/elfutils/src/
elfcmp.c 357 || (data1->d_buf != NULL || data1->d_size == 0));
359 || (data2->d_buf != NULL || data1->d_size == 0));
361 if (unlikely (data1->d_size != data2->d_size
364 data1->d_size) != 0)))
368 && data1->d_size == data2->d_size
685 if (data1->d_size != (2 + nbucket + nchain) * sizeof hash1[0] \
i386_ld.c 215 data->d_size = (1 + statep->nplt) * PLT_ENTRY_SIZE;
216 data->d_buf = xcalloc (1, data->d_size);
239 data->d_size = size;
259 data->d_size = size;
284 data->d_size = size;
434 assert (pltdata->d_size >= PLT_ENTRY_SIZE);
468 assert ((3 + pltidx) * sizeof (Elf32_Word) <= data->d_size);
494 assert (pltdata->d_size >= (1 + pltidx) * PLT_ENTRY_SIZE);
511 assert (pltidx * sizeof (Elf32_Rel) <= reldata->d_size);
    [all...]
unstrip.c 380 newshdr->sh_size = data->d_size;
443 assert (data->d_size == shdr->sh_size);
470 data->d_size = nent * sizeof new_hash[0]; \
512 data->d_size = nent * shdr->sh_entsize;
568 symdata->d_size = shdr->sh_size;
569 symdata->d_buf = xmalloc (symdata->d_size);
769 if (sym->st_name >= strdata->d_size)
912 if (shdr->sh_name >= shstrtab->d_size)
964 .d_size = sizeof ehdr,
969 src.d_size = gelf_fsize (main, ELF_T_EHDR, 1, EV_CURRENT)
    [all...]
ldgeneric.c 826 cnt = data->d_size / sizeof (Elf32_Word);
878 cnt = data->d_size / sizeof (Elf32_Word);
    [all...]
readelf.c     [all...]
  /external/elfutils/tests/
sectiondump.c 151 size_t size = data->d_size;
174 size_t nsym = data->d_size / (class == ELFCLASS32
update4.c 156 data->d_size = 5;
192 data->d_size = 5;
228 data->d_size = 5;
265 data->d_size = 100;
asm-tst9.c 315 if (data->d_size != sizeof (expecteddata))
318 "expected 96\n", cnt, data->d_size);
run-strings-test.sh 390 testfile8: 8160 (versiondata->d_size / sizeof (GElf_Versym)) >= shdr_info[cnt].data->d_size / elsize
392 testfile8: 8200 (versiondata->d_size / sizeof (Elf32_Word)) >= shdr_info[cnt].data->d_size / elsize
459 testfile9: 39c0 (versiondata->d_size / sizeof (GElf_Versym)) >= shdr_info[cnt].data->d_size / elsize
461 testfile9: 3a60 (versiondata->d_size / sizeof (Elf32_Word)) >= shdr_info[cnt].data->d_size / elsize
  /external/elfutils/backends/
sparc_symbol.c 94 for (size_t i = 0; i < data->d_size / scn_shdr.sh_entsize; ++i)
  /bootable/recovery/
recovery.cpp 542 int d_size = 0; local
559 if (d_size >= d_alloc) {
563 dirs[d_size] = (char*)malloc(name_len + 2);
564 strcpy(dirs[d_size], de->d_name);
565 dirs[d_size][name_len] = '/';
566 dirs[d_size][name_len+1] = '\0';
567 ++d_size;
580 qsort(dirs, d_size, sizeof(char*), compare_string);
584 if (d_size + z_size + 1 > z_alloc) {
585 z_alloc = d_size + z_size + 1
    [all...]
  /external/elfutils/libasm/
asm_end.c 120 newdata->d_size = content->len;
169 data->d_size = gelf_fsize (ctx->out.elf, ELF_T_SYM,
171 symtab = malloc (data->d_size);
245 xndxdata->d_size = elf32_fsize (ELF_T_WORD,
248 xshndx = xndxdata->d_buf = calloc (1, xndxdata->d_size);
334 data->d_size = elf32_fsize (ELF_T_WORD, runp->nmembers + 1,
336 grpdata = data->d_buf = malloc (data->d_size);
  /external/elfutils/libdwfl/
relocate.c 222 if (unlikely (sym->st_name >= symtab->symstrdata->d_size))
256 if (unlikely (sym->st_name >= m->symstrdata->d_size))
363 if (offset + size > tdata->d_size)
373 .d_size = size,
380 .d_size = size,
556 shdr->sh_size = reldata->d_size = nrels * shdr->sh_entsize;