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

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/
H A DGitMake3 BRANCH=`git rev-parse --abbrev-ref HEAD`
H A DGitConfigure3 BRANCH=`git rev-parse --abbrev-ref HEAD`
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/
H A DGitMake3 BRANCH=`git rev-parse --abbrev-ref HEAD`
H A DGitConfigure3 BRANCH=`git rev-parse --abbrev-ref HEAD`
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/
H A DGitMake3 BRANCH=`git rev-parse --abbrev-ref HEAD`
H A DGitConfigure3 BRANCH=`git rev-parse --abbrev-ref HEAD`
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/xz/debug/
H A Dtranslation.bash56 git describe --abbrev=4
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wget/build-aux/
H A Dgit-version-gen157 && v=`git describe --abbrev=4 --match="$prefix*" HEAD 2>/dev/null \
158 || git describe --abbrev=4 HEAD 2>/dev/null` \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wget/build-aux/
H A Dgit-version-gen157 && v=`git describe --abbrev=4 --match="$prefix*" HEAD 2>/dev/null \
158 || git describe --abbrev=4 HEAD 2>/dev/null` \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wget/build-aux/
H A Dgit-version-gen157 && v=`git describe --abbrev=4 --match="$prefix*" HEAD 2>/dev/null \
158 || git describe --abbrev=4 HEAD 2>/dev/null` \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/tools/perf/util/
H A DPERF-VERSION-GEN15 VN=$(git describe --abbrev=4 HEAD 2>/dev/null) &&
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/tools/perf/util/
H A DPERF-VERSION-GEN15 VN=$(git describe --abbrev=4 HEAD 2>/dev/null) &&
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/bfd/
H A Ddwarf2.c197 /* The abbrev hash table. */
248 /* This data structure holds the information of an abbrev. */
251 unsigned int number; /* Number identifying abbrev. */
548 /* Lookup an abbrev_info structure in the abbrev hash table. */
554 struct abbrev_info *abbrev; local
557 abbrev = abbrevs[hash_number];
559 while (abbrev)
561 if (abbrev->number == number)
562 return abbrev;
564 abbrev
655 struct abbrev_info *abbrev = abbrevs[i]; local
832 read_attribute(struct attribute *attr, struct attr_abbrev *abbrev, struct comp_unit *unit, bfd_byte *info_ptr) argument
1729 struct abbrev_info *abbrev; local
1839 struct abbrev_info *abbrev; local
2069 struct abbrev_info *abbrev; local
3208 struct abbrev_info *abbrev = abbrevs[i]; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/bfd/
H A Ddwarf2.c197 /* The abbrev hash table. */
248 /* This data structure holds the information of an abbrev. */
251 unsigned int number; /* Number identifying abbrev. */
548 /* Lookup an abbrev_info structure in the abbrev hash table. */
554 struct abbrev_info *abbrev; local
557 abbrev = abbrevs[hash_number];
559 while (abbrev)
561 if (abbrev->number == number)
562 return abbrev;
564 abbrev
655 struct abbrev_info *abbrev = abbrevs[i]; local
832 read_attribute(struct attribute *attr, struct attr_abbrev *abbrev, struct comp_unit *unit, bfd_byte *info_ptr) argument
1729 struct abbrev_info *abbrev; local
1839 struct abbrev_info *abbrev; local
2069 struct abbrev_info *abbrev; local
3208 struct abbrev_info *abbrev = abbrevs[i]; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/bfd/
H A Ddwarf2.c197 /* The abbrev hash table. */
248 /* This data structure holds the information of an abbrev. */
251 unsigned int number; /* Number identifying abbrev. */
548 /* Lookup an abbrev_info structure in the abbrev hash table. */
554 struct abbrev_info *abbrev; local
557 abbrev = abbrevs[hash_number];
559 while (abbrev)
561 if (abbrev->number == number)
562 return abbrev;
564 abbrev
655 struct abbrev_info *abbrev = abbrevs[i]; local
832 read_attribute(struct attribute *attr, struct attr_abbrev *abbrev, struct comp_unit *unit, bfd_byte *info_ptr) argument
1729 struct abbrev_info *abbrev; local
1839 struct abbrev_info *abbrev; local
2069 struct abbrev_info *abbrev; local
3208 struct abbrev_info *abbrev = abbrevs[i]; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Ddwarf2read.c305 /* Storage for the abbrev table. */
505 /* This data structure holds the information of an abbrev. */
508 unsigned int number; /* number identifying abbrev */
526 unsigned int abbrev; /* Abbrev number */ member in struct:die_info
786 struct abbrev_info *abbrev, unsigned int,
1047 static gdb_byte *skip_one_die (gdb_byte *info_ptr, struct abbrev_info *abbrev,
1450 struct abbrev_info *abbrev; local
1479 abbrev = peek_die_abbrev (info_ptr, &bytes_read, &cu);
1480 info_ptr = read_partial_die (&comp_unit_die, abbrev, bytes_read,
1595 struct abbrev_info *abbrev; local
2191 struct abbrev_info *abbrev; local
2215 struct abbrev_info *abbrev; local
2235 skip_one_die(gdb_byte *info_ptr, struct abbrev_info *abbrev, struct dwarf2_cu *cu) argument
5264 struct abbrev_info *abbrev; local
5318 struct abbrev_info *abbrev; local
5522 read_partial_die(struct partial_die_info *part_die, struct abbrev_info *abbrev, unsigned int abbrev_len, bfd *abfd, gdb_byte *info_ptr, struct dwarf2_cu *cu) argument
5690 struct abbrev_info *abbrev; local
5774 struct abbrev_info *abbrev; local
5976 read_attribute(struct attribute *attr, struct attr_abbrev *abbrev, bfd *abfd, gdb_byte *info_ptr, struct dwarf2_cu *cu) argument
9283 struct abbrev_info *abbrev; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Ddwarf2read.c305 /* Storage for the abbrev table. */
505 /* This data structure holds the information of an abbrev. */
508 unsigned int number; /* number identifying abbrev */
526 unsigned int abbrev; /* Abbrev number */ member in struct:die_info
786 struct abbrev_info *abbrev, unsigned int,
1047 static gdb_byte *skip_one_die (gdb_byte *info_ptr, struct abbrev_info *abbrev,
1450 struct abbrev_info *abbrev; local
1479 abbrev = peek_die_abbrev (info_ptr, &bytes_read, &cu);
1480 info_ptr = read_partial_die (&comp_unit_die, abbrev, bytes_read,
1595 struct abbrev_info *abbrev; local
2191 struct abbrev_info *abbrev; local
2215 struct abbrev_info *abbrev; local
2235 skip_one_die(gdb_byte *info_ptr, struct abbrev_info *abbrev, struct dwarf2_cu *cu) argument
5264 struct abbrev_info *abbrev; local
5318 struct abbrev_info *abbrev; local
5522 read_partial_die(struct partial_die_info *part_die, struct abbrev_info *abbrev, unsigned int abbrev_len, bfd *abfd, gdb_byte *info_ptr, struct dwarf2_cu *cu) argument
5690 struct abbrev_info *abbrev; local
5774 struct abbrev_info *abbrev; local
5976 read_attribute(struct attribute *attr, struct attr_abbrev *abbrev, bfd *abfd, gdb_byte *info_ptr, struct dwarf2_cu *cu) argument
9283 struct abbrev_info *abbrev; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Ddwarf2read.c305 /* Storage for the abbrev table. */
505 /* This data structure holds the information of an abbrev. */
508 unsigned int number; /* number identifying abbrev */
526 unsigned int abbrev; /* Abbrev number */ member in struct:die_info
786 struct abbrev_info *abbrev, unsigned int,
1047 static gdb_byte *skip_one_die (gdb_byte *info_ptr, struct abbrev_info *abbrev,
1450 struct abbrev_info *abbrev; local
1479 abbrev = peek_die_abbrev (info_ptr, &bytes_read, &cu);
1480 info_ptr = read_partial_die (&comp_unit_die, abbrev, bytes_read,
1595 struct abbrev_info *abbrev; local
2191 struct abbrev_info *abbrev; local
2215 struct abbrev_info *abbrev; local
2235 skip_one_die(gdb_byte *info_ptr, struct abbrev_info *abbrev, struct dwarf2_cu *cu) argument
5264 struct abbrev_info *abbrev; local
5318 struct abbrev_info *abbrev; local
5522 read_partial_die(struct partial_die_info *part_die, struct abbrev_info *abbrev, unsigned int abbrev_len, bfd *abfd, gdb_byte *info_ptr, struct dwarf2_cu *cu) argument
5690 struct abbrev_info *abbrev; local
5774 struct abbrev_info *abbrev; local
5976 read_attribute(struct attribute *attr, struct attr_abbrev *abbrev, bfd *abfd, gdb_byte *info_ptr, struct dwarf2_cu *cu) argument
9283 struct abbrev_info *abbrev; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/xz/
H A DMakefile.am89 SNAPSHOT=`cd "$(srcdir)" && git describe --abbrev=4 | cut -b2-`; \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/rep/
H A Drep_verify.c200 __rep_internal_init(env, abbrev)
202 u_int32_t abbrev;
210 if (!abbrev)
219 if (FLD_ISSET(rep->config, REP_C_NOAUTOINIT) && !abbrev)
224 if (abbrev) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/rep/
H A Drep_verify.c200 __rep_internal_init(env, abbrev)
202 u_int32_t abbrev;
210 if (!abbrev)
219 if (FLD_ISSET(rep->config, REP_C_NOAUTOINIT) && !abbrev)
224 if (abbrev) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/rep/
H A Drep_verify.c200 __rep_internal_init(env, abbrev)
202 u_int32_t abbrev;
210 if (!abbrev)
219 if (FLD_ISSET(rep->config, REP_C_NOAUTOINIT) && !abbrev)
224 if (abbrev) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/curl-7.21.7/tests/
H A Dtestcurl.pl398 @commits=`git log --pretty=oneline --abbrev-commit -5`;
411 @commits=`git log --pretty=oneline --abbrev-commit -5`;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/curl-7.21.7/tests/
H A Dtestcurl.pl398 @commits=`git log --pretty=oneline --abbrev-commit -5`;
411 @commits=`git log --pretty=oneline --abbrev-commit -5`;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/curl-7.21.7/tests/
H A Dtestcurl.pl398 @commits=`git log --pretty=oneline --abbrev-commit -5`;
411 @commits=`git log --pretty=oneline --abbrev-commit -5`;

Completed in 349 milliseconds

12