Searched refs:Elf64_Nhdr (Results 1 – 8 of 8) sorted by relevance
1081 $1(unsigned char *dst, Elf64_Nhdr *src, size_t cnt)1084 Elf64_Nhdr *end = (Elf64_Nhdr *)((char *)src + cnt);1102 * Copy contents of Elf64_Nhdr1104 if ((offsetof(Elf64_Nhdr, n_namesz) + sizeof(Elf64_Word) +1109 if ((offsetof(Elf64_Nhdr, n_descsz) + sizeof(Elf64_Word) +1114 if ((offsetof(Elf64_Nhdr, n_type) + sizeof(Elf64_Word) +1135 src = (Elf64_Nhdr *)((uintptr_t)src + namesz);1145 src = (Elf64_Nhdr *)((uintptr_t)src + descsz);1661 $1(Elf64_Nhdr *dst, unsigned char *src, size_t cnt)1664 Elf64_Nhdr *end = (Elf64_Nhdr *)((char *)dst + cnt);[all …]
73 #define Elf_Nhdr Elf64_Nhdr
82 typedef Elf64_Nhdr Nhdr;
665 } Elf64_Nhdr; typedef
728 Elf64_Nhdr *nhdr; /* note header */ in read_elf64()804 nhdr = (Elf64_Nhdr *)note_buf; in read_elf64()829 offset += sizeof (Elf64_Nhdr) + roundup(nhdr->n_namesz, in read_elf64()832 nhdr = (Elf64_Nhdr *)((char *)note_buf + offset); in read_elf64()
282 Elf64_Nhdr *nhdr = (Elf64_Nhdr *)pos; in xkb_identify()1170 Elf64_Nhdr *nhdr = (Elf64_Nhdr *)pos; in xkb_open_elf()
433 Elf64_Nhdr nhdr; in write_note()
2419 Elf64_Nhdr nhdr; in Pfgrab_core()