/openbsd-src/gnu/llvm/libcxx/include/ |
H A D | module.modulemap.in | 5 header "__config" 21 header "ctype.h" 25 header "errno.h" 29 header "fenv.h" 34 header "inttypes.h" 42 header "locale.h" 46 header "math.h" 50 header "setjmp.h" 56 header "stdatomic.h" 64 textual header "stdbool.h" [all …]
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ |
H A D | module.modulemap | 7 textual header "Analysis/ScalarFuncs.def" 8 textual header "Analysis/TargetLibraryInfo.def" 9 textual header "Analysis/VecFuncs.def" 29 exclude header "CodeGen/LinkAllAsmWriterComponents.h" 30 exclude header "CodeGen/LinkAllCodegenComponents.h" 33 textual header "CodeGen/DIEValue.def" 34 textual header "CodeGen/MachinePassRegistry.def" 60 textual header "BinaryFormat/Dwarf.def" 61 textual header "BinaryFormat/DXContainerConstants.def" 62 textual header "BinaryFormat/DynamicTags.def" [all …]
|
/openbsd-src/gnu/llvm/clang/include/clang/ |
H A D | module.modulemap | 5 textual header "Analysis/Analyses/ThreadSafetyOps.def" 13 exclude header "Analysis/Analyses/ExprMutationAnalyzer.h" 20 textual header "AST/BuiltinTypes.def" 21 textual header "AST/CXXRecordDeclDefinitionBits.def" 22 textual header "AST/OperationKinds.def" 23 textual header "AST/TypeLocNodes.def" 34 textual header "Basic/AArch64SVEACLETypes.def" 35 textual header "Basic/BuiltinsAArch64.def" 36 textual header "Basic/BuiltinsAMDGPU.def" 37 textual header "Basic/BuiltinsAArch64NeonSVEBridge.def" [all …]
|
/openbsd-src/gnu/llvm/clang/lib/Headers/ |
H A D | module.modulemap | 13 header "altivec.h" 20 header "arm_acle.h" 26 header "arm_neon.h" 27 header "arm_fp16.h" 33 header "arm_sve.h" 42 header "immintrin.h" 43 textual header "f16cintrin.h" 44 textual header "avxintrin.h" 45 textual header "avx2intrin.h" 46 textual header "avx512fintrin.h" [all …]
|
/openbsd-src/gnu/llvm/lldb/include/lldb/ |
H A D | module.modulemap | 5 textual header "Utility/Instrumentation.h" 16 // OS-specific header for us. 17 module ConnectionFileDescriptor { header "Host/ConnectionFileDescriptor.h" export * } 18 module Debug { header "Host/Debug.h" export * } 19 module Editline { header "Host/Editline.h" export * } 20 module FileCache { header "Host/FileCache.h" export * } 21 module File { header "Host/File.h" export * } 22 module FileAction { header "Host/FileAction.h" export * } 23 module FileSystem { header "Host/FileSystem.h" export * } 24 module HostGetOpt { header "Host/HostGetOpt.h" export * } [all …]
|
/openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
H A D | BuiltinHeaders.def | 1 //===--- BuiltinHeaders.def - Builtin header info database ------*- C++ -*-===// 9 // This file defines the standard builtin function header locations. Users of 10 // this file must define the HEADER macro to make use of this information. 14 HEADER(NO_HEADER, nullptr) 15 HEADER(BLOCKS_H, "Blocks.h") 16 HEADER(COMPLEX_H, "complex.h") 17 HEADER(CTYPE_H, "ctype.h") 18 HEADER(EMMINTRIN_H, "emmintrin.h") 19 HEADER(FOUNDATION_NSOBJCRUNTIME_H, "Foundation/NSObjCRuntime.h") 20 HEADER(IMMINTRIN_H, "immintrin.h") [all …]
|
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/ |
H A D | COFFEmitter.cpp | 52 return Obj.Header.Machine == COFF::IMAGE_FILE_MACHINE_AMD64 || in is64Bit() 53 Obj.Header.Machine == COFF::IMAGE_FILE_MACHINE_ARM64 || in is64Bit() 54 Obj.Header.Machine == COFF::IMAGE_FILE_MACHINE_ARM64EC; in is64Bit() 58 return Obj.OptionalHeader->Header.FileAlignment; in getFileAlignment() 76 std::copy(Name.begin(), Name.end(), Sec.Header.Name); in parseSections() 85 Sec.Header.Name[0] = '/'; in parseSections() 86 std::copy(str.begin(), str.end(), Sec.Header.Name + 1); in parseSections() 98 Sec.Header.Characteristics |= (Log2_32(Sec.Alignment) + 1) << 20; in parseSections() 110 std::copy(Name.begin(), Name.end(), Sym.Header.Name); in parseSymbols() 114 *reinterpret_cast<support::aligned_ulittle32_t *>(Sym.Header.Name + 4) = in parseSymbols() [all …]
|
H A D | DXContainerEmitter.cpp | 44 if (!ObjectFile.Header.FileSize) in validateSize() 45 ObjectFile.Header.FileSize = Computed; in validateSize() 46 else if (*ObjectFile.Header.FileSize < Computed) in validateSize() 53 if (ObjectFile.Parts.size() != ObjectFile.Header.PartOffsets->size()) in validatePartOffsets() 58 sizeof(dxbc::Header) + (ObjectFile.Header.PartCount * sizeof(uint32_t)); in validatePartOffsets() 59 for (auto I : llvm::zip(ObjectFile.Parts, *ObjectFile.Header.PartOffsets)) { in validatePartOffsets() 73 if (ObjectFile.Header.PartOffsets) in computePartOffsets() 76 sizeof(dxbc::Header) + (ObjectFile.Header.PartCount * sizeof(uint32_t)); in computePartOffsets() 77 ObjectFile.Header.PartOffsets = std::vector<uint32_t>(); in computePartOffsets() 79 ObjectFile.Header.PartOffsets->push_back(RollingOffset); in computePartOffsets() [all …]
|
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | pef.c | 312 bfd_pef_loader_header *header) in bfd_pef_parse_loader_header() argument 316 header->main_section = bfd_getb32 (buf); in bfd_pef_parse_loader_header() 317 header->main_offset = bfd_getb32 (buf + 4); in bfd_pef_parse_loader_header() 318 header->init_section = bfd_getb32 (buf + 8); in bfd_pef_parse_loader_header() 319 header->init_offset = bfd_getb32 (buf + 12); in bfd_pef_parse_loader_header() 320 header->term_section = bfd_getb32 (buf + 16); in bfd_pef_parse_loader_header() 321 header->term_offset = bfd_getb32 (buf + 20); in bfd_pef_parse_loader_header() 322 header->imported_library_count = bfd_getb32 (buf + 24); in bfd_pef_parse_loader_header() 323 header->total_imported_symbol_count = bfd_getb32 (buf + 28); in bfd_pef_parse_loader_header() 324 header->reloc_section_count = bfd_getb32 (buf + 32); in bfd_pef_parse_loader_header() [all …]
|
/openbsd-src/gnu/usr.bin/binutils/bfd/ |
H A D | pef.c | 341 int bfd_pef_parse_loader_header (abfd, buf, len, header) in bfd_pef_parse_loader_header() argument 345 bfd_pef_loader_header *header; 349 header->main_section = bfd_getb32 (buf); 350 header->main_offset = bfd_getb32 (buf + 4); 351 header->init_section = bfd_getb32 (buf + 8); 352 header->init_offset = bfd_getb32 (buf + 12); 353 header->term_section = bfd_getb32 (buf + 16); 354 header->term_offset = bfd_getb32 (buf + 20); 355 header->imported_library_count = bfd_getb32 (buf + 24); 356 header->total_imported_symbol_count = bfd_getb32 (buf + 28); [all …]
|
/openbsd-src/gnu/usr.bin/binutils/gas/config/ |
H A D | obj-bout.c | 124 headers->header.a_talign = section_alignment[SEG_TEXT]; 127 if (headers->header.a_talign < 2) 129 headers->header.a_talign = 2; 132 headers->header.a_dalign = section_alignment[SEG_DATA]; 133 headers->header.a_balign = section_alignment[SEG_BSS]; 135 headers->header.a_tload = 0; 136 headers->header.a_dload = 139 headers->header.a_relaxable = linkrelax; 142 md_number_to_chars (*where, headers->header.a_magic, sizeof (headers->header.a_magic)); 143 *where += sizeof (headers->header.a_magic); [all …]
|
/openbsd-src/regress/usr.sbin/relayd/ |
H A D | args-http-append-header.pl | 7 "X-Header-Client" => "ABC", 10 "X-Header-Server" => "XYZ", 15 header => \%header_client, 17 "X-Header-Server: XYZ" => 1, 18 "X-Header-Server: xyz" => 1, 23 'match request header append "X-Header-Client" value "abc"', 24 'match response header append "X-Header-Server" value "xyz"', 25 'match request header log "X-Header*"', 26 'match response header log "X-Header*"', 28 …loggrep => { qr/ (?:done|last write \(done\)), \[X-Header-Client: ABC\]\ GET \{X-Header-Server: XY… [all …]
|
H A D | args-http-remove.pl | 4 my %header = ( 5 "X-Header-Foo" => "foo", 6 "X-Header-Bar" => "bar", 12 "X-Header-Foo: foo" => 0, 13 "X-Header-Bar: bar" => 1, 18 'match response header remove X-Header-Foo', 19 'match response header log "*Foo"', 21 loggrep => { qr/ (?:done|last write \(done\)), GET \{X-Header-Foo: foo \(removed\)\s*\};/ => 1 }, 25 header => \%header, 27 "X-Header-Foo: foo" => 1, [all …]
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/libsupc++/ |
H A D | eh_throw.cc | 41 __cxa_exception *header = __get_exception_header_from_ue (exc); in __gxx_exception_cleanup() local 49 __terminate (header->terminateHandler); in __gxx_exception_cleanup() 51 if (header->exceptionDestructor) in __gxx_exception_cleanup() 52 header->exceptionDestructor (header + 1); in __gxx_exception_cleanup() 54 __cxa_free_exception (header + 1); in __gxx_exception_cleanup() 61 __cxa_exception *header = __get_exception_header_from_obj (obj); in __cxa_throw() local 62 header->exceptionType = tinfo; in __cxa_throw() 63 header->exceptionDestructor = dest; in __cxa_throw() 64 header->unexpectedHandler = __unexpected_handler; in __cxa_throw() 65 header->terminateHandler = __terminate_handler; in __cxa_throw() [all …]
|
H A D | eh_catch.cc | 44 __cxa_exception *header = __get_exception_header_from_ue (exceptionObject); in __cxa_begin_catch() local 48 // Note that this use of "header" is a lie. It's fine so long as we only in __cxa_begin_catch() 49 // examine header->unwindHeader though. in __cxa_begin_catch() 50 if (header->unwindHeader.exception_class != __gxx_exception_class) in __cxa_begin_catch() 56 globals->caughtExceptions = header; in __cxa_begin_catch() 59 // object is, much less where it is in relation to the header. in __cxa_begin_catch() 63 int count = header->handlerCount; in __cxa_begin_catch() 69 header->handlerCount = count; in __cxa_begin_catch() 72 if (header != prev) in __cxa_begin_catch() 74 header->nextException = prev; in __cxa_begin_catch() [all …]
|
/openbsd-src/gnu/gcc/libstdc++-v3/libsupc++/ |
H A D | eh_throw.cc | 39 __cxa_exception *header = __get_exception_header_from_ue (exc); in __gxx_exception_cleanup() local 47 __terminate (header->terminateHandler); in __gxx_exception_cleanup() 49 if (header->exceptionDestructor) in __gxx_exception_cleanup() 50 header->exceptionDestructor (header + 1); in __gxx_exception_cleanup() 52 __cxa_free_exception (header + 1); in __gxx_exception_cleanup() 60 __cxa_exception *header = __get_exception_header_from_obj (obj); in __cxa_throw() local 61 header->exceptionType = tinfo; in __cxa_throw() 62 header->exceptionDestructor = dest; in __cxa_throw() 63 header->unexpectedHandler = __unexpected_handler; in __cxa_throw() 64 header->terminateHandler = __terminate_handler; in __cxa_throw() [all …]
|
/openbsd-src/gnu/usr.bin/binutils/gdb/ |
H A D | config.in | 68 /* Define if you have the ANSI C header files. */ 269 /* Define if you have the <argz.h> header file. */ 272 /* Define if you have the <ctype.h> header file. */ 275 /* Define if you have the <curses.h> header file. */ 278 /* Define if you have the <cursesX.h> header file. */ 281 /* Define if you have the <dirent.h> header file. */ 284 /* Define if you have the <gnu/libc-version.h> header file. */ 287 /* Define if you have the <libunwind-ia64.h> header file. */ 290 /* Define if you have the <libunwind.h> header file. */ 293 /* Define if you have the <limits.h> header file. */ [all …]
|
/openbsd-src/sys/dev/pci/drm/i915/pxp/ |
H A D | intel_pxp_gsccs.c | 61 struct intel_gsc_mtl_header *header = exec_res->pkt_vaddr; in gsccs_send_message() local 70 max_msg_size = PXP43_MAX_HECI_INOUT_SIZE - sizeof(*header); in gsccs_send_message() 82 memset(header, 0, sizeof(*header)); in gsccs_send_message() 83 intel_gsc_uc_heci_cmd_emit_mtl_header(header, HECI_MEADDRESS_PXP, in gsccs_send_message() 84 msg_in_size + sizeof(*header), in gsccs_send_message() 89 header->flags |= GSC_INFLAG_MSG_CLEANUP; in gsccs_send_message() 92 header->gsc_message_handle = *gsc_msg_handle_retry; in gsccs_send_message() 96 memcpy(exec_res->pkt_vaddr + sizeof(*header), msg_in, msg_in_size); in gsccs_send_message() 99 pkt.size_in = header->message_size; in gsccs_send_message() 101 pkt.size_out = msg_out_size_max + sizeof(*header); in gsccs_send_message() [all …]
|
/openbsd-src/sys/dev/pci/drm/i915/gt/uc/ |
H A D | intel_huc_fw.c | 18 struct intel_gsc_mtl_header header; member 23 struct intel_gsc_mtl_header header; member 52 intel_gsc_uc_heci_cmd_emit_mtl_header(&msg_in->header, in intel_huc_fw_auth_via_gsccs() 56 msg_in->huc_in.header.api_version = PXP_APIVER(4, 3); in intel_huc_fw_auth_via_gsccs() 57 msg_in->huc_in.header.command_id = PXP43_CMDID_NEW_HUC_AUTH; in intel_huc_fw_auth_via_gsccs() 58 msg_in->huc_in.header.status = 0; in intel_huc_fw_auth_via_gsccs() 59 msg_in->huc_in.header.buffer_len = sizeof(msg_in->huc_in) - in intel_huc_fw_auth_via_gsccs() 60 sizeof(msg_in->huc_in.header); in intel_huc_fw_auth_via_gsccs() 74 if (msg_out->header.flags & GSC_OUTFLAG_MSG_PENDING) { in intel_huc_fw_auth_via_gsccs() 75 msg_in->header.gsc_message_handle = msg_out->header.gsc_message_handle; in intel_huc_fw_auth_via_gsccs() [all …]
|
/openbsd-src/gnu/lib/libreadline/ |
H A D | config.h.in | 72 /* Define if you have the <dirent.h> header file. */ 75 /* Define if you have the <langinfo.h> header file. */ 78 /* Define if you have the <limits.h> header file. */ 81 /* Define if you have the <locale.h> header file. */ 84 /* Define if you have the <memory.h> header file. */ 87 /* Define if you have the <ndir.h> header file. */ 90 /* Define if you have the <stdarg.h> header file. */ 93 /* Define if you have the <stdlib.h> header file. */ 96 /* Define if you have the <string.h> header file. */ 99 /* Define if you have the <strings.h> header file. */ [all …]
|
H A D | config.h | 73 /* Define if you have the <dirent.h> header file. */ 76 /* Define if you have the <langinfo.h> header file. */ 79 /* Define if you have the <limits.h> header file. */ 82 /* Define if you have the <locale.h> header file. */ 85 /* Define if you have the <memory.h> header file. */ 88 /* Define if you have the <ndir.h> header file. */ 91 /* Define if you have the <stdarg.h> header file. */ 94 /* Define if you have the <stdlib.h> header file. */ 97 /* Define if you have the <string.h> header file. */ 100 /* Define if you have the <strings.h> header file. */ [all …]
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
H A D | DbiStream.cpp | 46 : Stream(std::move(Stream)), Header(nullptr) {} in DbiStream() 55 "DBI Stream does not contain a header."); in reload() 56 if (auto EC = Reader.readObject(Header)) in reload() 58 "DBI Stream does not contain a header."); in reload() 60 if (Header->VersionSignature != -1) in reload() 67 if (Header->VersionHeader < PdbDbiV70) in reload() 72 sizeof(DbiStreamHeader) + Header->ModiSubstreamSize + in reload() 73 Header->SecContrSubstreamSize + Header->SectionMapSize + in reload() 74 Header->FileInfoSize + Header->TypeServerSize + in reload() 75 Header->OptionalDbgHdrSize + Header->ECSubstreamSize) in reload() [all …]
|
/openbsd-src/gnu/usr.bin/texinfo/po/ |
H A D | Rules-quot | 3 DISTFILES.common.extra1 = quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin… 5 .SUFFIXES: .insert-header .po-update-en 15 .insert-header.po-update-en: 23 …--no-translator -l $$ll -o - 2>/dev/null | sed -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UT… 39 en@quot.insert-header: insert-header.sin 40 sed -e '/^#/d' -e 's/HEADER/en@quot.header/g' $(srcdir)/insert-header.sin > en@quot.insert-header 42 en@boldquot.insert-header: insert-header.sin 43 …sed -e '/^#/d' -e 's/HEADER/en@boldquot.header/g' $(srcdir)/insert-header.sin > en@boldquot.insert… 47 rm -f *.insert-header
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | tree-ssa-loop-ch.c | 1 /* Loop header copying on trees. 46 /* Check whether we should duplicate HEADER of LOOP. At most *LIMIT 51 should_duplicate_loop_header_p (basic_block header, struct loop *loop, in should_duplicate_loop_header_p() argument 59 if (header->aux) in should_duplicate_loop_header_p() 62 gcc_assert (EDGE_COUNT (header->succs) > 0); in should_duplicate_loop_header_p() 63 if (single_succ_p (header)) in should_duplicate_loop_header_p() 65 if (flow_bb_inside_loop_p (loop, EDGE_SUCC (header, 0)->dest) in should_duplicate_loop_header_p() 66 && flow_bb_inside_loop_p (loop, EDGE_SUCC (header, 1)->dest)) in should_duplicate_loop_header_p() 69 /* If this is not the original loop header, we want it to have just in should_duplicate_loop_header_p() 71 if (header != loop->header && !single_pred_p (header)) in should_duplicate_loop_header_p() [all …]
|
/openbsd-src/sys/dev/pci/drm/i915/display/ |
H A D | intel_hdcp_gsc.c | 42 session_init_in.header.api_version = HDCP_API_VERSION; in gsc_hdcp_initiate_session() 43 session_init_in.header.command_id = WIRED_INITIATE_HDCP2_SESSION; in gsc_hdcp_initiate_session() 44 session_init_in.header.status = FW_HDCP_STATUS_SUCCESS; in gsc_hdcp_initiate_session() 45 session_init_in.header.buffer_len = in gsc_hdcp_initiate_session() 62 if (session_init_out.header.status != FW_HDCP_STATUS_SUCCESS) { in gsc_hdcp_initiate_session() 65 session_init_out.header.status); in gsc_hdcp_initiate_session() 103 verify_rxcert_in.header.api_version = HDCP_API_VERSION; in gsc_hdcp_verify_receiver_cert_prepare_km() 104 verify_rxcert_in.header.command_id = WIRED_VERIFY_RECEIVER_CERT; in gsc_hdcp_verify_receiver_cert_prepare_km() 105 verify_rxcert_in.header.status = FW_HDCP_STATUS_SUCCESS; in gsc_hdcp_verify_receiver_cert_prepare_km() 106 verify_rxcert_in.header.buffer_len = in gsc_hdcp_verify_receiver_cert_prepare_km() [all …]
|