Home
last modified time | relevance | path

Searched refs:EH (Results 1 – 25 of 327) sorted by relevance

12345678910>>...14

/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delfxx-x86.h130 #define UNDEFINED_WEAK_RESOLVED_TO_ZERO(INFO, EH) \ argument
131 ((EH)->elf.root.type == bfd_link_hash_undefweak \
132 && (SYMBOL_REFERENCES_LOCAL_P ((INFO), &(EH)->elf) \
134 && (EH)->zero_undefweak > 0)))
139 #define SYMBOL_NO_COPYRELOC(INFO, EH) \ argument
140 ((EH)->def_protected \
141 && ((EH)->elf.root.type == bfd_link_hash_defined \
142 || (EH)->elf.root.type == bfd_link_hash_defweak) \
143 && ((EH)->elf.root.u.def.section->owner->flags & DYNAMIC) != 0 \
144 && ((EH)->elf.root.u.def.section->flags & SEC_CODE) == 0)
[all …]
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delfxx-x86.h127 #define UNDEFINED_WEAK_RESOLVED_TO_ZERO(INFO, EH) \ argument
128 ((EH)->elf.root.type == bfd_link_hash_undefweak \
129 && (SYMBOL_REFERENCES_LOCAL_P ((INFO), &(EH)->elf) \
131 && (EH)->zero_undefweak > 0)))
136 #define SYMBOL_NO_COPYRELOC(INFO, EH) \ argument
137 ((EH)->def_protected \
138 && ((EH)->elf.root.type == bfd_link_hash_defined \
139 || (EH)->elf.root.type == bfd_link_hash_defweak) \
140 && ((EH)->elf.root.u.def.section->owner->flags & DYNAMIC) != 0 \
141 && ((EH)->elf.root.u.def.section->flags & SEC_CODE) == 0)
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A Dyaml2obj.h53 bool yaml2archive(ArchYAML::Archive &Doc, raw_ostream &Out, ErrorHandler EH);
54 bool yaml2coff(COFFYAML::Object &Doc, raw_ostream &Out, ErrorHandler EH);
55 bool yaml2elf(ELFYAML::Object &Doc, raw_ostream &Out, ErrorHandler EH,
57 bool yaml2macho(YamlObjectFile &Doc, raw_ostream &Out, ErrorHandler EH);
59 ErrorHandler EH);
60 bool yaml2wasm(WasmYAML::Object &Doc, raw_ostream &Out, ErrorHandler EH);
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Davl.c90 r->avl_bf = EH; in ldap_avl_insert()
115 q->avl_bf = EH; in ldap_avl_insert()
139 if ( s->avl_bf == EH ) { in ldap_avl_insert()
143 s->avl_bf = EH; in ldap_avl_insert()
284 if ( p->avl_bf == EH ) { in ldap_avl_delete()
291 p->avl_bf = EH; in ldap_avl_delete()
300 if ( q->avl_bf == EH ) { in ldap_avl_delete()
313 q->avl_bf = EH; in ldap_avl_delete()
314 p->avl_bf = EH; in ldap_avl_delete()
327 p->avl_bf = EH; in ldap_avl_delete()
[all …]
H A Dtavl.c79 r->avl_bf = EH; in ldap_tavl_insert()
105 q->avl_bf = EH; in ldap_tavl_insert()
131 if ( s->avl_bf == EH ) { in ldap_tavl_insert()
135 s->avl_bf = EH; in ldap_tavl_insert()
329 if ( p->avl_bf == EH ) { in ldap_tavl_delete()
336 p->avl_bf = EH; in ldap_tavl_delete()
345 if ( q->avl_bf == EH ) { in ldap_tavl_delete()
368 q->avl_bf = EH; in ldap_tavl_delete()
369 p->avl_bf = EH; in ldap_tavl_delete()
393 p->avl_bf = EH; in ldap_tavl_delete()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/examples/ExceptionDemo/
H A DCMakeLists.txt12 # Enable EH and RTTI for this demo
14 message(FATAL_ERROR "ExceptionDemo must require EH.")
/netbsd-src/usr.sbin/paxctl/
H A Dpaxctl.c188 #define EH(field) (size == 32 ? SWAP(e.h32.field) : SWAP(e.h64.field)) in process_one() macro
234 for (i = 0; i < EH(e_shnum); i++) { in process_one()
236 (off_t)EH(e_shoff) + i * SHSIZE) != SHSIZE) { in process_one()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.h39 EHFrameRelatedSections(SID EH, SID T, SID Ex) in EHFrameRelatedSections()
40 : EHFrameSID(EH), TextSID(T), ExceptTabSID(Ex) {} in EHFrameRelatedSections()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DExceptionHandling.rst530 is that Itanium EH is designed around the idea of "successive unwinding," while
531 Windows EH is not.
534 memory to hold the exception, and calling into the EH runtime. The runtime
545 The Windows EH model does not use these successive register context resets.
550 userspace DLLs provided with Windows. Each frame on the stack has an assigned EH
561 architecture. The funclet implements the EH action by accessing local variables
563 continuing the EH process. No variables live in to or out of the funclet can be
595 control dependencies. Filter expressions run during the first phase of EH,
597 graph. For now, the new EH instructions cannot represent SEH filter
605 The primary design goal of the new EH instructions is to support funclet
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/i386/
H A Dt-sjlj-eh2 # We are using SjLj EH.
H A Dt-dw2-eh2 # We are using Dwarf-2 EH.
H A Dt-seh-eh2 # We are using SEH EH.
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/i386/
H A Dt-dw2-eh2 # We are using Dwarf-2 EH.
H A Dt-sjlj-eh2 # We are using SjLj EH.
H A Dt-seh-eh2 # We are using SEH EH.
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/pa/
H A Dt-slibgcc-dwarf-ver1 # Set the version number of the shared libgcc library (DWARF2 EH).
H A Dt-slibgcc-sjlj-ver1 # Set the version number of the shared libgcc library (SJLJ EH).
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/pa/
H A Dt-slibgcc-sjlj-ver1 # Set the version number of the shared libgcc library (SJLJ EH).
H A Dt-slibgcc-dwarf-ver1 # Set the version number of the shared libgcc library (DWARF2 EH).
/netbsd-src/external/bsd/elftoolchain/dist/libelf/
H A Delf_scn.c67 #define CHECK_EHDR(E,EH) do { \ in _libelf_load_section_headers() argument
70 fsz != (EH)->e_shentsize || \ in _libelf_load_section_headers()
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
H A Dt-darwin-ehs1 # We need the save_world and anu unwind fallback code for the EH library.
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/rs6000/
H A Dt-darwin-ehs1 # We need the save_world and anu unwind fallback code for the EH library.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Hello/
H A DCMakeLists.txt1 # If we don't need RTTI or EH, there's no reason to export anything
/netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint-passes/
H A DCMakeLists.txt5 # If we don't need RTTI or EH, there's no reason to export anything
/netbsd-src/external/apache2/llvm/dist/clang/examples/PrintFunctionNames/
H A DCMakeLists.txt1 # If we don't need RTTI or EH, there's no reason to export anything

12345678910>>...14