Searched refs:Elf_Note (Results 1 – 9 of 9) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | imgact_elf.h | 71 Elf_Note hdr; 74 bool (*trans_osrel)(const Elf_Note *, int32_t *);
|
| 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 | 54 } Elf_Note; typedef 55 typedef Elf_Note Elf_Nhdr;
|
| /f-stack/freebsd/kern/ |
| H A D | imgact_elf.c | 2055 notesize = sizeof(Elf_Note) + /* note header */ in register_note() 2079 Elf_Note *note; in __elfN() 2085 note = (Elf_Note *)buf; in __elfN() 2097 notesize = sizeof(Elf_Note) + /* note header */ in __elfN() 2108 Elf_Note note; in __elfN() 2628 const Elf_Note *note, *note0, *note_end; in __elfN() 2653 note = note0 = (const Elf_Note *)buf; in __elfN() 2658 note_end = (const Elf_Note *)(imgp->image_header + in __elfN() 2664 (const char *)note < sizeof(Elf_Note)) { in __elfN() 2680 note = (const Elf_Note *)((const char *)(note + 1) + in __elfN() [all …]
|
| /f-stack/freebsd/arm64/linux/ |
| H A D | linux_sysvec.c | 77 static bool linux_trans_osrel(const Elf_Note *note, int32_t *osrel); 474 linux_trans_osrel(const Elf_Note *note, int32_t *osrel) in linux_trans_osrel()
|
| /f-stack/freebsd/amd64/linux/ |
| H A D | linux_sysvec.c | 103 static bool linux_trans_osrel(const Elf_Note *note, int32_t *osrel); 830 linux_trans_osrel(const Elf_Note *note, int32_t *osrel) in linux_trans_osrel()
|
| /f-stack/freebsd/i386/linux/ |
| H A D | linux_sysvec.c | 99 static bool linux_trans_osrel(const Elf_Note *note, int32_t *osrel); 950 linux_trans_osrel(const Elf_Note *note, int32_t *osrel) in linux_trans_osrel()
|
| /f-stack/freebsd/amd64/linux32/ |
| H A D | linux32_sysvec.c | 112 static bool linux32_trans_osrel(const Elf_Note *note, int32_t *osrel); 973 linux32_trans_osrel(const Elf_Note *note, int32_t *osrel) in linux32_trans_osrel()
|