Searched refs:Elf32_Nhdr (Results 1 – 7 of 7) 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 …]
93 #define Elf_Nhdr Elf32_Nhdr
156 typedef Elf_Note Elf32_Nhdr; typedef
129 typedef Elf32_Nhdr Nhdr;
829 } Elf32_Nhdr; typedef
257 Elf32_Nhdr *nhdr; /* note header */ in read_elf32()331 nhdr = (Elf32_Nhdr *)note_buf; in read_elf32()356 offset += sizeof (Elf32_Nhdr) + roundup(nhdr->n_namesz, in read_elf32()359 nhdr = (Elf32_Nhdr *)((char *)note_buf + offset); in read_elf32()
2076 cp->c_data->d_size >= sizeof (Elf32_Nhdr)) { in Pbuild_file_symtab()2077 Elf32_Nhdr *hdr = cp->c_data->d_buf; in Pbuild_file_symtab()2132 Elf32_Nhdr *hdr = buildid->c_data->d_buf; in Pbuild_file_symtab()