Home
last modified time | relevance | path

Searched full:abbreviation (Results 1 – 25 of 208) sorted by relevance

123456789

/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf_get_abbrev.332 .Nd retrieve abbreviation information
49 retrieves information about an abbreviation from the DWARF abbreviations
52 Abbreviation information is returned using an opaque descriptor
57 descriptor may then be passed to the other abbreviation related APIs
59 abbreviation.
70 section, to the start of an abbreviation entry.
110 The last abbreviation entry in a standard DWARF abbreviation section
120 if there is no abbreviation information at offset
127 To loop through all the abbreviation information associated with
170 There is no abbreviation information at offset
H A Ddwarf_get_abbrev_code.332 .Nd retrieve the abbreviation code for an abbreviation
46 retrieves the abbreviation code for the abbreviation entry descriptor
53 abbreviation code.
H A Ddwarf_get_abbrev_entry.332 .Nd retrieve attribute information from an abbreviation descriptor
49 retrieves attribute information from a DWARF abbreviation descriptor.
53 should be a valid abbreviation descriptor, as returned by function
59 The total count of the attributes contained in the abbreviation
101 abbreviation section, use:
H A Ddwarf_get_abbrev_children_flag.347 associated with a DWARF abbreviation descriptor has child entries.
51 should be a valid DWARF abbreviation descriptor, as returned by
62 specified abbreviation descriptor has children.
65 specified abbreviation descriptor has no children.
H A Ddwarf_get_abbrev_tag.332 .Nd retrieve the tag for an abbreviation
46 retrieves the tag for the abbreviation entry descriptor referenced by
53 abbreviation tag.
H A Ddwarf.3176 Retrieve abbreviation information at a given offset.
178 Check if an abbreviation has child elements.
180 Retrieve the abbreviation code for an abbreviation entry descriptor.
182 Retrieve abbreviation information for an abbreviation entry
185 Retrieve the tag for an abbreviation entry.
328 Returns the abbreviation code for a debugging information entry.
H A Ddwarf_die_abbrev_code.332 .Nd retrieve the abbreviation code for a DWARF debugging information entry
42 returns the abbreviation code for the debugging information entry descriptor
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.cpp57 "abbreviation declaration requires a non-null tag"); in extract()
66 // all attribute data in this abbreviation declaration has a fixed byte size. in extract()
69 // Read all of the abbreviation attributes and forms. in extract()
79 // We successfully reached the end of this abbreviation declaration in extract()
80 // since both attribute and form are zero. There may be more abbreviation in extract()
87 // they are added to the abbreviation declaration, or both be zero to in extract()
92 "malformed abbreviation declaration attribute. Either the attribute " in extract()
135 // abbreviation by clearing the FixedAttributeSize optional value in extract()
144 "abbreviation declaration attribute list was not terminated with a null " in extract()
210 // Check if this abbreviation has this attribute without needing to skip in getAttributeValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.h134 /// Searches the this abbreviation declaration for the index of the specified
146 /// \param DIEOffset the DIE offset that points to the ULEB128 abbreviation
158 /// \param DIEOffset the DIE offset that points to the ULEB128 abbreviation
179 // Return an optional byte size of all attribute data in this abbreviation
188 /// abbreviation declaration.
204 /// \returns the size in bytes for all attribute data in this abbreviation.
205 /// The returned size does not include bytes for the ULEB128 abbreviation
215 /// If this abbreviation has a fixed byte size then FixedAttributeSize member
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h48 /// Dwarf abbreviation data, describes one attribute of a Dwarf abbreviation.
72 /// Used to gather unique data for the abbreviation folding set.
77 /// Dwarf abbreviation, describes the organization of a debug information
92 /// Raw data bytes for abbreviation.
108 /// Adds another set of attribute information to the abbreviation.
118 /// Adds another set of attribute information to the abbreviation.
123 /// Used to gather unique data for the abbreviation folding set.
126 /// Print the abbreviation using the specified asm printer.
134 /// Helps unique DIEAbbrev objects and assigns abbreviation numbers.
137 /// assign a unique abbreviation number to each unique DIEAbbrev object it
[all …]
/freebsd/contrib/tzcode/
H A Dzic.8142 The output files use UT offset 0 and abbreviation
198 A time zone abbreviation uses a
257 A time zone abbreviation has fewer than 3 or more than 6 characters.
315 abbreviation must be unambiguous in context.
350 (or an abbreviation) means the indefinite future, and the word
352 (or an abbreviation)
551 shows where to put the time zone abbreviation's variable part,
574 To conform to POSIX, a time zone abbreviation should contain only
579 By convention, the time zone abbreviation
728 should be (an abbreviation o
[all...]
H A Ddate.142 replaced by the local time zone's abbreviation
43 (or by the abbreviation for the time zone specified in the
98 %Z EST Time zone abbreviation
H A Dnewctime.3266 char \(**tm_zone; /\(** time zone abbreviation (optional) \(**/
H A Dtz-how-to.html132 part of the usual abbreviation of the time zone’s name, or it can just
133 be a hyphen if there’s no variable part. For example, the abbreviation
302 three-character English abbreviation for any day of the week.</p>
360 <th rowspan="2">Abbreviation(s)</th>
459 <p>The abbreviation, &ldquo;LMT&rdquo; stands for &ldquo;local mean
496 <p>The <code>FORMAT</code> column specifies the usual abbreviation of
500 <li>a time zone abbreviation that is a string of three or more
506 abbreviation</li>
510 abbreviation for the standard time name and the second string is the
511 abbreviation for the daylight saving time name</li>
[all …]
H A Dzdump.8127 format, a time zone abbreviation, and an isdst flag.
128 An abbreviation
144 abbreviation begins with
H A Dnewtzset.359 uses Universal Time (UT), with the abbreviation "UTC"
260 abbreviation
380 or a time zone abbreviation that is too long for this platform.
H A Dnewstrftime.3356 is replaced by the time zone abbreviation,
366 The numeric time zone abbreviation \*-0000 is used when the time is
370 time zone abbreviation begins with
/freebsd/contrib/nvi/ex/
H A Dex_abbrev.c28 * Create an abbreviation or display abbreviations.
56 * non-word characters that triggers the test for an abbreviation. In in ex_abbr()
92 * Delete an abbreviation.
105 "109|\"%s\" is not an abbreviation"); in ex_unabbr()
/freebsd/contrib/file/magic/Magdir/
H A Dtimezone27 >40 belong 0 \b, no abbreviation chars
28 >40 belong 1 \b, 1 abbreviation char
29 >40 belong >1 \b, %d abbreviation chars
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerUnit.cpp26 // Assign existing abbreviation number. in assignAbbrev()
29 // Add to abbreviation list. in assignAbbrev()
35 // Assign the unique abbreviation number. in assignAbbrev()
49 // For each abbreviation. in emitAbbreviations()
85 // Mark end of abbreviation. in emitDwarfAbbrevEntry()
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitstream/
H A DBitCodes.h28 /// BitCodeAbbrevOp - This describes one or more operands in an abbreviation.
100 /// BitCodeAbbrev - This class represents an abbreviation record. An
101 /// abbreviation allows a complex record that has redundancy to be stored in a
/freebsd/crypto/krb5/doc/html/_sources/basic/
H A Ddate_format.rst.txt70 (See :ref:`abbreviation`.)
109 (See :ref:`abbreviation`.)
122 | *month* : locale’s month name or its abbreviation;
133 | *Z* : alphabetic time zone abbreviation;
/freebsd/crypto/krb5/doc/basic/
H A Ddate_format.rst70 (See :ref:`abbreviation`.)
109 (See :ref:`abbreviation`.)
122 | *month* : locale’s month name or its abbreviation;
133 | *Z* : alphabetic time zone abbreviation;
/freebsd/usr.bin/sort/tests/
H A Dsort_monthsort_test.sh54 # abbreviation/full-name and standalone formats are different.
57 # Abbreviation format (e.g Jan, Ιαν)
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeConvenience.h40 /// Convenience base for all kinds of bitcode abbreviation fields.
59 /// so it is only emitted in the abbreviation definition.
161 /// Attaches the last field to an abbreviation.
170 /// Attaches fields to an abbreviation.
361 /// The abbreviation code used for this record in the current block.
382 /// eturns The abbreviation code for the newly-registered record type.

123456789