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

  /src/external/gpl3/gdb/dist/gdb/
darwin-nat.h 33 exception_type_t ex_type; member in struct:darwin_exception_msg
  /src/external/gpl3/gdb.old/dist/gdb/
darwin-nat.h 33 exception_type_t ex_type; member in struct:darwin_exception_msg
  /src/external/bsd/elftoolchain/dist/libelf/
elf_update.c 108 enum elf_extent ex_type; /* Type of region. */ member in struct:_Elf_Extent
444 ex->ex_type = type;
742 assert(ex->ex_type == ELF_EXTENT_SECTION);
864 assert(ex->ex_type == ELF_EXTENT_EHDR);
912 assert(ex->ex_type == ELF_EXTENT_PHDR);
976 assert(ex->ex_type == ELF_EXTENT_SHDR);
1070 switch (ex->ex_type) {
  /src/sys/dev/usb/
ehcivar.h 95 } ex_type; member in struct:ehci_xfer
  /src/external/bsd/libc++/dist/libcxxrt/src/
exception.cc 920 const std::type_info *ex_type = ex ? ex->exceptionType : 0; local
922 bool is_ptr = ex ? ex_type->__is_pointer_p() : false;
943 if (*type == *ex_type)
950 if (type->__do_catch(ex_type, &exception_ptr, 1))

Completed in 27 milliseconds