| /freebsd-14.2/contrib/elftoolchain/libelf/ |
| H A D | _libelf_config.h | 142 #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 D | libelf_convert.m4 | 916 * 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-14.2/sys/sys/ |
| H A D | imgact_elf.h | 71 Elf_Note hdr; 74 bool (*trans_osrel)(const Elf_Note *, int32_t *); 126 bool __elfN(parse_notes)(struct image_params *, Elf_Note *, const char *, 127 const Elf_Phdr *, bool (*)(const Elf_Note *, void *, bool *),
|
| H A D | elf32.h | 158 typedef Elf_Note Elf32_Nhdr;
|
| H A D | elf64.h | 172 typedef Elf_Note Elf64_Nhdr;
|
| H A D | elf_common.h | 52 } Elf_Note; typedef 53 typedef Elf_Note Elf_Nhdr;
|
| /freebsd-14.2/sys/kern/ |
| H A D | imgact_elf.c | 1999 notesize = sizeof(Elf_Note) + /* note header */ in __elfN() 2028 notesize = sizeof(Elf_Note) + /* note header */ in __elfN() 2052 Elf_Note *note; in __elfN() 2058 note = (Elf_Note *)buf; in __elfN() 2070 notesize = sizeof(Elf_Note) + /* note header */ in __elfN() 2081 Elf_Note note; in __elfN() 2712 const Elf_Note *note, *note0, *note_end; in __elfN() 2737 note = note0 = (const Elf_Note *)buf; in __elfN() 2742 note_end = (const Elf_Note *)(imgp->image_header + in __elfN() 2753 sizeof(Elf_Note)) { in __elfN() [all …]
|
| /freebsd-14.2/sys/compat/linux/ |
| H A D | linux_elf.h | 48 bool linux_trans_osrel(const Elf_Note *note, int32_t *osrel);
|
| H A D | linux_elf.c | 468 linux_trans_osrel(const Elf_Note *note, int32_t *osrel) in linux_trans_osrel()
|
| /freebsd-14.2/usr.bin/elfdump/ |
| H A D | elfdump.c | 108 offsetof(Elf_Note, n_namesz), offsetof(Elf_Note, n_descsz), 109 offsetof(Elf_Note, n_type), 149 offsetof(Elf_Note, n_namesz), offsetof(Elf_Note, n_descsz), 150 offsetof(Elf_Note, n_type), 1093 s = n + sizeof(Elf_Note); in elf_print_note() 1094 desc = elf_get_word(e, n + sizeof(Elf_Note) + namesz, 0); in elf_print_note() 1096 n += sizeof(Elf_Note) + namesz + descsz; in elf_print_note()
|
| /freebsd-14.2/lib/libprocstat/ |
| H A D | core.c | 173 Elf_Note nhdr; in procstat_core_get() 428 Elf_Note nhdr; in procstat_core_note_count()
|
| /freebsd-14.2/contrib/elftoolchain/elfdump/ |
| H A D | elfdump.c | 58 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-14.2/usr.bin/elfctl/ |
| H A D | elfctl.c | 366 Elf_Note note; in get_file_features()
|
| /freebsd-14.2/usr.bin/gcore/ |
| H A D | elfcore.c | 406 Elf_Note note; in elf_putregnote() 440 Elf_Note note; in elf_putnote()
|
| /freebsd-14.2/usr.bin/ldd/ |
| H A D | ldd.c | 271 const Elf_Note *note; in has_freebsd_abi_tag()
|
| /freebsd-14.2/contrib/elftoolchain/common/ |
| H A D | elfdefinitions.h | 2529 } Elf_Note; typedef 2531 typedef Elf_Note Elf32_Nhdr; /* 32-bit note header. */ 2532 typedef Elf_Note Elf64_Nhdr; /* 64-bit note header. */
|
| /freebsd-14.2/contrib/llvm-project/lld/ELF/ |
| H A D | InputFiles.cpp | 908 using Elf_Note = typename ELFT::Note; in readAndFeatures() typedef 923 Elf_Note note(*nhdr); in readAndFeatures()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | ELFTypes.h | 130 using Elf_Note = typename ELFT::Note; \
|
| /freebsd-14.2/libexec/rtld-elf/ |
| H A D | rtld.c | 1700 const Elf_Note *note; in digest_notes() 1704 for (note = (const Elf_Note *)note_start; (Elf_Addr)note < note_end; in digest_notes() 1705 note = (const Elf_Note *)((const char *)(note + 1) + in digest_notes()
|
| /freebsd-14.2/contrib/elftoolchain/readelf/ |
| H A D | readelf.c | 3882 Elf_Note *note; in dump_notes_content() 3895 note = (Elf_Note *)(uintptr_t) buf; in dump_notes_content() 3903 buf += sizeof(Elf_Note); in dump_notes_content()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 6039 auto ProcessNote = [&](const Elf_Note &Note, bool IsCore) -> Error { in printNotes() 6173 auto FindAndroidNote = [&](const Elf_Note &Note, bool IsCore) -> Error { in printMemtag() 7769 auto ProcessNote = [&](const Elf_Note &Note, bool IsCore) -> Error { in printNotes()
|