Home
last modified time | relevance | path

Searched refs:Elf32_Nhdr (Results 1 – 13 of 13) sorted by relevance

/third_party/elfutils/libelf/
Dnote_xlate.h35 assert (sizeof (Elf32_Nhdr) == sizeof (Elf64_Nhdr)); in elf_cvt_note()
37 while (len >= sizeof (Elf32_Nhdr)) in elf_cvt_note()
40 (1 ? Elf32_cvt_Nhdr : Elf64_cvt_Nhdr) (dest, src, sizeof (Elf32_Nhdr), in elf_cvt_note()
42 const Elf32_Nhdr *n = encode ? src : dest; in elf_cvt_note()
Dgelf_getnote.c54 assert (sizeof (GElf_Nhdr) == sizeof (Elf32_Nhdr)); in gelf_getnote()
Delf.h1262 } Elf32_Nhdr; typedef
/third_party/elfutils/tests/
Dxlate_notes.c111 Elf32_Nhdr nh; in main()
/third_party/elfutils/libdwfl/
Ddwfl_segment_report_module.c548 if (filesz > SIZE_MAX / sizeof (Elf32_Nhdr)) in dwfl_segment_report_module()
551 assert (sizeof (Elf32_Nhdr) == sizeof (Elf64_Nhdr)); in dwfl_segment_report_module()
563 if (filesz > SIZE_MAX / sizeof (Elf32_Nhdr)) in dwfl_segment_report_module()
Dlinux-kernel-modules.c580 assert (sizeof (Elf32_Nhdr) == sizeof (GElf_Nhdr)); in check_notes()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h1549 struct Elf32_Nhdr { struct
/third_party/musl/porting/linux/user/include/
Delf.h1061 } Elf32_Nhdr; typedef
/third_party/musl/porting/uniproton/kernel/include/
Delf.h1053 } Elf32_Nhdr; typedef
/third_party/musl/include/
Delf.h1070 } Elf32_Nhdr; typedef
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h1053 } Elf32_Nhdr; typedef
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h1053 } Elf32_Nhdr; typedef
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h59455 typedef struct elf32_note Elf32_Nhdr; typedef