Lines Matching refs:descsz

10411   sect->size = note->descsz - offs;  in elfcore_make_auxv_note_section()
10432 if (note->descsz == sizeof (prstatus_t)) in elfcore_grok_prstatus()
10460 else if (note->descsz == sizeof (prstatus32_t)) in elfcore_grok_prstatus()
10509 note->descsz, note->descpos); in elfcore_make_note_pseudosection()
10866 if (note->descsz == sizeof (elfcore_psinfo_t)) in elfcore_grok_psinfo()
10884 else if (note->descsz == sizeof (elfcore_psinfo32_t)) in elfcore_grok_psinfo()
10931 if (note->descsz == sizeof (pstatus_t) in elfcore_grok_pstatus()
10933 || note->descsz == sizeof (pxstatus_t) in elfcore_grok_pstatus()
10944 else if (note->descsz == sizeof (pstatus32_t)) in elfcore_grok_pstatus()
10972 if (note->descsz != sizeof (lwpstat) in elfcore_grok_lwpstatus()
10974 && note->descsz != sizeof (lwpxstatus_t) in elfcore_grok_lwpstatus()
11065 if (note->descsz < 4) in elfcore_grok_win32pstatus()
11088 if (note->descsz < size_check[type - 1].min_size) in elfcore_grok_win32pstatus()
11092 abfd, size_check[type - 1].type_name, note->descsz); in elfcore_grok_win32pstatus()
11122 sect->size = note->descsz - 12; in elfcore_grok_win32pstatus()
11167 if (note->descsz < 12 + name_size) in elfcore_grok_win32pstatus()
11171 abfd, note->descsz, name_size); in elfcore_grok_win32pstatus()
11175 sect->size = note->descsz; in elfcore_grok_win32pstatus()
11582 if (note->descsz == 0) in elfobj_grok_gnu_build_id()
11585 build_id = bfd_alloc (abfd, sizeof (struct bfd_build_id) - 1 + note->descsz); in elfobj_grok_gnu_build_id()
11589 build_id->size = note->descsz; in elfobj_grok_gnu_build_id()
11590 memcpy (build_id->data, note->descdata, note->descsz); in elfobj_grok_gnu_build_id()
11617 sizeof (struct sdt_note) + note->descsz); in elfobj_grok_stapsdt_note_1()
11620 cur->size = (bfd_size_type) note->descsz; in elfobj_grok_stapsdt_note_1()
11621 memcpy (cur->data, note->descdata, note->descsz); in elfobj_grok_stapsdt_note_1()
11649 if (note->descsz < 108) in elfcore_grok_freebsd_psinfo()
11654 if (note->descsz < 120) in elfcore_grok_freebsd_psinfo()
11691 if (note->descsz < offset + 4) in elfcore_grok_freebsd_psinfo()
11725 if (note->descsz < min_size) in elfcore_grok_freebsd_prstatus()
11764 if ((note->descsz - offset) < size) in elfcore_grok_freebsd_prstatus()
11847 if (note->descsz <= 0x7c + 31) in elfcore_grok_netbsd_procinfo()
11900 sect->size = note->descsz; in elfcore_grok_netbsd_note()
11976 if (note->descsz <= 0x48 + 31) in elfcore_grok_openbsd_procinfo()
12101 switch (note->descsz) in elfcore_grok_solaris_note_impl()
12121 switch (note->descsz) in elfcore_grok_solaris_note_impl()
12136 switch (note->descsz) in elfcore_grok_solaris_note_impl()
12156 if (note->descsz == 128 || note->descsz == 152) in elfcore_grok_solaris_note_impl()
12208 sect->size = note->descsz; in elfcore_grok_openbsd_note()
12228 if (note->descsz < 16) in elfcore_grok_nto_status()
12265 sect->size = note->descsz; in elfcore_grok_nto_status()
12294 sect->size = note->descsz; in elfcore_grok_nto_regs()
12347 sect->size = note->descsz; in elfcore_grok_spu_note()
12398 H_PUT_32 (abfd, size, xnp->descsz); in elfcore_write_note()
13429 in.descsz = H_GET_32 (abfd, xnp->descsz); in elf_parse_notes()
13432 if (in.descsz != 0 in elf_parse_notes()
13434 || in.descsz > buf - in.descdata + size)) in elf_parse_notes()
13494 p += ELF_NOTE_NEXT_OFFSET (in.namesz, in.descsz, align); in elf_parse_notes()