Searched refs:d_size (Results 1 - 25 of 85) sorted by relevance

1234

/external/elfutils/libelf/
H A Delf32_xlatetof.c82 if (src->d_size % recsize != 0)
89 if (src->d_size > dest->d_size)
118 memmove (dest->d_buf, src->d_buf, src->d_size);
134 (*fctp) (dest->d_buf, src->d_buf, src->d_size, 1);
140 dest->d_size = src->d_size;
H A Delf32_xlatetom.c83 if (src->d_size % recsize != 0)
90 if (src->d_size > dest->d_size)
119 memmove (dest->d_buf, src->d_buf, src->d_size);
135 (*fctp) (dest->d_buf, src->d_buf, src->d_size, 0);
141 dest->d_size = src->d_size;
H A Dgelf_getnote.c86 if (unlikely (offset + sizeof (GElf_Nhdr) > data->d_size))
99 if (unlikely (data->d_size - offset < namesz))
105 if (unlikely (data->d_size - offset < descsz))
H A Dgelf_getsymshndx.c93 if (unlikely ((ndx + 1) * sizeof (Elf32_Word) > shndxdata_scn->d.d_size))
113 if (unlikely ((ndx + 1) * sizeof (Elf32_Sym) > symdata->d_size))
142 if (unlikely ((ndx + 1) * sizeof (GElf_Sym) > symdata->d_size))
H A Dgelf_update_symshndx.c102 if (unlikely ((ndx + 1) * sizeof (Elf32_Word) > shndxdata_scn->d.d_size))
131 if (unlikely ((ndx + 1) * sizeof (Elf32_Sym) > symdata_scn->d.d_size))
154 if (unlikely ((ndx + 1) * sizeof (Elf64_Sym) > symdata_scn->d.d_size))
H A Dgelf_getauxv.c95 if (unlikely ((ndx + 1) * sizeof (Elf32_auxv_t) > data_scn->d.d_size))
115 if (unlikely ((ndx + 1) * sizeof (GElf_auxv_t) > data_scn->d.d_size))
H A Dgelf_getdyn.c96 if (unlikely ((ndx + 1) * sizeof (Elf32_Dyn) > data_scn->d.d_size))
117 if (unlikely ((ndx + 1) * sizeof (GElf_Dyn) > data_scn->d.d_size))
H A Dgelf_getrel.c96 if (unlikely ((ndx + 1) * sizeof (Elf32_Rel) > data_scn->d.d_size))
116 if (unlikely ((ndx + 1) * sizeof (Elf64_Rel) > data_scn->d.d_size))
H A Dgelf_getrela.c96 if (unlikely ((ndx + 1) * sizeof (Elf32_Rela) > data_scn->d.d_size))
117 if (unlikely ((ndx + 1) * sizeof (Elf64_Rela) > data_scn->d.d_size))
H A Dgelf_getsym.c93 if (unlikely ((ndx + 1) * sizeof (Elf32_Sym) > data->d_size))
122 if (unlikely ((ndx + 1) * sizeof (GElf_Sym) > data->d_size))
H A Dgelf_update_auxv.c103 if (unlikely ((ndx + 1) * sizeof (Elf32_auxv_t) > data_scn->d.d_size))
117 if (unlikely ((ndx + 1) * sizeof (Elf64_auxv_t) > data_scn->d.d_size))
H A Dgelf_update_dyn.c105 if (unlikely ((ndx + 1) * sizeof (Elf32_Dyn) > data_scn->d.d_size))
119 if (unlikely ((ndx + 1) * sizeof (Elf64_Dyn) > data_scn->d.d_size))
H A Dgelf_update_rel.c102 if (unlikely ((ndx + 1) * sizeof (Elf32_Rel) > data_scn->d.d_size))
117 if (unlikely ((ndx + 1) * sizeof (Elf64_Rel) > data_scn->d.d_size))
H A Dgelf_update_rela.c104 if (unlikely ((ndx + 1) * sizeof (Elf32_Rela) > data_scn->d.d_size))
120 if (unlikely ((ndx + 1) * sizeof (Elf64_Rela) > data_scn->d.d_size))
H A Dgelf_update_sym.c105 if (unlikely ((ndx + 1) * sizeof (Elf32_Sym) > data_scn->d.d_size))
128 if (unlikely ((ndx + 1) * sizeof (Elf64_Sym) > data_scn->d.d_size))
H A Dgelf_getlib.c89 if (unlikely ((ndx + 1) * sizeof (GElf_Lib) > data->d_size))
H A Dgelf_getmove.c86 if (unlikely ((ndx + 1) * sizeof (GElf_Move) > data->d_size))
/external/elfutils/libdw/
H A Ddwarf_getstring.c69 || offset >= dbg->sectiondata[IDX_debug_str]->d_size)
79 dbg->sectiondata[IDX_debug_str]->d_size - offset);
H A Ddwarf_offdie.c68 if (offset >= dbg->sectiondata[IDX_debug_info]->d_size)
H A Ddwarf_nextcu.c79 || unlikely (off + 4 >= dwarf->sectiondata[IDX_debug_info]->d_size))
130 >= dwarf->sectiondata[IDX_debug_info]->d_size))
H A Ddwarf_formstring.c89 if (off >= dbg->sectiondata[IDX_debug_str]->d_size)
H A Ddwarf_getpubnames.c76 unsigned char *endp = readp + dbg->sectiondata[IDX_debug_pubnames]->d_size;
116 if (mem[cnt].set_start >= dbg->sectiondata[IDX_debug_pubnames]->d_size)
139 >= dbg->sectiondata[IDX_debug_info]->d_size)))
188 >= dbg->sectiondata[IDX_debug_pubnames]->d_size)))
/external/chromium_org/webkit/browser/quota/
H A Dquota_temporary_storage_evictor_unittest.cc271 const int64 d_size = 292; local
272 const int64 initial_total_size = a_size + b_size + c_size + d_size;
275 quota_eviction_handler()->AddOrigin(GURL("http://www.d.com"), d_size);
285 initial_total_size - d_size,
286 initial_total_size - d_size + e_size - c_size));
290 EXPECT_EQ(initial_total_size - d_size + e_size - c_size - b_size,
305 const int64 d_size = 292; local
306 const int64 initial_total_size = a_size + b_size + c_size + d_size;
308 quota_eviction_handler()->AddOrigin(GURL("http://www.d.com"), d_size);
317 initial_total_size - d_size, initial_total_siz
336 const int64 d_size = 292; local
[all...]
/external/elfutils/libebl/
H A Deblobjnote.c91 .d_size = descsz,
99 .d_size = descsz,
/external/elfutils/libdwfl/
H A Delf-from-memory.c128 .d_size = sizeof ehdr,
140 xlatefrom.d_size = sizeof (Elf32_Ehdr);
156 xlatefrom.d_size = sizeof (Elf64_Ehdr);
176 xlatefrom.d_size = phnum * phentsize;
210 xlateto.d_size = sizeof phdrs;
315 xlatefrom.d_size = xlateto.d_size = sizeof ehdr.e32;
342 xlatefrom.d_size = xlateto.d_size = sizeof ehdr.e64;

Completed in 151 milliseconds

1234