Searched refs:n_descsz (Results 1 - 15 of 15) sorted by relevance

/external/elfutils/libelf/
H A Dnote_xlate.h61 Elf32_Word descsz = NOTE_ALIGN (n->n_descsz);
H A Dgelf_getnote.c97 GElf_Word descsz = NOTE_ALIGN (n->n_descsz);
H A Dabstract.h186 TYPE_NAME (ElfW2(Bits, Ext##Word), n_descsz) \
H A Delf.h1003 Elf32_Word n_descsz; /* Length of the note's descriptor. */ member in struct:__anon5978
1010 Elf64_Word n_descsz; /* Length of the note's descriptor. */ member in struct:__anon5979
/external/elfutils/libdwfl/
H A Ddwfl_segment_report_module.c317 - note_desc) < nh->n_descsz))
321 && nh->n_descsz > 0
326 build_id_len = nh->n_descsz;
327 build_id = malloc (nh->n_descsz);
333 nh = note_desc + NOTE_ALIGN (nh->n_descsz);
H A Ddwfl_module_build_id.c90 data->d_buf + desc_pos, nhdr.n_descsz,
H A Dlinux-kernel-modules.c462 p += (nhdr->n_descsz + 3) & -4U;
480 nhdr->n_descsz, vaddr);
H A Dcore-file.c444 auxv_size = nhdr.n_descsz;
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadelf.c932 note->n_descsz * 2 + 1);
934 for (j = 0; j < note->n_descsz; j++) {
942 + ((note->n_descsz + 3) & ~3);
966 note->n_descsz * 2 + 1);
968 for (j = 0; j < note->n_descsz; j++) {
976 + ((note->n_descsz + 3) & ~3);
/external/qemu/
H A Delf.h1186 Elf32_Word n_descsz; /* Content size */ member in struct:elf32_note
1193 Elf64_Word n_descsz; /* Content size */ member in struct:elf64_note
/external/valgrind/main/coregrind/m_coredump/
H A Dcoredump-elf.c148 + VG_ROUNDUP(n->note.n_descsz, 4);
168 n->note.n_descsz = datasz;
/external/elfutils/src/
H A Dreadelf.c6071 if (! ebl_core_note (ebl, nhdr->n_type, nhdr->n_descsz,
6080 nregloc == 0 ? nhdr->n_descsz : 0,
6114 (int) nhdr.n_namesz, name, nhdr.n_descsz,
6129 handle_auxv_note (ebl, ebl->elf, nhdr.n_descsz,
6135 ebl_object_note (ebl, name, nhdr.n_type, nhdr.n_descsz, desc);
H A Dldgeneric.c4235 hdr->n_descsz = SHA1_DIGEST_SIZE;
4251 hdr->n_descsz = MD5_DIGEST_SIZE;
4265 hdr->n_descsz = 16;
/external/linux-tools-perf/util/
H A Dsymbol.c1374 descsz = NOTE_ALIGN(nhdr->n_descsz);
1442 descsz = NOTE_ALIGN(nhdr.n_descsz);
/external/valgrind/main/perf/
H A Dtinycc.c889 Elf32_Word n_descsz; /* Length of the note's descriptor. */ member in struct:__anon15505
896 Elf64_Word n_descsz; /* Length of the note's descriptor. */ member in struct:__anon15506

Completed in 4870 milliseconds