Home
last modified time | relevance | path

Searched refs:n_descsz (Results 1 – 16 of 16) sorted by relevance

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