/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() 127 return note->nhdr.n_descsz; in build_id_length()
|
/third_party/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/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/libunwind/src/dwarf/ |
D | Gfind_unwind_table.c | 167 note->nhdr.n_descsz != 0 && in dwarf_find_unwind_table() 176 ALIGN(note->nhdr.n_descsz, 4); in dwarf_find_unwind_table()
|
/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/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/libunwind/src/ |
D | os-ohos.c | 309 *length = map->ei.build_id_note->nhdr.n_descsz; in unw_get_build_id()
|
/third_party/libunwind/include/mingw/ |
D | freebsd-elf_common.h | 47 uint32_t n_descsz; /* Length of descriptor. */ member
|
/third_party/libunwind/include/win/ |
D | freebsd-elf_common.h | 47 uint32_t n_descsz; /* Length of descriptor. */ member
|
/third_party/mesa3d/src/amd/common/ |
D | ac_rgp_elf_object_pack.c | 423 note_hdr.hdr.n_descsz = msgpack_size; in ac_rgp_file_write_elf_object()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | elf.h | 1051 Elf32_Word n_descsz; member 1057 Elf64_Word n_descsz; member
|
/third_party/musl/porting/linux/user/include/ |
D | elf.h | 1056 Elf32_Word n_descsz; member 1062 Elf64_Word n_descsz; member
|
/third_party/musl/ndk_musl_include/ |
D | elf.h | 1051 Elf32_Word n_descsz; member 1057 Elf64_Word n_descsz; member
|
/third_party/musl/include/ |
D | elf.h | 1051 Elf32_Word n_descsz; member 1057 Elf64_Word n_descsz; member
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | elf.h | 1051 Elf32_Word n_descsz; member 1057 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
|