Searched refs:Elf64_Nhdr (Results 1 – 9 of 9) 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 *ds[all...]
73 #define Elf_Nhdr Elf64_Nhdr
82 typedef Elf64_Nhdr Nhdr;
817 } Elf64_Nhdr; typedef
170 typedef Elf_Note 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()
430 * ELF file; we arbitrarily use Elf64_Nhdr here. in write_note() 433 Elf64_Nhdr nhdr; in write_note()
2419 Elf64_Nhdr nhdr;2423 * Although <sys/elf.h> defines both Elf32_Nhdr and Elf64_Nhdr