Home
last modified time | relevance | path

Searched refs:Elf_Note (Results 1 – 23 of 23) sorted by relevance

/freebsd-13.1/contrib/elftoolchain/libelf/
H A D_libelf_config.h142 #define Elf_Note Elf32_Nhdr macro
147 #define Elf_Note Elf64_Nhdr macro
184 #define Elf_Note Elf32_Nhdr macro
186 #define Elf_Note Elf64_Nhdr macro
H A Dlibelf_convert.m4916 * Elf_Note structures comprise a fixed size header followed by variable
928 Elf_Note *en;
956 en = (Elf_Note *) (uintptr_t) dst;
961 dsz -= sizeof(Elf_Note);
962 dst += sizeof(Elf_Note);
990 Elf_Note *en;
1001 while (count > sizeof(Elf_Note)) {
1003 en = (Elf_Note *) (uintptr_t) src;
1021 src += sizeof(Elf_Note);
1022 count -= sizeof(Elf_Note);
/freebsd-13.1/sys/sys/
H A Dimgact_elf.h71 Elf_Note hdr;
74 bool (*trans_osrel)(const Elf_Note *, int32_t *);
H A Delf32.h160 typedef Elf_Note Elf32_Nhdr;
H A Delf64.h174 typedef Elf_Note Elf64_Nhdr;
H A Delf_common.h54 } Elf_Note; typedef
55 typedef Elf_Note Elf_Nhdr;
/freebsd-13.1/sys/kern/
H A Dimgact_elf.c2142 notesize = sizeof(Elf_Note) + /* note header */ in register_note()
2166 Elf_Note *note; in __elfN()
2172 note = (Elf_Note *)buf; in __elfN()
2184 notesize = sizeof(Elf_Note) + /* note header */ in __elfN()
2195 Elf_Note note; in __elfN()
2718 const Elf_Note *note, *note0, *note_end; in __elfN()
2743 note = note0 = (const Elf_Note *)buf; in __elfN()
2748 note_end = (const Elf_Note *)(imgp->image_header + in __elfN()
2754 (const char *)note < sizeof(Elf_Note)) { in __elfN()
2770 note = (const Elf_Note *)((const char *)(note + 1) + in __elfN()
[all …]
/freebsd-13.1/usr.bin/elfdump/
H A Delfdump.c110 offsetof(Elf_Note, n_namesz), offsetof(Elf_Note, n_descsz),
111 offsetof(Elf_Note, n_type),
151 offsetof(Elf_Note, n_namesz), offsetof(Elf_Note, n_descsz),
152 offsetof(Elf_Note, n_type),
1095 s = n + sizeof(Elf_Note); in elf_print_note()
1096 desc = elf_get_word(e, n + sizeof(Elf_Note) + namesz, 0); in elf_print_note()
1098 n += sizeof(Elf_Note) + namesz + descsz; in elf_print_note()
/freebsd-13.1/lib/libprocstat/
H A Dcore.c175 Elf_Note nhdr; in procstat_core_get()
430 Elf_Note nhdr; in procstat_core_note_count()
/freebsd-13.1/sys/arm64/linux/
H A Dlinux_sysvec.c86 static bool linux_trans_osrel(const Elf_Note *note, int32_t *osrel);
481 linux_trans_osrel(const Elf_Note *note, int32_t *osrel) in linux_trans_osrel()
/freebsd-13.1/contrib/elftoolchain/elfdump/
H A Delfdump.c58 typedef Elf32_Nhdr Elf_Note; typedef
60 typedef Elf64_Nhdr Elf_Note; typedef
2051 Elf_Note *en; in elf_print_note()
2083 while (count > sizeof(Elf_Note)) { in elf_print_note()
2084 en = (Elf_Note *) (uintptr_t) src; in elf_print_note()
2087 src += sizeof(Elf_Note); in elf_print_note()
2088 count -= sizeof(Elf_Note); in elf_print_note()
/freebsd-13.1/usr.bin/elfctl/
H A Delfctl.c369 Elf_Note note; in get_file_features()
/freebsd-13.1/sys/amd64/linux/
H A Dlinux_sysvec.c103 static bool linux_trans_osrel(const Elf_Note *note, int32_t *osrel);
809 linux_trans_osrel(const Elf_Note *note, int32_t *osrel) in linux_trans_osrel()
/freebsd-13.1/usr.bin/ldd/
H A Dldd.c271 const Elf_Note *note; in has_freebsd_abi_tag()
/freebsd-13.1/sys/i386/linux/
H A Dlinux_sysvec.c99 static bool linux_trans_osrel(const Elf_Note *note, int32_t *osrel);
953 linux_trans_osrel(const Elf_Note *note, int32_t *osrel) in linux_trans_osrel()
/freebsd-13.1/sys/amd64/linux32/
H A Dlinux32_sysvec.c112 static bool linux32_trans_osrel(const Elf_Note *note, int32_t *osrel);
971 linux32_trans_osrel(const Elf_Note *note, int32_t *osrel) in linux32_trans_osrel()
/freebsd-13.1/contrib/elftoolchain/common/
H A Delfdefinitions.h2525 } Elf_Note; typedef
2527 typedef Elf_Note Elf32_Nhdr; /* 32-bit note header. */
2528 typedef Elf_Note Elf64_Nhdr; /* 64-bit note header. */
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp795 using Elf_Note = typename ELFT::Note; in readAndFeatures() typedef
809 Elf_Note note(*nhdr); in readAndFeatures()
/freebsd-13.1/usr.bin/gcore/
H A Delfcore.c423 Elf_Note note; in elf_putnote()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFTypes.h131 using Elf_Note = typename ELFT::Note; \
/freebsd-13.1/libexec/rtld-elf/
H A Drtld.c1742 const Elf_Note *note; in digest_notes()
1746 for (note = (const Elf_Note *)note_start; (Elf_Addr)note < note_end; in digest_notes()
1747 note = (const Elf_Note *)((const char *)(note + 1) + in digest_notes()
/freebsd-13.1/contrib/elftoolchain/readelf/
H A Dreadelf.c3881 Elf_Note *note; in dump_notes_content()
3894 note = (Elf_Note *)(uintptr_t) buf; in dump_notes_content()
3902 buf += sizeof(Elf_Note); in dump_notes_content()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp5494 auto ProcessNote = [&](const Elf_Note &Note, bool IsCore) -> Error { in printNotes()
6932 auto ProcessNote = [&](const Elf_Note &Note, bool IsCore) -> Error { in printNotes()