Searched refs:Elf32_Nhdr (Results 1 – 5 of 5) sorted by relevance
1090 $1(unsigned char *dst, Elf32_Nhdr *src, size_t cnt)1093 Elf32_Nhdr *end = (Elf32_Nhdr *)((char *)src + cnt);1111 * Copy contents of Elf32_Nhdr1113 if ((offsetof(Elf32_Nhdr, n_namesz) + sizeof(Elf32_Word) +1118 if ((offsetof(Elf32_Nhdr, n_descsz) + sizeof(Elf32_Word) +1123 if ((offsetof(Elf32_Nhdr, n_type) + sizeof(Elf32_Word) +1144 src = (Elf32_Nhdr *)((uintptr_t)src + namesz);1154 src = (Elf32_Nhdr *)((uintptr_t)src + descsz);1623 $1(Elf32_Nhdr *dst, unsigned char *src, size_t cnt)1626 Elf32_Nhdr *end = (Elf32_Nhdr *)((char *)dst + cnt);[all …]
89 #define Elf_Nhdr Elf32_Nhdr
129 typedef Elf32_Nhdr Nhdr;
658 } Elf32_Nhdr; typedef
329 Elf32_Nhdr *nhdr; /* note header */ in read_elf32()403 nhdr = (Elf32_Nhdr *)note_buf; in read_elf32()428 offset += sizeof (Elf32_Nhdr) + roundup(nhdr->n_namesz, in read_elf32()431 nhdr = (Elf32_Nhdr *)((char *)note_buf + offset); in read_elf32()