Home
last modified time | relevance | path

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

12

/third_party/elfutils/tests/
Dxlate_notes.c132 nhdr.n_descsz, nh.n_descsz); in main()
136 || nhdr.n_descsz != nh.n_descsz) in main()
/third_party/elfutils/libelf/
Dgelf_getnote.c91 ? 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()
Dnote_xlate.h59 note_len += n->n_descsz; in elf_cvt_note()
Dabstract.h165 TYPE_NAME (ElfW2(Bits, Ext##Word), n_descsz) \
/third_party/mesa3d/src/util/
Dbuild_id.c84 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/
Dlinux-core-note.c253 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()
Dx86_corenote.c31 return ioperm_info (nhdr->n_descsz, \
Di386_corenote.c109 return tls_info (nhdr->n_descsz, regs_offset, nregloc, reglocs, \
/third_party/toybox/toys/posix/
Dfile.c170 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/
Dpostject-api.h153 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/
Dpostject-api.h153 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.c111 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.c41 _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.c67 _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/
Delfcmp.c474 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/
Deblcorenote.c67 && 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/
DELFTypes.h572 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/
Ddwfl_segment_report_module.c609 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()
Dlinux-kernel-modules.c616 len += nhdr->n_descsz; in check_notes()
626 len += nhdr->n_descsz; in check_notes()
647 nhdr->n_descsz, vaddr); in check_notes()
Dcore-file.c536 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/
Ddwelf_elf_gnu_build_id.c55 *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/
DELF.h1551 Elf32_Word n_descsz; member
1558 Elf64_Word n_descsz; member
/third_party/mesa3d/src/amd/common/
Dac_rgp_elf_object_pack.c425 note_hdr.hdr.n_descsz = msgpack_size; in ac_rgp_file_write_elf_object()
/third_party/musl/porting/linux/user/include/
Delf.h1059 Elf32_Word n_descsz; member
1065 Elf64_Word n_descsz; member
/third_party/musl/porting/uniproton/kernel/include/
Delf.h1051 Elf32_Word n_descsz; member
1057 Elf64_Word n_descsz; member

12