Searched refs:n_descsz (Results 1 – 16 of 16) sorted by relevance
/external/elfutils/libdwfl/ |
D | dwfl_segment_report_module.c | 317 - 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()
|
D | dwfl_module_build_id.c | 90 data->d_buf + desc_pos, nhdr.n_descsz, in check_notes()
|
D | linux-kernel-modules.c | 462 p += (nhdr->n_descsz + 3) & -4U; in check_notes() 480 nhdr->n_descsz, vaddr); in check_notes()
|
D | core-file.c | 444 auxv_size = nhdr.n_descsz; in dwfl_core_file_report()
|
/external/elfutils/libelf/ |
D | note_xlate.h | 61 Elf32_Word descsz = NOTE_ALIGN (n->n_descsz); in elf_cvt_note()
|
D | gelf_getnote.c | 97 GElf_Word descsz = NOTE_ALIGN (n->n_descsz);
|
D | elf.h | 1003 Elf32_Word n_descsz; /* Length of the note's descriptor. */ member 1010 Elf64_Word n_descsz; /* Length of the note's descriptor. */ member
|
D | abstract.h | 186 TYPE_NAME (ElfW2(Bits, Ext##Word), n_descsz) \
|
/external/kernel-headers/original/linux/ |
D | elf.h | 344 Elf32_Word n_descsz; /* Content size */ member 351 Elf64_Word n_descsz; /* Content size */ member
|
/external/qemu/ |
D | elf.h | 1186 Elf32_Word n_descsz; /* Content size */ member 1193 Elf64_Word n_descsz; /* Content size */ member
|
/external/valgrind/main/coregrind/m_coredump/ |
D | coredump-elf.c | 148 + 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/ |
D | readelf.c | 918 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/ |
D | readelf.c | 6071 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()
|
D | ldgeneric.c | 4235 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/ |
D | symbol.c | 1374 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/ |
D | tinycc.c | 889 Elf32_Word n_descsz; /* Length of the note's descriptor. */ member 896 Elf64_Word n_descsz; /* Length of the note's descriptor. */ member
|