Home
last modified time | relevance | path

Searched refs:abbrev (Results 1 – 25 of 229) sorted by relevance

12345678910

/netbsd-src/external/bsd/elftoolchain/dist/libdwarf/
H A Ddwarf_abbrev.c65 dwarf_get_abbrev_tag(Dwarf_Abbrev abbrev, Dwarf_Half *return_tag, in dwarf_get_abbrev_tag() argument
69 if (abbrev == NULL || return_tag == NULL) { in dwarf_get_abbrev_tag()
74 *return_tag = (Dwarf_Half) abbrev->ab_tag; in dwarf_get_abbrev_tag()
80 dwarf_get_abbrev_code(Dwarf_Abbrev abbrev, Dwarf_Unsigned *return_code, in dwarf_get_abbrev_code() argument
84 if (abbrev == NULL || return_code == NULL) { in dwarf_get_abbrev_code()
89 *return_code = abbrev->ab_entry; in dwarf_get_abbrev_code()
95 dwarf_get_abbrev_children_flag(Dwarf_Abbrev abbrev, Dwarf_Signed *return_flag, in dwarf_get_abbrev_children_flag() argument
99 if (abbrev == NULL || return_flag == NULL) { in dwarf_get_abbrev_children_flag()
104 *return_flag = (Dwarf_Signed) abbrev->ab_children; in dwarf_get_abbrev_children_flag()
110 dwarf_get_abbrev_entry(Dwarf_Abbrev abbrev, Dwarf_Signed ndx, in dwarf_get_abbrev_entry() argument
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/
H A DBitcodeConvenience.h65 static void emitOp(llvm::BitCodeAbbrev &abbrev) { in emitOp() argument
66 abbrev.Add(llvm::BitCodeAbbrevOp(Value)); in emitOp()
81 static void emitOp(llvm::BitCodeAbbrev &abbrev) { in emitOp() argument
82 abbrev.Add(llvm::BitCodeAbbrevOp(llvm::BitCodeAbbrevOp::Fixed, Width)); in emitOp()
106 static void emitOp(llvm::BitCodeAbbrev &abbrev) { in emitOp() argument
107 abbrev.Add(llvm::BitCodeAbbrevOp(llvm::BitCodeAbbrevOp::VBR, Width)); in emitOp()
123 static void emitOp(llvm::BitCodeAbbrev &abbrev) { in emitOp() argument
124 abbrev.Add(llvm::BitCodeAbbrevOp(llvm::BitCodeAbbrevOp::Char6)); in emitOp()
141 static void emitOp(llvm::BitCodeAbbrev &abbrev) { in emitOp() argument
142 abbrev.Add(llvm::BitCodeAbbrevOp(llvm::BitCodeAbbrevOp::Blob)); in emitOp()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libbacktrace/
H A Ddwarf.c101 struct abbrev struct
127 struct abbrev *abbrevs;
742 abbrevs->num_abbrevs * sizeof (struct abbrev), in free_abbrevs()
1329 const struct abbrev *a1 = (const struct abbrev *) v1; in abbrev_compare()
1330 const struct abbrev *a2 = (const struct abbrev *) v2; in abbrev_compare()
1408 abbrevs->abbrevs = ((struct abbrev *) in read_abbrevs()
1410 num_abbrevs * sizeof (struct abbrev), in read_abbrevs()
1415 memset (abbrevs->abbrevs, 0, num_abbrevs * sizeof (struct abbrev)); in read_abbrevs()
1421 struct abbrev a; in read_abbrevs()
1489 sizeof (struct abbrev), abbrev_compare); in read_abbrevs()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libbacktrace/
H A Ddwarf.c101 struct abbrev struct
127 struct abbrev *abbrevs;
742 abbrevs->num_abbrevs * sizeof (struct abbrev), in free_abbrevs()
1322 const struct abbrev *a1 = (const struct abbrev *) v1; in abbrev_compare()
1323 const struct abbrev *a2 = (const struct abbrev *) v2; in abbrev_compare()
1401 abbrevs->abbrevs = ((struct abbrev *) in read_abbrevs()
1403 num_abbrevs * sizeof (struct abbrev), in read_abbrevs()
1408 memset (abbrevs->abbrevs, 0, num_abbrevs * sizeof (struct abbrev)); in read_abbrevs()
1414 struct abbrev a; in read_abbrevs()
1482 sizeof (struct abbrev), abbrev_compare); in read_abbrevs()
[all …]
/netbsd-src/games/trek/
H A Dgetpar.c148 for (r = tab; r->abbrev; r++) { in getcodpar()
149 strcpy(input, r->abbrev); in getcodpar()
163 for (r = tab; r->abbrev; r++) { in getcodpar()
165 for (q = r->abbrev; *q; q++) in getcodpar()
178 if (!r->abbrev) { in getcodpar()
H A Dwin.c84 printf("from %s%s ", p->abbrev, p->full); in win()
86 printf("to %s%s\n", p->abbrev, p->full); in win()
H A Dsrscan.c169 printf("Length, Skill %s%s, ", p->abbrev, p->full); in srscan()
171 printf("%s%s\n", p->abbrev, p->full); in srscan()
H A Dgetpar.h38 const char *abbrev; member
H A Dscore.c97 Skitab[u - 1].abbrev, Skitab[u - 1].full); in score()
/netbsd-src/external/gpl2/gmake/dist/
H A Dsigname.c53 const char *abbrev; member
64 init_sig (int number, const char *abbrev, const char *name) in init_sig() argument
76 sig_table[sig_table_nelts++].abbrev = abbrev; in init_sig()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Ddwarf2.c1065 struct abbrev_info *abbrev; in lookup_abbrev() local
1068 abbrev = abbrevs[hash_number]; in lookup_abbrev()
1070 while (abbrev) in lookup_abbrev()
1072 if (abbrev->number == number) in lookup_abbrev()
1073 return abbrev; in lookup_abbrev()
1075 abbrev = abbrev->next; in lookup_abbrev()
1115 struct abbrev_info *abbrev = abbrevs[i]; in del_abbrev() local
1117 while (abbrev) in del_abbrev()
1119 free (abbrev->attrs); in del_abbrev()
1120 abbrev = abbrev->next; in del_abbrev()
[all …]
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Ddwarf2.c1113 struct abbrev_info *abbrev; in lookup_abbrev() local
1116 abbrev = abbrevs[hash_number]; in lookup_abbrev()
1118 while (abbrev) in lookup_abbrev()
1120 if (abbrev->number == number) in lookup_abbrev()
1121 return abbrev; in lookup_abbrev()
1123 abbrev = abbrev->next; in lookup_abbrev()
1163 struct abbrev_info *abbrev = abbrevs[i]; in del_abbrev() local
1165 while (abbrev) in del_abbrev()
1167 free (abbrev->attrs); in del_abbrev()
1168 abbrev = abbrev->next; in del_abbrev()
[all …]
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dreduced_debug_output.cc44 unsigned char* die, unsigned char* abbrev, unsigned char** die_end, in get_die_end() argument
51 uint64_t attribute = read_unsigned_LEB_128(abbrev, &LEB_size); in get_die_end()
52 abbrev += LEB_size; in get_die_end()
54 static_cast<elfcpp::DW_FORM>(read_unsigned_LEB_128(abbrev, in get_die_end()
56 abbrev += LEB_size; in get_die_end()
H A Dreduced_debug_output.h124 get_die_end(unsigned char* die, unsigned char* abbrev,
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dreduced_debug_output.cc44 unsigned char* die, unsigned char* abbrev, unsigned char** die_end, in get_die_end() argument
51 uint64_t attribute = read_unsigned_LEB_128(abbrev, &LEB_size); in get_die_end()
52 abbrev += LEB_size; in get_die_end()
54 static_cast<elfcpp::DW_FORM>(read_unsigned_LEB_128(abbrev, in get_die_end()
56 abbrev += LEB_size; in get_die_end()
H A Dreduced_debug_output.h124 get_die_end(unsigned char* die, unsigned char* abbrev,
/netbsd-src/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,^base…
25 …r=$(git describe --all --abbrev=14 --match 'basepoints/gcc-[0-9]*' $c | sed -n 's,^tags/,,;s,^base…
/netbsd-src/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/\)\?base…
25 …r=$(git describe --all --abbrev=14 --match 'basepoints/gcc-[0-9]*' $c | sed -n 's,^\(tags/\)\?base…
/netbsd-src/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-src/external/bsd/libarchive/dist/libarchive/
H A Darchive_getdate.c516 size_t abbrev; member
878 size_t abbrev = tp->abbrev; in nexttoken() local
879 if (abbrev == 0) in nexttoken()
880 abbrev = strlen(tp->name); in nexttoken()
881 if (strlen(buff) >= abbrev in nexttoken()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/
H A Dreleasing.md8 * `git log $(git describe --abbrev=0 --tags)..HEAD` gives you the list of
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/
H A Dreleasing.md8 * `git log $(git describe --abbrev=0 --tags)..HEAD` gives you the list of
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/cmake/
H A DGetGitVersion.cmake23 execute_process(COMMAND ${GIT_EXECUTABLE} describe --match "v[0-9]*.[0-9]*.[0-9]*" --abbrev=8
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/cmake/
H A DGetGitVersion.cmake23 execute_process(COMMAND ${GIT_EXECUTABLE} describe --match "v[0-9]*.[0-9]*.[0-9]*" --abbrev=8
/netbsd-src/lib/libutil/
H A Dparsedate.y969 int abbrev;
987 abbrev = 1;
989 abbrev = 1;
993 abbrev = 0;
996 if (abbrev) {

12345678910