Searched refs:abbrev (Results 1 - 25 of 209) sorted by relevance

123456789

/netbsd-current/external/bsd/elftoolchain/dist/libdwarf/
H A Ddwarf_abbrev.c65 dwarf_get_abbrev_tag(Dwarf_Abbrev abbrev, Dwarf_Half *return_tag, argument
69 if (abbrev == NULL || return_tag == NULL) {
74 *return_tag = (Dwarf_Half) abbrev->ab_tag;
80 dwarf_get_abbrev_code(Dwarf_Abbrev abbrev, Dwarf_Unsigned *return_code, argument
84 if (abbrev == NULL || return_code == NULL) {
89 *return_code = abbrev->ab_entry;
95 dwarf_get_abbrev_children_flag(Dwarf_Abbrev abbrev, Dwarf_Signed *return_flag, argument
99 if (abbrev == NULL || return_flag == NULL) {
104 *return_flag = (Dwarf_Signed) abbrev->ab_children;
110 dwarf_get_abbrev_entry(Dwarf_Abbrev abbrev, Dwarf_Signe argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/i386/
H A Ddwarf2-line-1.s24 .uleb128 0x0 # (abbrev code)
25 .uleb128 0x0 # (abbrev code)
26 .uleb128 0x0 # (abbrev code)
H A Ddwarf2-line-3.s25 .uleb128 0x0 # (abbrev code)
26 .uleb128 0x0 # (abbrev code)
27 .uleb128 0x0 # (abbrev code)
H A Ddwarf2-line-4.s25 .uleb128 0x0 # (abbrev code)
26 .uleb128 0x0 # (abbrev code)
27 .uleb128 0x0 # (abbrev code)
H A Ddwarf2-line-2.s24 .uleb128 0x0 # (abbrev code)
25 .uleb128 0x0 # (abbrev code)
26 .uleb128 0x0 # (abbrev code)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/dwarf2/
H A Dabbrev.c29 #include "dwarf2/abbrev.h"
33 /* Hash function for an abbrev. */
73 struct abbrev_info *abbrev; local
75 abbrev = XOBNEW (&m_abbrev_obstack, struct abbrev_info);
76 memset (abbrev, 0, sizeof (struct abbrev_info));
78 return abbrev;
84 abbrev_table::add_abbrev (struct abbrev_info *abbrev) argument
86 void **slot = htab_find_slot_with_hash (m_abbrevs.get (), abbrev,
87 abbrev->number, INSERT);
88 *slot = abbrev;
[all...]
H A Ddwz.h42 struct dwarf2_section_info abbrev {}; struct in struct:dwz_file
H A Dabbrev.h1 /* DWARF abbrev table
32 /* This data structure holds the information of an abbrev. */
35 unsigned int number; /* number identifying abbrev */
62 /* Look up an abbrev in the table.
63 Returns NULL if the abbrev is not found. */
75 /* Where the abbrev table came from.
90 void add_abbrev (struct abbrev_info *abbrev);
95 /* Storage for the abbrev table. */
H A Ddie.h84 unsigned int abbrev; member in struct:die_info
/netbsd-current/games/trek/
H A Dgetpar.h38 const char *abbrev; member in struct:cvntab
H A Dwin.c84 printf("from %s%s ", p->abbrev, p->full);
86 printf("to %s%s\n", p->abbrev, p->full);
H A Dgetpar.c148 for (r = tab; r->abbrev; r++) {
149 strcpy(input, r->abbrev);
163 for (r = tab; r->abbrev; r++) {
165 for (q = r->abbrev; *q; q++)
178 if (!r->abbrev) {
/netbsd-current/external/gpl3/gdb.old/dist/binutils/testsuite/binutils-all/
H A Ddwo.s43 .uleb128 0x1 ;# Use abbrev #1. This needs strings from the .debug_str section.
47 .uleb128 0x2 ;# Use abbrev #2.
59 /* Create an abbrev containing a DWARF5 style dwo link. */
67 .byte 0x00 ;# End of abbrev
70 /* Create an abbrev containing a GNU style dwo link. */
80 .byte 0x00 ;# End of abbrev
H A Dlinkdebug.s44 .byte 0x00 ;# End of abbrev
52 .byte 0x0 ;# End of abbrev
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Dmips16-dwarf2.s45 .4byte .Ldebug_abbrev0 # abbrev offset
47 .uleb128 0x1 # abbrev code
55 .uleb128 0x1 # abbrev code
/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Dgit-descr.sh23 r=$(git describe --all --abbrev=40 --match 'basepoints/gcc-[0-9]*' $c | sed -n 's,^\(tags/\)\?basepoints/gcc-,r,p')
25 r=$(git describe --all --abbrev=14 --match 'basepoints/gcc-[0-9]*' $c | sed -n 's,^\(tags/\)\?basepoints/gcc-,r,p');
/netbsd-current/external/gpl3/gcc/dist/contrib/
H A Dgit-descr.sh23 r=$(git describe --all --abbrev=40 --match 'basepoints/gcc-[0-9]*' $c | sed -n 's,^tags/,,;s,^basepoints/gcc-,r,p')
25 r=$(git describe --all --abbrev=14 --match 'basepoints/gcc-[0-9]*' $c | sed -n 's,^tags/,,;s,^basepoints/gcc-,r,p')
/netbsd-current/external/gpl3/gdb/dist/gdb/dwarf2/
H A Ddwz.h44 struct dwarf2_section_info abbrev {}; struct in struct:dwz_file
H A Dabbrev.c29 #include "dwarf2/abbrev.h"
33 /* Hash function for an abbrev. */
72 abbrev_table::add_abbrev (struct abbrev_info *abbrev) argument
74 void **slot = htab_find_slot_with_hash (m_abbrevs.get (), abbrev,
75 abbrev->number, INSERT);
76 *slot = abbrev;
117 /* Read in an abbrev table. */
137 /* Loop until we reach an abbrev number of 0. */
148 /* Read in abbrev header. */
305 /* If there are no children, and the abbrev ha
[all...]
H A Dabbrev.h1 /* DWARF abbrev table
41 /* This data structure holds the information of an abbrev. */
44 /* Number identifying abbrev. */
67 /* Read an abbrev table from the indicated section, at the given
74 /* Look up an abbrev in the table.
75 Returns NULL if the abbrev is not found. */
87 /* Where the abbrev table came from.
100 void add_abbrev (struct abbrev_info *abbrev);
105 /* Storage for the abbrev table. */
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/
H A DBitcodeConvenience.h65 static void emitOp(llvm::BitCodeAbbrev &abbrev) { argument
66 abbrev.Add(llvm::BitCodeAbbrevOp(Value));
81 static void emitOp(llvm::BitCodeAbbrev &abbrev) { argument
82 abbrev.Add(llvm::BitCodeAbbrevOp(llvm::BitCodeAbbrevOp::Fixed, Width));
106 static void emitOp(llvm::BitCodeAbbrev &abbrev) { argument
107 abbrev.Add(llvm::BitCodeAbbrevOp(llvm::BitCodeAbbrevOp::VBR, Width));
123 static void emitOp(llvm::BitCodeAbbrev &abbrev) { argument
124 abbrev.Add(llvm::BitCodeAbbrevOp(llvm::BitCodeAbbrevOp::Char6));
141 static void emitOp(llvm::BitCodeAbbrev &abbrev) { argument
142 abbrev
153 emitOp(llvm::BitCodeAbbrev &abbrev) argument
165 emitOps(llvm::BitCodeAbbrev &abbrev) argument
175 emitOps(llvm::BitCodeAbbrev &abbrev) argument
477 BCBlockRAII(llvm::BitstreamWriter &Stream, unsigned block, unsigned abbrev) argument
[all...]
/netbsd-current/external/gpl2/gmake/dist/
H A Dsigname.c53 const char *abbrev; member in struct:__anon6820
64 init_sig (int number, const char *abbrev, const char *name) argument
76 sig_table[sig_table_nelts++].abbrev = abbrev;
/netbsd-current/external/gpl3/autoconf/dist/build-aux/
H A Dgit-version-gen154 && v=`git describe --abbrev=4 --match="$prefix*" HEAD 2>/dev/null \
155 || git describe --abbrev=4 HEAD 2>/dev/null` \
/netbsd-current/external/bsd/ntp/dist/libntp/
H A Dclocktypes.c122 return (clk->abbrev);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
H A Damd64-entry-value-paramref.S226 .uleb128 0x1 # (abbrev code)
245 .uleb128 0x2 # (abbrev code)
260 .uleb128 0x3 # (abbrev code)
273 .uleb128 0x4 # (abbrev code)
284 .uleb128 0x5 # (abbrev code)
291 .uleb128 0x6 # (abbrev code)
300 .uleb128 0x7 # (abbrev code)
315 .uleb128 0x8 # (abbrev code)
324 .uleb128 0x9 # (abbrev code)
347 .uleb128 0xa # (abbrev cod
[all...]

Completed in 171 milliseconds

123456789