HomeSort by: relevance | last modified time | path
    Searched defs:ossd (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgcc/config/ia64/
fde-vms.c 78 bits in the OS Specific Data (OSSD) General Information block
81 ossddef * ossd; local
98 /* An OSSD block is there for IVMS_MODE == 3 only. */
102 /* The OSSD block is found past the header, unwind descriptor area
104 ossd = (ossddef *)
113 is present, it must be the first in the OSSD area." So ... */
116 printf ("ossd @ 0x%p\n", ossd);
118 if (eh_debug && ossd->ossd$v_type == OSSD$K_GENERAL_INFO
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/ia64/
fde-vms.c 78 bits in the OS Specific Data (OSSD) General Information block
81 ossddef * ossd; local
98 /* An OSSD block is there for IVMS_MODE == 3 only. */
102 /* The OSSD block is found past the header, unwind descriptor area
104 ossd = (ossddef *)
113 is present, it must be the first in the OSSD area." So ... */
116 printf ("ossd @ 0x%p\n", ossd);
118 if (eh_debug && ossd->ossd$v_type == OSSD$K_GENERAL_INFO
    [all...]

Completed in 23 milliseconds