Searched refs:descsz (Results 1 - 25 of 26) sorted by relevance

12

/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Delf32-am33lin.c47 switch (note->descsz)
74 switch (note->descsz)
H A Dcpu-arm.c216 unsigned char descsz[4]; /* Size of the note descriptor. */ member in struct:__anon7195
229 unsigned long descsz; local
239 descsz = bfd_get_32 (abfd, buffer + offsetof (arm_Note, descsz));
244 if (namesz + descsz + offsetof (arm_Note, name) > buffer_size)
H A Delf32-sparc.c36 switch (note->descsz)
H A Delf.c7467 if (note->descsz == sizeof (prstatus_t))
7492 else if (note->descsz == sizeof (prstatus32_t))
7538 note->descsz, note->descpos);
7605 if (note->descsz == sizeof (elfcore_psinfo_t))
7620 else if (note->descsz == sizeof (elfcore_psinfo32_t))
7664 if (note->descsz == sizeof (pstatus_t)
7666 || note->descsz == sizeof (pxstatus_t)
7677 else if (note->descsz == sizeof (pstatus32_t))
7705 if (note->descsz != sizeof (lwpstat)
7707 && note->descsz !
[all...]
H A Delf32-mips.c1397 switch (note->descsz)
1424 switch (note->descsz)
H A Delfn32-mips.c2203 switch (note->descsz)
2230 switch (note->descsz)
H A Delf32-cris.c519 switch (note->descsz)
538 switch (note->descsz)
568 switch (note->descsz)
580 switch (note->descsz)
H A Delf64-mips.c2913 switch (note->descsz)
2940 switch (note->descsz)
H A Delf64-hppa.c2548 switch (note->descsz)
2578 switch (note->descsz)
H A Delf32-hppa.c1731 switch (note->descsz)
1758 switch (note->descsz)
H A Delf32-i386.c399 switch (note->descsz)
441 switch (note->descsz)
H A Delf32-score.c3642 switch (note->descsz)
3668 switch (note->descsz)
H A Delf64-x86-64.c270 switch (note->descsz)
299 switch (note->descsz)
H A Delf32-frv.c6803 switch (note->descsz)
6844 switch (note->descsz)
H A Delf32-ppc.c1766 switch (note->descsz)
1793 switch (note->descsz)
H A Delf32-sh.c5930 switch (note->descsz)
5957 switch (note->descsz)
H A Delf32-arm.c1797 switch (note->descsz)
1824 switch (note->descsz)
H A Delf32-xtensa.c2982 size = note->descsz - offset - 4;
2993 switch (note->descsz)
H A Delf32-s390.c3488 switch (note->descsz)
/macosx-10.10.1/file-46/file/src/
H A Dreadelf.c376 uint32_t namesz, descsz; local
383 descsz = xnh_descsz;
384 if ((namesz == 0) && (descsz == 0)) {
397 if (descsz & 0x80000000) {
399 (unsigned long)descsz);
414 offset = ELF_ALIGN(doff + descsz);
415 if (doff + descsz > size) {
426 xnh_type == NT_GNU_VERSION && descsz == 16) {
465 xnh_type == NT_NETBSD_VERSION && descsz == 4) {
511 xnh_type == NT_FREEBSD_VERSION && descsz
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/elf/
H A Dexternal.h154 unsigned char descsz[4]; /* Size of the note descriptor */ member in struct:__anon7565
H A Dinternal.h112 unsigned long descsz; /* Size of the note descriptor */ member in struct:elf_internal_note
/macosx-10.10.1/dtrace-147/libelf/
H A Dxlate.c1469 Elf32_Word descsz, namesz; local
1476 descsz = src->n_descsz;
1509 (void)memcpy(dst, src, descsz);
1510 descsz = S_ROUND(descsz, sizeof (Elf32_Word));
1511 dst += descsz;
1512 src = (Elf32_Nhdr *)((uintptr_t)src + descsz);
1523 Elf32_Word descsz, namesz; local
1530 descsz = src->n_descsz;
1563 (void)memcpy(dst, src, descsz);
[all...]
H A Dxlate64.c1478 Elf64_Word descsz, namesz; local
1485 descsz = src->n_descsz;
1518 (void)memcpy(dst, src, descsz);
1519 descsz = S_ROUND(descsz, sizeof (Elf64_Word));
1520 dst += descsz;
1521 src = (Elf64_Nhdr *)((uintptr_t)src + descsz);
1532 Elf64_Word descsz, namesz; local
1539 descsz = src->n_descsz;
1572 (void)memcpy(dst, src, descsz);
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Dreadelf.c9026 pnote->descsz, nt);
9060 inote.descsz = BYTE_GET (external->descsz);
9064 next = (Elf_External_Note *)(inote.descdata + align_power (inote.descsz, 2));
9071 inote.type, inote.namesz, inote.descsz);

Completed in 440 milliseconds

12