| /openbsd-src/gnu/lib/libreadline/ |
| H A D | MANIFEST | 4 doc d 84 doc/Makefile.in f 85 doc/texinfo.tex f 86 doc/manvers.texinfo f 87 doc/rlman.texinfo f 88 doc/rltech.texinfo f 89 doc/rluser.texinfo f 90 doc/rluserman.texinfo f 91 doc/hist.texinfo f 92 doc/hstech.texinfo f [all …]
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | Reference.rst | 64 :doc:`HowToUseAttributes` 74 :doc:`LLVM Command Guide <CommandGuide/index>` 78 :doc:`Bugpoint` 82 :doc:`OptBisect` 85 :doc:`SymbolizerMarkupFormat` 88 :doc:`The Microsoft PDB File Format <PDB/index>` 95 :doc:`GarbageCollection` 99 :doc:`Statepoints` 107 :doc:`LibFuzzer` 110 :doc:`FuzzingLLVM` [all …]
|
| H A D | UserGuides.rst | 77 :doc:`HowToBuildOnARM` 80 :doc:`HowToBuildWithPGO` 83 :doc:`HowToCrossCompileLLVM` 91 :doc:`CoverageMappingFormat` 94 :doc:`CFIVerify` 100 :doc:`BuildingADistribution` 104 :doc:`CMake` 108 :doc:`Docker` 111 :doc:`Support Library <SupportLibrary>` 115 :doc:`AdvancedBuilds` [all …]
|
| H A D | GettingStartedTutorials.rst | 17 :doc:`GettingStarted` 22 :doc:`tutorial/index` 26 :doc:`ProgrammersManual` 30 :doc:`Frontend/PerformanceTips` 34 :doc:`GettingStartedVS` 38 :doc:`CompilerWriterInfo` 41 :doc:`MyFirstTypoFix`
|
| /openbsd-src/gnu/llvm/lldb/bindings/interface/ |
| H A D | SBFrame.i | 343 …addr = property(GetPCAddress, None, doc='''A read only property that returns the program counter (… 344 …fp = property(GetFP, None, doc='''A read only property that returns the frame pointer (FP) as an u… 345 …sp = property(GetSP, None, doc='''A read only property that returns the stack pointer (SP) as an u… 346 …module = property(GetModule, None, doc='''A read only property that returns an lldb object that re… 347 …compile_unit = property(GetCompileUnit, None, doc='''A read only property that returns an lldb obj… 348 …function = property(GetFunction, None, doc='''A read only property that returns an lldb object tha… 349 …symbol = property(GetSymbol, None, doc='''A read only property that returns an lldb object that re… 350 …block = property(GetBlock, None, doc='''A read only property that returns an lldb object that repr… 351 …is_inlined = property(IsInlined, None, doc='''A read only property that returns an boolean that in… 352 …name = property(GetFunctionName, None, doc='''A read only property that retuns the name for the fu… [all …]
|
| H A D | SBValue.i | 486 …children = property(get_value_child_list, None, doc='''A read only property that returns a list() … 487 …child = property(get_child_access_object, None, doc='''A read only property that returns an object… 488 …name = property(GetName, None, doc='''A read only property that returns the name of this value as … 489 …type = property(GetType, None, doc='''A read only property that returns a lldb.SBType object that … 490 …size = property(GetByteSize, None, doc='''A read only property that returns the size in bytes of t… 491 …is_in_scope = property(IsInScope, None, doc='''A read only property that returns a boolean value t… 492 …format = property(GetName, SetFormat, doc='''A read/write property that gets/sets the format used … 493 …value = property(GetValue, SetValueFromCString, doc='''A read/write property that gets/sets value … 494 …value_type = property(GetValueType, None, doc='''A read only property that returns an lldb enumera… 495 …changed = property(GetValueDidChange, None, doc='''A read only property that returns a boolean val… [all …]
|
| H A D | SBType.i | 50 …name = property(GetName, None, doc='''A read only property that returns the name for this member a… 51 …type = property(GetType, None, doc='''A read only property that returns an lldb object that repres… 52 …byte_offset = property(GetOffsetInBytes, None, doc='''A read only property that returns offset in … 53 …bit_offset = property(GetOffsetInBits, None, doc='''A read only property that returns offset in bi… 54 …is_bitfield = property(IsBitfield, None, doc='''A read only property that returns true if this mem… 55 …bitfield_bit_size = property(GetBitfieldSizeInBits, None, doc='''A read only property that returns… 905 …module = property(GetModule, None, doc='''A read only property that returns the module in which ty… 906 …name = property(GetName, None, doc='''A read only property that returns the name for this type as … 907 …size = property(GetByteSize, None, doc='''A read only property that returns size in bytes for this… 908 …is_pointer = property(IsPointerType, None, doc='''A read only property that returns a boolean valu… [all …]
|
| H A D | SBSymbol.i | 84 …name = property(GetName, None, doc='''A read only property that returns the name for this symbol a… 85 …mangled = property(GetMangledName, None, doc='''A read only property that returns the mangled (lin… 86 …type = property(GetType, None, doc='''A read only property that returns an lldb enumeration value … 87 …addr = property(GetStartAddress, None, doc='''A read only property that returns an lldb object tha… 88 …end_addr = property(GetEndAddress, None, doc='''A read only property that returns an lldb object t… 89 …prologue_size = property(GetPrologueByteSize, None, doc='''A read only property that returns the s… 90 …instructions = property(get_instructions_from_current_target, None, doc='''A read only property th… 91 …external = property(IsExternal, None, doc='''A read only property that returns a boolean value tha… 92 …synthetic = property(IsSynthetic, None, doc='''A read only property that returns a boolean value t…
|
| H A D | SBSection.i | 135 …name = property(GetName, None, doc='''A read only property that returns the name of this section a… 136 …addr = property(get_addr, None, doc='''A read only property that returns an lldb object that repre… 137 …file_addr = property(GetFileAddress, None, doc='''A read only property that returns an integer tha… 138 …size = property(GetByteSize, None, doc='''A read only property that returns the size in bytes of t… 139 …file_offset = property(GetFileOffset, None, doc='''A read only property that returns the file offs… 140 …file_size = property(GetFileByteSize, None, doc='''A read only property that returns the file size… 141 …data = property(GetSectionData, None, doc='''A read only property that returns an lldb object that… 142 …type = property(GetSectionType, None, doc='''A read only property that returns an lldb enumeration… 143 …target_byte_size = property(GetTargetByteSize, None, doc='''A read only property that returns the … 144 …alignment = property(GetAlignment, None, doc='''A read only property that returns the alignment of…
|
| H A D | SBData.i | 277 …uint8 = property(_make_helper_uint8, None, doc='''A read only property that returns an array-like … 278 …uint16 = property(_make_helper_uint16, None, doc='''A read only property that returns an array-lik… 279 …uint32 = property(_make_helper_uint32, None, doc='''A read only property that returns an array-lik… 280 …uint64 = property(_make_helper_uint64, None, doc='''A read only property that returns an array-lik… 281 …sint8 = property(_make_helper_sint8, None, doc='''A read only property that returns an array-like … 282 …sint16 = property(_make_helper_sint16, None, doc='''A read only property that returns an array-lik… 283 …sint32 = property(_make_helper_sint32, None, doc='''A read only property that returns an array-lik… 284 …sint64 = property(_make_helper_sint64, None, doc='''A read only property that returns an array-lik… 285 …float = property(_make_helper_float, None, doc='''A read only property that returns an array-like … 286 …double = property(_make_helper_double, None, doc='''A read only property that returns an array-lik… [all …]
|
| H A D | SBFunction.i | 121 …addr = property(GetStartAddress, None, doc='''A read only property that returns an lldb object tha… 122 …end_addr = property(GetEndAddress, None, doc='''A read only property that returns an lldb object t… 123 …block = property(GetBlock, None, doc='''A read only property that returns an lldb object that repr… 124 …instructions = property(get_instructions_from_current_target, None, doc='''A read only property th… 125 …mangled = property(GetMangledName, None, doc='''A read only property that returns the mangled (lin… 126 …name = property(GetName, None, doc='''A read only property that returns the name for this function… 127 …prologue_size = property(GetPrologueByteSize, None, doc='''A read only property that returns the s… 128 …type = property(GetType, None, doc='''A read only property that returns an lldb object that repres…
|
| H A D | SBAddress.i | 177 …module = property(GetModule, None, doc='''A read only property that returns an lldb object that re… 178 …compile_unit = property(GetCompileUnit, None, doc='''A read only property that returns an lldb obj… 179 …line_entry = property(GetLineEntry, None, doc='''A read only property that returns an lldb object … 180 …function = property(GetFunction, None, doc='''A read only property that returns an lldb object tha… 181 …block = property(GetBlock, None, doc='''A read only property that returns an lldb object that repr… 182 …symbol = property(GetSymbol, None, doc='''A read only property that returns an lldb object that re… 183 …offset = property(GetOffset, None, doc='''A read only property that returns the section offset in … 184 …section = property(GetSection, None, doc='''A read only property that returns an lldb object that … 185 …file_addr = property(GetFileAddress, None, doc='''A read only property that returns file address f… 186 …load_addr = property(__get_load_addr_property__, __set_load_addr_property__, doc='''A read/write p…
|
| H A D | SBThread.i | 452 …id = property(GetThreadID, None, doc='''A read only property that returns the thread ID as an inte… 453 …idx = property(GetIndexID, None, doc='''A read only property that returns the thread index ID as a… 454 …return_value = property(GetStopReturnValue, None, doc='''A read only property that returns an lldb… 455 …process = property(GetProcess, None, doc='''A read only property that returns an lldb object that … 456 …num_frames = property(GetNumFrames, None, doc='''A read only property that returns the number of s… 457 …frames = property(get_thread_frames, None, doc='''A read only property that returns a list() of ll… 458 …frame = property(get_frames_access_object, None, doc='''A read only property that returns an objec… 459 …name = property(GetName, None, doc='''A read only property that returns the name of this thread as… 460 …queue = property(GetQueueName, None, doc='''A read only property that returns the dispatch queue n… 461 …queue_id = property(GetQueueID, None, doc='''A read only property that returns the dispatch queue … [all …]
|
| H A D | SBBlock.i | 149 …parent = property(GetParent, None, doc='''A read only property that returns the same result as Get… 150 …first_child = property(GetFirstChild, None, doc='''A read only property that returns the same resu… 151 …call_site = property(get_call_site, None, doc='''A read only property that returns a lldb.declarat… 152 …sibling = property(GetSibling, None, doc='''A read only property that returns the same result as G… 153 …name = property(GetInlinedName, None, doc='''A read only property that returns the same result as … 154 …inlined_block = property(GetContainingInlinedBlock, None, doc='''A read only property that returns… 155 …range = property(get_ranges_access_object, None, doc='''A read only property that allows item acce… 156 …ranges = property(get_ranges_array, None, doc='''A read only property that returns a list() object… 157 …num_ranges = property(GetNumRanges, None, doc='''A read only property that returns the same result…
|
| H A D | SBSymbolContext.i | 88 …module = property(GetModule, SetModule, doc='''A read/write property that allows the getting/setti… 89 …compile_unit = property(GetCompileUnit, SetCompileUnit, doc='''A read/write property that allows t… 90 …function = property(GetFunction, SetFunction, doc='''A read/write property that allows the getting… 91 …block = property(GetBlock, SetBlock, doc='''A read/write property that allows the getting/setting … 92 …symbol = property(GetSymbol, SetSymbol, doc='''A read/write property that allows the getting/setti… 93 …line_entry = property(GetLineEntry, SetLineEntry, doc='''A read/write property that allows the get…
|
| H A D | SBError.i | 112 …value = property(GetError, None, doc='''A read only property that returns the same result as GetEr… 113 …fail = property(Fail, None, doc='''A read only property that returns the same result as Fail().''') 114 …success = property(Success, None, doc='''A read only property that returns the same result as Succ… 115 …description = property(GetCString, None, doc='''A read only property that returns the same result … 116 …type = property(GetType, None, doc='''A read only property that returns the same result as GetType…
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/doc/ |
| H A D | Makefile.am | 81 aoutx.texi: chew.c $(srcdir)/../aoutx.h $(srcdir)/doc.str 83 ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../aoutx.h >aoutx.tmp 86 archive.texi: chew.c $(srcdir)/../archive.c $(srcdir)/doc.str 88 ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../archive.c >archive.tmp 91 archures.texi: chew.c $(srcdir)/../archures.c $(srcdir)/doc.str 93 ./$(MKDOC) -f $(srcdir)/doc.str < $(srcdir)/../archures.c >archures.tmp 98 bfdt.texi: chew.c $(srcdir)/../bfd.c $(srcdir)/doc.str 100 ./$(MKDOC) -f $(srcdir)/doc.str < $(srcdir)/../bfd.c >bfd.tmp 103 cache.texi: chew.c $(srcdir)/../cache.c $(srcdir)/doc.str 105 ./$(MKDOC) -f $(srcdir)/doc.str < $(srcdir)/../cache.c >cache.tmp [all …]
|
| H A D | Makefile.in | 39 subdir = doc 335 $(AUTOMAKE) --foreign doc/Makefile 597 aoutx.texi: chew.c $(srcdir)/../aoutx.h $(srcdir)/doc.str 599 ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../aoutx.h >aoutx.tmp 602 archive.texi: chew.c $(srcdir)/../archive.c $(srcdir)/doc.str 604 ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../archive.c >archive.tmp 607 archures.texi: chew.c $(srcdir)/../archures.c $(srcdir)/doc.str 609 ./$(MKDOC) -f $(srcdir)/doc.str < $(srcdir)/../archures.c >archures.tmp 614 bfdt.texi: chew.c $(srcdir)/../bfd.c $(srcdir)/doc.str 616 ./$(MKDOC) -f $(srcdir)/doc.str < $(srcdir)/../bfd.c >bfd.tmp [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/doc/ |
| H A D | Makefile.am | 77 s-aoutx: $(MKDOC) $(srcdir)/../aoutx.h $(srcdir)/doc.str 78 ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../aoutx.h >aoutx.tmp 83 s-archive: $(MKDOC) $(srcdir)/../archive.c $(srcdir)/doc.str 84 ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../archive.c >archive.tmp 89 s-archures: $(MKDOC) $(srcdir)/../archures.c $(srcdir)/doc.str 90 ./$(MKDOC) -f $(srcdir)/doc.str < $(srcdir)/../archures.c >archures.tmp 97 s-bfd: $(MKDOC) $(srcdir)/../bfd.c $(srcdir)/doc.str 98 ./$(MKDOC) -f $(srcdir)/doc.str < $(srcdir)/../bfd.c >bfd.tmp 103 s-cache: $(MKDOC) $(srcdir)/../cache.c $(srcdir)/doc.str 104 ./$(MKDOC) -f $(srcdir)/doc.str < $(srcdir)/../cache.c >cache.tmp [all …]
|
| H A D | Makefile.in | 266 cd $(top_srcdir) && $(AUTOMAKE) --cygnus doc/Makefile 389 subdir = doc 494 s-aoutx: $(MKDOC) $(srcdir)/../aoutx.h $(srcdir)/doc.str 495 ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../aoutx.h >aoutx.tmp 500 s-archive: $(MKDOC) $(srcdir)/../archive.c $(srcdir)/doc.str 501 ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../archive.c >archive.tmp 506 s-archures: $(MKDOC) $(srcdir)/../archures.c $(srcdir)/doc.str 507 ./$(MKDOC) -f $(srcdir)/doc.str < $(srcdir)/../archures.c >archures.tmp 514 s-bfd: $(MKDOC) $(srcdir)/../bfd.c $(srcdir)/doc.str 515 ./$(MKDOC) -f $(srcdir)/doc.str < $(srcdir)/../bfd.c >bfd.tmp [all …]
|
| /openbsd-src/gnu/usr.bin/cvs/ |
| H A D | Makefile.bsd-wrapper | 10 windows-NT/SCC/Makefile emx/Makefile doc/CVSvn.texi \ 11 doc/cvs.info doc/cvs.info-1 doc/cvs.info-2 doc/cvs.info-3 \ 12 doc/cvs.info-4 doc/cvs.info-5 doc/cvs.info-6 doc/cvs.info-7 \ 13 doc/cvs.info-8 doc/cvs.info-9 doc/cvsclient.info \ 14 doc/cvsclient.info-1 doc/cvsclient.info-2 doc/cvsclient.info-3
|
| /openbsd-src/share/tmac/mdoc/ |
| H A D | Makefile | 4 MSRCS= doc doc-ditroff doc-common doc-nroff doc-syms 6 LINKS= ${BINDIR}/doc ${BINDIR}/../tmac.doc
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/ |
| H A D | Makefile.bsd-wrapper | 20 MAN= binutils/doc/addr2line.1 binutils/doc/objcopy.1 \ 21 binutils/doc/objdump.1 binutils/doc/readelf.1 \ 33 MAN+= binutils/doc/strings.1 40 MAN+= gas/doc/as.1 ld/ld.bfd.1 44 MAN+= binutils/doc/ar.1 binutils/doc/ranlib.1 51 MAN+= binutils/doc/strip.1 119 gas/doc/as.1: config.status 120 cd ${.OBJDIR}/gas/doc && ${MAKE} as.1 158 c++filt.1: binutils/doc/cxxfilt.man 159 sed -e 's,@PROGRAM@,c++filt,' <${.CURDIR}/binutils/doc/cxxfilt.man >$@
|
| /openbsd-src/usr.sbin/unbound/ |
| H A D | Makefile.bsd-wrapper | 34 MAN= doc/unbound.8 \ 35 doc/unbound.conf.5 \ 36 doc/unbound-anchor.8 \ 37 doc/unbound-checkconf.8 \ 38 doc/unbound-control.8 \ 39 doc/unbound-host.1 79 CLEANFILES+= ${MAN} dnstap/dnstap_config.h doc/example.conf doc/libunbound.3 \
|
| /openbsd-src/gnu/usr.bin/texinfo/ |
| H A D | Makefile.bsd-wrapper | 6 MAN= doc/info.1 doc/install-info.1 doc/makeinfo.1 doc/texi2dvi.1 7 MAN+= doc/texindex.1 doc/info.5 doc/texinfo.5 doc/infokey.1
|