Searched defs:cu (Results 1 - 11 of 11) sorted by relevance

/external/elfutils/libdw/
H A Ddwarf_getsrcfiles.c33 struct Dwarf_CU *const cu = cudie->cu; local
34 if (cu->lines == NULL)
43 else if (cu->files != (void *) -1l)
49 assert (cu->files != NULL && cu->files != (void *) -1l);
50 *files = cu->files;
52 *nfiles = cu->files->nfiles;
H A Ddwarf_tag.c24 __libdw_findabbrev (struct Dwarf_CU *cu, unsigned int code) argument
29 abb = Dwarf_Abbrev_Hash_find (&cu->abbrev_hash, code, NULL);
31 while (cu->last_abbrev_offset != (size_t) -1l)
37 abb = __libdw_getabbrev (cu->dbg, cu, cu->last_abbrev_offset, &length,
42 cu->last_abbrev_offset = (size_t) -1l;
47 cu->last_abbrev_offset += length;
71 die->abbrev = __libdw_findabbrev (die->cu, u128);
H A Dlibdw_form.c27 __libdw_form_val_len (Dwarf *dbg, struct Dwarf_CU *cu, unsigned int form, argument
37 result = cu->address_size;
42 result = cu->offset_size;
100 result = __libdw_form_val_len (dbg, cu, u128, valp);
H A Ddwarf_child.c31 Dwarf *dbg = die->cu->dbg;
43 abbrevp = __libdw_findabbrev (die->cu, abbrev_code);
94 size_t len = __libdw_form_val_len (dbg, die->cu, attr_form, readp);
145 struct Dwarf_CU *cu = die->cu; local
155 result->cu = cu;
H A Ddwarf_getloclist.c69 struct Dwarf_CU *cu = attr->cu; local
70 Dwarf *dbg = cu->dbg;
79 struct loc_s **found = tfind (&fake, &cu->locs, loc_compare);
111 if (cu->address_size == 4)
292 (void) tsearch (newp, &cu->locs, loc_compare);
H A Ddwarf_getsrclines.c72 struct Dwarf_CU *const cu = cudie->cu; local
73 if (cu->lines == NULL)
76 cu->lines = (void *) -1l;
77 cu->files = (void *) -1l;
90 Dwarf *dbg = cu->dbg;
382 if (cu->address_size == 4)
582 cu->files = files;
584 cu->lines = libdw_alloc (dbg, Dwarf_Lines, (sizeof (Dwarf_Lines)
587 cu
[all...]
H A Dlibdw.h96 struct Dwarf_CU *cu; member in struct:__anon933
126 struct Dwarf_CU *cu; member in struct:__anon937
/external/qemu/elff/
H A Delf_file.cc187 DwarfCU* cu = last_cu(); local
188 while (cu != NULL) {
191 info.die_obj = cu->get_leaf_die_for_address(address);
194 if (cu->get_pc_address_file_info(address, &info)) {
258 cu->get_stmt_file_info(file_desc.value()->u32);
263 cu->get_stmt_dir_name(desc->get_dir_index());
303 cu = cu->prev_cu();
416 DwarfCU* cu = DwarfCU::create_instance(this, next_cu); local
417 if (cu
[all...]
/external/icu4c/test/cintltst/
H A Dutf8tst.c874 UChar32 cu, cs, cl; local
881 U8_NEXT_UNSAFE(b, j, cu);
892 if(cu!=cp[k]) {
893 log_err("U8_NEXT_UNSAFE(b[%ld])=U+%04lX != U+%04lX\n", (long)i, (long)cu, (long)cp[k]);
897 if(U_IS_SURROGATE(cu) ? cs>=0 : cs!=cu) {
898 log_err("U8_NEXT(b[%ld])=U+%04lX != U+%04lX\n", (long)i, (long)cs, (long)cu);
902 if(cl!=cu) {
903 log_err("L8_NEXT(b[%ld])=U+%04lX != U+%04lX\n", (long)i, (long)cl, (long)cu);
918 U8_PREV_UNSAFE(b, j, cu);
[all...]
/external/quake/quake/src/QW/client/
H A Dcommon.c1614 void COM_LoadCacheFile (char *path, struct cache_user_s *cu) argument
1616 loadcache = cu;
/external/quake/quake/src/WinQuake/
H A Dcommon.cpp1624 void COM_LoadCacheFile (char *path, struct cache_user_s *cu) argument
1626 loadcache = cu;

Completed in 117 milliseconds