Searched refs:Elf_Note (Results 1 - 19 of 19) sorted by relevance

/freebsd-11-stable/contrib/elftoolchain/libelf/
H A D_libelf_config.h156 #define Elf_Note Elf32_Nhdr macro
161 #define Elf_Note Elf64_Nhdr macro
198 #define Elf_Note Elf32_Nhdr macro
200 #define Elf_Note Elf64_Nhdr macro
/freebsd-11-stable/sys/sys/
H A Dimgact_elf.h61 Elf_Note hdr;
64 bool (*trans_osrel)(const Elf_Note *, int32_t *);
H A Delf64.h170 typedef Elf_Note Elf64_Nhdr;
H A Delf32.h156 typedef Elf_Note Elf32_Nhdr;
H A Delf_common.h51 } Elf_Note; typedef in typeref:struct:__anon186
/freebsd-11-stable/sys/kern/
H A Dimgact_elf.c98 static bool __elfN(freebsd_trans_osrel)(const Elf_Note *note,
100 static bool kfreebsd_trans_osrel(const Elf_Note *note, int32_t *osrel);
158 __elfN(freebsd_trans_osrel)(const Elf_Note *note, int32_t *osrel)
182 kfreebsd_trans_osrel(const Elf_Note *note, int32_t *osrel)
1764 notesize = sizeof(Elf_Note) + /* note header */
1788 Elf_Note *note;
1794 note = (Elf_Note *)buf;
1806 notesize = sizeof(Elf_Note) + /* note header */
1817 Elf_Note note;
2333 __elfN(parse_notes)(struct image_params *imgp, Elf_Note *checknot
[all...]
/freebsd-11-stable/usr.bin/elfdump/
H A Delfdump.c109 offsetof(Elf_Note, n_namesz), offsetof(Elf_Note, n_descsz),
110 offsetof(Elf_Note, n_type),
150 offsetof(Elf_Note, n_namesz), offsetof(Elf_Note, n_descsz),
151 offsetof(Elf_Note, n_type),
1069 s = n + sizeof(Elf_Note);
1070 desc = elf_get_word(e, n + sizeof(Elf_Note) + namesz, 0);
1072 n += sizeof(Elf_Note) + namesz + descsz;
/freebsd-11-stable/lib/libprocstat/
H A Dcore.c173 Elf_Note nhdr;
428 Elf_Note nhdr;
/freebsd-11-stable/contrib/elftoolchain/elfdump/
H A Delfdump.c58 typedef Elf32_Nhdr Elf_Note; typedef
60 typedef Elf64_Nhdr Elf_Note; typedef
2051 Elf_Note *en;
2083 while (count > sizeof(Elf_Note)) {
2084 en = (Elf_Note *) (uintptr_t) src;
2087 src += sizeof(Elf_Note);
2088 count -= sizeof(Elf_Note);
/freebsd-11-stable/sys/amd64/linux/
H A Dlinux_sysvec.c118 static bool linux_trans_osrel(const Elf_Note *note, int32_t *osrel);
784 linux_trans_osrel(const Elf_Note *note, int32_t *osrel)
/freebsd-11-stable/sys/amd64/linux32/
H A Dlinux32_sysvec.c124 static bool linux32_trans_osrel(const Elf_Note *note, int32_t *osrel);
983 linux32_trans_osrel(const Elf_Note *note, int32_t *osrel)
/freebsd-11-stable/sys/i386/linux/
H A Dlinux_sysvec.c112 static bool linux_trans_osrel(const Elf_Note *note, int32_t *osrel);
950 linux_trans_osrel(const Elf_Note *note, int32_t *osrel)
/freebsd-11-stable/contrib/elftoolchain/common/
H A Delfdefinitions.h2525 } Elf_Note; typedef in typeref:struct:__anon43
2527 typedef Elf_Note Elf32_Nhdr; /* 32-bit note header. */
2528 typedef Elf_Note Elf64_Nhdr; /* 64-bit note header. */
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp757 using Elf_Note = typename ELFT::Note;
769 Elf_Note note(*nhdr);
/freebsd-11-stable/usr.bin/gcore/
H A Delfcore.c411 Elf_Note note;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DELF.h92 using Elf_Note = typename ELFT::Note;
/freebsd-11-stable/libexec/rtld-elf/
H A Drtld.c1516 const Elf_Note *note;
1520 for (note = (const Elf_Note *)note_start; (Elf_Addr)note < note_end;
1521 note = (const Elf_Note *)((const char *)(note + 1) +
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp106 using Elf_Note = typename ELFT::Note; \
4894 auto ProcessNote = [&](const Elf_Note &Note) {
6106 auto ProcessNote = [&](const Elf_Note &Note) {
/freebsd-11-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c3786 Elf_Note *note;
3799 note = (Elf_Note *)(uintptr_t) buf;
3807 buf += sizeof(Elf_Note);

Completed in 401 milliseconds