HomeSort by relevance Sort by last modified time
    Searched refs:abbrev (Results 51 - 75 of 145) sorted by null

1 23 4 5 6

  /prebuilts/go/linux-x86/src/debug/dwarf/
open.go 16 abbrev []byte
39 // in the object file; for example, for an ELF object, abbrev is the contents of
41 func New(abbrev, aranges, frame, info, line, pubnames, ranges, str []byte) (*Data, error) {
43 abbrev: abbrev,
entry_test.go 151 0, 0, 0, 0, // abbrev offset
166 0, 0, 0, 0, 0, 0, 0, 0, // abbrev offset
180 0, 0, 0, 0, 0, 0, 0, 0, // abbrev offset
  /toolchain/binutils/binutils-2.27/gold/
reduced_debug_output.cc 44 unsigned char* die, unsigned char* abbrev, unsigned char** die_end,
51 uint64_t attribute = read_unsigned_LEB_128(abbrev, &LEB_size);
52 abbrev += LEB_size;
54 static_cast<elfcpp::DW_FORM>(read_unsigned_LEB_128(abbrev,
56 abbrev += LEB_size;
reduced_debug_output.h 124 get_die_end(unsigned char* die, unsigned char* abbrev,
131 // Each debug info section needs to be associated with a debug abbrev section
  /external/e2fsprogs/lib/ss/
ss_internal.h 28 char *name; /* abbrev name */
29 char **abbrev; /* new tokens to insert */ member in struct:_ss_abbrev_entry
  /external/strace/
quota.c 198 if (!abbrev(tcp)) {
228 if (!abbrev(tcp)) {
273 if (!abbrev(tcp)) {
343 if (!abbrev(tcp)) {
377 if (!abbrev(tcp)) {
dm.c 139 if (abbrev(tcp)) {
212 if (abbrev(tcp)) {
266 if (abbrev(tcp)) {
351 if (abbrev(tcp)) {
403 if (abbrev(tcp)) {
436 if (abbrev(tcp)) {
file_ioctl.c 182 /* Limit how many elements we print in abbrev mode. */
183 if (abbrev(tcp) && args.dest_count > count)
229 if (abbrev(tcp)) {
term.c 49 if (abbrev(tcp)) {
81 if (abbrev(tcp)) {
rtc.c 48 if (!abbrev(tcp))
bpf_filter.c 148 if (abbrev(tcp)) {
evdev.c 96 if (abbrev(tcp)) {
170 if (!abbrev(tcp)) {
223 if (!abbrev(tcp)) {
292 if (abbrev(tcp) && bit_displayed >= 3) {
sysctl.c 160 if (abbrev(tcp) && max_cnt > max_strlen)
  /frameworks/base/core/java/android/text/format/
DateUtils.java 131 * Request the full spelled-out name. For use with the 'abbrev' parameter of
142 * Request an abbreviated version of the name. For use with the 'abbrev'
154 * For use with the 'abbrev' parameter of {@link #getDayOfWeekString} and {@link #getMonthString}.
175 * For use with the 'abbrev' parameter of {@link #getDayOfWeekString} and {@link #getMonthString}.
189 * @param abbrev One of {@link #LENGTH_LONG}, {@link #LENGTH_SHORT},
199 public static String getDayOfWeekString(int dayOfWeek, int abbrev) {
202 switch (abbrev) {
229 * @param abbrev One of {@link #LENGTH_LONG}, {@link #LENGTH_MEDIUM},
237 public static String getMonthString(int month, int abbrev) {
240 switch (abbrev) {
    [all...]
  /external/strace/tests/
filtering_syscall-syntax.test 42 check_e "invalid system call '$1'" -e abbrev="$2"
  /external/strace/tests-m32/
filtering_syscall-syntax.test 42 check_e "invalid system call '$1'" -e abbrev="$2"
  /external/strace/tests-mx32/
filtering_syscall-syntax.test 42 check_e "invalid system call '$1'" -e abbrev="$2"
  /toolchain/binutils/binutils-2.27/bfd/
dwarf2.c 222 /* The abbrev hash table. */
282 /* This data structure holds the information of an abbrev. */
285 unsigned int number; /* Number identifying abbrev. */
843 /* Lookup an abbrev_info structure in the abbrev hash table. */
849 struct abbrev_info *abbrev; local
852 abbrev = abbrevs[hash_number];
854 while (abbrev)
856 if (abbrev->number == number)
857 return abbrev;
859 abbrev = abbrev->next
936 struct abbrev_info *abbrev = abbrevs[i]; local
2285 struct abbrev_info *abbrev; local
2473 struct abbrev_info *abbrev; local
2737 struct abbrev_info *abbrev; local
4213 struct abbrev_info *abbrev = abbrevs[i]; local
    [all...]
  /external/google-breakpad/src/common/dwarf/
dwarf2reader.cc 61 // Each abbrev consists of a abbreviation number, a tag, a byte
80 abbrevs_ = new std::vector<Abbrev>;
94 CompilationUnit::Abbrev abbrev; local
100 abbrev.number = number;
106 abbrev.tag = static_cast<enum DwarfTag>(tag);
109 abbrev.has_children = reader_->ReadOneByte(abbrevptr);
127 abbrev.attributes.push_back(std::make_pair(name, form));
129 assert(abbrev.number == abbrevs_->size());
130 abbrevs_->push_back(abbrev);
502 const Abbrev& abbrev = abbrevs_->at(static_cast<size_t>(abbrev_num)); local
    [all...]
  /external/elfutils/libdw/
libdw.h 145 Dwarf_Abbrev *abbrev; member in struct:__anon20099
560 extern unsigned int dwarf_getabbrevcode (Dwarf_Abbrev *abbrev);
563 extern unsigned int dwarf_getabbrevtag (Dwarf_Abbrev *abbrev);
566 extern int dwarf_abbrevhaschildren (Dwarf_Abbrev *abbrev);
569 extern int dwarf_getattrcnt (Dwarf_Abbrev *abbrev, size_t *attrcntp)
573 extern int dwarf_getabbrevattr (Dwarf_Abbrev *abbrev, size_t idx,
    [all...]
  /prebuilts/go/darwin-x86/src/debug/dwarf/
entry_test.go 151 0, 0, 0, 0, // abbrev offset
166 0, 0, 0, 0, 0, 0, 0, 0, // abbrev offset
180 0, 0, 0, 0, 0, 0, 0, 0, // abbrev offset
  /external/caliper/caliper/src/main/java/com/google/caliper/util/
ShortDuration.java 72 String abbrev = matcher.group(2); local
73 TimeUnit unit = ABBREV_TO_UNIT.get(abbrev);
74 checkArgument(unit != null, "Unrecognized time unit: %s", abbrev);
  /external/elfutils/tests/
show-die-info.c 334 Dwarf_Off abbrev; local
337 while (dwarf_nextcu (dbg, off, &off, &hsize, &abbrev, &addresssize,
343 (unsigned long long int) abbrev, addresssize,
  /toolchain/binutils/binutils-2.27/binutils/
dwarf.h 77 abbrev = 0, enumerator in enum:dwarf_section_display_enum
  /external/desugar/java/com/google/devtools/common/options/
IsolatedOptionsData.java 164 public OptionDefinition getFieldForAbbrev(char abbrev) {
165 return abbrevToField.get(abbrev);

Completed in 1999 milliseconds

1 23 4 5 6