HomeSort by relevance Sort by last modified time
    Searched refs:d_size (Results 1 - 25 of 84) sorted by null

1 2 3 4

  /external/elfutils/libelf/
elf32_xlatetof.c 82 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;
elf32_xlatetom.c 83 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;
gelf_getnote.c 86 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))
gelf_getsymshndx.c 93 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))
gelf_update_symshndx.c 102 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))
gelf_getauxv.c 95 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))
gelf_getdyn.c 96 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))
gelf_getrel.c 96 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))
gelf_getrela.c 96 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))
gelf_getsym.c 93 if (unlikely ((ndx + 1) * sizeof (Elf32_Sym) > data->d_size))
122 if (unlikely ((ndx + 1) * sizeof (GElf_Sym) > data->d_size))
gelf_update_auxv.c 103 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))
gelf_update_dyn.c 105 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))
gelf_update_rel.c 102 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))
gelf_update_rela.c 104 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))
gelf_update_sym.c 105 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))
gelf_getlib.c 89 if (unlikely ((ndx + 1) * sizeof (GElf_Lib) > data->d_size))
gelf_getmove.c 86 if (unlikely ((ndx + 1) * sizeof (GElf_Move) > data->d_size))
gelf_getsyminfo.c 87 if (unlikely ((ndx + 1) * sizeof (GElf_Syminfo) > data->d_size))
  /external/elfutils/libdw/
dwarf_getstring.c 69 || offset >= dbg->sectiondata[IDX_debug_str]->d_size)
79 dbg->sectiondata[IDX_debug_str]->d_size - offset);
dwarf_offdie.c 68 if (offset >= dbg->sectiondata[IDX_debug_info]->d_size)
dwarf_nextcu.c 79 || unlikely (off + 4 >= dwarf->sectiondata[IDX_debug_info]->d_size))
130 >= dwarf->sectiondata[IDX_debug_info]->d_size))
dwarf_formstring.c 89 if (off >= dbg->sectiondata[IDX_debug_str]->d_size)
dwarf_getpubnames.c 76 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/elfutils/libebl/
eblobjnote.c 91 .d_size = descsz,
99 .d_size = descsz,
  /external/elfutils/libdwfl/
elf-from-memory.c 128 .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 272 milliseconds

1 2 3 4