Searched refs:nhdr_l (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/elftoolchain/size/ |
H A D | size.c | 300 Elf32_Nhdr *nhdr, nhdr_l; in handle_core_note() local 317 memset(&nhdr_l, 0, sizeof(Elf32_Nhdr)); in handle_core_note() 318 if (xlatetom(elf, elfhdr, &nhdr->n_type, &nhdr_l.n_type, in handle_core_note() 320 xlatetom(elf, elfhdr, &nhdr->n_descsz, &nhdr_l.n_descsz, in handle_core_note() 322 xlatetom(elf, elfhdr, &nhdr->n_namesz, &nhdr_l.n_namesz, in handle_core_note() 327 ELF_ALIGN(nhdr_l.n_namesz, 4) + in handle_core_note() 328 ELF_ALIGN(nhdr_l.n_descsz, 4) >= segment_end) { in handle_core_note() 334 switch (nhdr_l.n_type) { in handle_core_note() 338 nhdr_l.n_namesz == 0x8 && in handle_core_note() 344 nhdr_l.n_namesz, 4) + 8)); in handle_core_note() [all …]
|