/third_party/elfutils/tests/ |
D | xlate_notes.c | 132 nhdr.n_descsz, nh.n_descsz); in main() 136 || nhdr.n_descsz != nh.n_descsz) in main()
|
/third_party/elfutils/libelf/ |
D | gelf_getnote.c | 91 ? NOTE_ALIGN8 (n->n_descsz) in gelf_getnote() 92 : NOTE_ALIGN4 (n->n_descsz)); in gelf_getnote() 101 || (descsz == 0 && n->n_descsz != 0))) in gelf_getnote()
|
D | note_xlate.h | 59 note_len += n->n_descsz; in elf_cvt_note()
|
D | abstract.h | 165 TYPE_NAME (ElfW2(Bits, Ext##Word), n_descsz) \
|
/third_party/mesa3d/src/util/ |
D | build_id.c | 84 note->nhdr.n_descsz != 0 && in build_id_find_nhdr_callback() 93 ALIGN_POT(note->nhdr.n_descsz, 4); in build_id_find_nhdr_callback() 134 return note->nhdr.n_descsz; in build_id_length()
|
/third_party/elfutils/backends/ |
D | linux-core-note.c | 253 if (nhdr->n_descsz != sizeof (struct EBLHOOK(prstatus))) in EBLHOOK() 263 if (nhdr->n_descsz != sizeof (struct EBLHOOK(prpsinfo))) in EBLHOOK() 274 if (nhdr->n_descsz != size) \ in EBLHOOK() 285 if (nhdr->n_descsz != size) \ in EBLHOOK() 296 if (nhdr->n_descsz != size) \ in EBLHOOK()
|
D | x86_corenote.c | 31 return ioperm_info (nhdr->n_descsz, \
|
D | i386_corenote.c | 109 return tls_info (nhdr->n_descsz, regs_offset, nregloc, reglocs, \
|
/third_party/toybox/toys/posix/ |
D | file.c | 170 unsigned n_namesz, n_descsz, n_type, notesz; local 175 n_descsz = elf_int(note+4, 4); 177 notesz = 3*4 + ((n_namesz+3)&~3) + ((n_descsz+3)&~3); 185 for (j = 0; j < n_descsz; ++j) printf("%02x", note[16 + j]); 188 if (n_type==1 /*.android.note.ident*/ && n_descsz >= 4) { 192 if (n_descsz >= 4+64+64)
|
/third_party/node/deps/postject/ |
D | postject-api.h | 153 if (note->n_namesz != 0 && note->n_descsz != 0 && in postject_find_resource() 156 *size = note->n_descsz; in postject_find_resource() 164 roundup(note->n_descsz, 4)); in postject_find_resource()
|
/third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/ |
D | postject-api.h | 153 if (note->n_namesz != 0 && note->n_descsz != 0 && in postject_find_resource() 156 *size = note->n_descsz; in postject_find_resource() 164 roundup(note->n_descsz, 4)); in postject_find_resource()
|
/third_party/libunwind/libunwind/src/coredump/ |
D | _UCD_corefile_elf.c | 111 unsigned desc_size = UNW_ALIGN(note->n_descsz, 4); in _UCD_elf_visit_notes() 116 ret = visit(note->n_namesz, note->n_descsz, note->n_type, name, desc, arg); in _UCD_elf_visit_notes()
|
D | _UCD_get_threadinfo_prstatus.c | 41 _count_thread_notes(uint32_t n_namesz, uint32_t n_descsz, uint32_t n_type, char *name, uint8_t *des… in _count_thread_notes() argument 60 _save_thread_notes(uint32_t n_namesz, uint32_t n_descsz, uint32_t n_type, char *name, uint8_t *desc… in _save_thread_notes() argument
|
D | _UCD_get_mapinfo_linux.c | 67 _handle_file_note(uint32_t n_namesz, uint32_t n_descsz, uint32_t n_type, char *name, uint8_t *desc,… in _handle_file_note() argument
|
/third_party/elfutils/src/ |
D | elfcmp.c | 474 if (note1.n_descsz != note2.n_descsz in main() 475 || memcmp (desc1, desc2, note1.n_descsz)) in main() 481 if (note1.n_descsz != note2.n_descsz) in main()
|
/third_party/elfutils/libebl/ |
D | eblcorenote.c | 67 && memchr (desc, '\0', nhdr->n_descsz) != NULL) in ebl_core_note()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | ELFTypes.h | 572 Elf_Word n_descsz; 583 return sizeof(*this) + alignTo<Align>(n_namesz) + alignTo<Align>(n_descsz); 612 if (!Nhdr.n_descsz) 617 Nhdr.n_descsz);
|
/third_party/elfutils/libdwfl/ |
D | dwfl_segment_report_module.c | 609 size_t descsz = nh->n_descsz; in dwfl_segment_report_module() 622 && nh->n_descsz >= MIN_BUILD_ID_BYTES in dwfl_segment_report_module() 623 && nh->n_descsz <= MAX_BUILD_ID_BYTES in dwfl_segment_report_module() 630 build_id.len = nh->n_descsz; in dwfl_segment_report_module()
|
D | linux-kernel-modules.c | 616 len += nhdr->n_descsz; in check_notes() 626 len += nhdr->n_descsz; in check_notes() 647 nhdr->n_descsz, vaddr); in check_notes()
|
D | core-file.c | 536 auxv_size = nhdr.n_descsz; in dwfl_core_file_report() 541 note_file_size = nhdr.n_descsz; in dwfl_core_file_report()
|
/third_party/elfutils/libdwelf/ |
D | dwelf_elf_gnu_build_id.c | 55 *build_id_len = nhdr.n_descsz; in check_notes()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 1551 Elf32_Word n_descsz; member 1558 Elf64_Word n_descsz; member
|
/third_party/mesa3d/src/amd/common/ |
D | ac_rgp_elf_object_pack.c | 425 note_hdr.hdr.n_descsz = msgpack_size; in ac_rgp_file_write_elf_object()
|
/third_party/musl/porting/linux/user/include/ |
D | elf.h | 1059 Elf32_Word n_descsz; member 1065 Elf64_Word n_descsz; member
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | elf.h | 1051 Elf32_Word n_descsz; member 1057 Elf64_Word n_descsz; member
|