Home
last modified time | relevance | path

Searched refs:n_namesz (Results 1 – 17 of 17) sorted by relevance

/third_party/libunwind/src/coredump/
D_UCD_corefile_elf.c110 unsigned name_size = UNW_ALIGN(note->n_namesz, 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/mesa3d/src/util/
Dbuild_id.c85 note->nhdr.n_namesz == 4 && in build_id_find_nhdr_callback()
92 ALIGN_POT(note->nhdr.n_namesz, 4) + in build_id_find_nhdr_callback()
/third_party/toybox/toys/posix/
Dfile.c170 unsigned n_namesz, n_descsz, n_type, notesz; local
174 n_namesz = elf_int(note, 4);
177 notesz = 3*4 + ((n_namesz+3)&~3) + ((n_descsz+3)&~3);
182 if (n_namesz==4 && !memcmp(note+12, "GNU", 4)) {
187 } else if (n_namesz==8 && !memcmp(note+12, "Android", 8)) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELFTypes.h571 Elf_Word n_namesz;
583 return sizeof(*this) + alignTo<Align>(n_namesz) + alignTo<Align>(n_descsz);
604 if (!Nhdr.n_namesz)
607 Nhdr.n_namesz - 1);
616 alignTo<Elf_Nhdr_Impl<ELFT>::Align>(Nhdr.n_namesz),
/third_party/libunwind/src/dwarf/
DGfind_unwind_table.c168 note->nhdr.n_namesz == 4 && in dwarf_find_unwind_table()
175 ALIGN(note->nhdr.n_namesz, 4) + in dwarf_find_unwind_table()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h1550 Elf32_Word n_namesz; member
1557 Elf64_Word n_namesz; member
/third_party/libunwind/include/mingw/
Dfreebsd-elf_common.h46 uint32_t n_namesz; /* Length of name. */ member
/third_party/libunwind/include/win/
Dfreebsd-elf_common.h46 uint32_t n_namesz; /* Length of name. */ member
/third_party/mesa3d/src/amd/common/
Dac_rgp_elf_object_pack.c422 note_hdr.hdr.n_namesz = sizeof(NOTE_MSGPACK_NAME); in ac_rgp_file_write_elf_object()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h1050 Elf32_Word n_namesz; member
1056 Elf64_Word n_namesz; member
/third_party/musl/porting/linux/user/include/
Delf.h1055 Elf32_Word n_namesz; member
1061 Elf64_Word n_namesz; member
/third_party/musl/ndk_musl_include/
Delf.h1050 Elf32_Word n_namesz; member
1056 Elf64_Word n_namesz; member
/third_party/musl/include/
Delf.h1050 Elf32_Word n_namesz; member
1056 Elf64_Word n_namesz; member
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h1050 Elf32_Word n_namesz; member
1056 Elf64_Word n_namesz; member
/third_party/musl/porting/uniproton/kernel/include/
Delf.h1050 Elf32_Word n_namesz; member
1056 Elf64_Word n_namesz; member