/external/elfutils/tests/ |
get-lines.c | 48 Dwarf_Off cuoff = 0; local 54 while (dwarf_nextcu (dbg, cuoff, &cuoff, &hsize, &ao, &asz, &osz) == 0) 58 asz, osz, (unsigned long long int) cuoff); 69 old_cuoff = cuoff;
|
show-abbrev.c | 43 Dwarf_Off cuoff = 0; local 46 while (dwarf_nextcu (dbg, cuoff, &cuoff, &hsize, NULL, NULL, NULL) == 0) 120 old_cuoff = cuoff;
|
dwarf-ranges.c | 35 ptrdiff_t cuoff = strtol (argv[2], NULL, 0); local 40 Dwarf_Die cudie_mem, *cudie = dwarf_offdie (dbg, cuoff, &cudie_mem);
|
dwarf-getmacros.c | 125 ptrdiff_t cuoff = strtol (argv[2], NULL, 0); local 131 Dwarf_Die cudie_mem, *cudie = dwarf_offdie (dbg, cuoff, &cudie_mem);
|
show-die-info.c | 67 Dwarf_Off cuoff; local 90 cuoff = dwarf_cuoffset (die); 95 printf ("%*s CU offset : %lld\n", n * 5, "", (long long int) cuoff);
|
/external/valgrind/coregrind/m_debuginfo/ |
priv_tytypes.h | 70 UWord cuOff; 158 UWord cuOff ); 160 /* Generates a total ordering on TyEnts based only on their .cuOff 165 their .cuOff fields. */ 169 this TyEnt, and set its tag to Te_EMPTY. The .cuOff field is 177 UWord cuOff ); 192 unfortunately there's no obvious cuOff number that we could put in 212 /* 'ents' is an XArray of TyEnts, sorted by their .cuOff fields. Find 213 the entry which has .cuOff field as specified. Returns NULL if not 214 found. Asserts if more than one entry has the specified .cuOff [all...] |
tytypes.c | 75 UWord cuOff = *(UWord*)VG_(indexXA)(xa, i); 76 VG_(printf)("0x%05lx", cuOff); 85 VG_(printf)("0x%05lx ", te->cuOff); 216 static void pp_TyBound_C_ishly ( const XArray* tyents, UWord cuOff ) 218 TyEnt* ent = ML_(TyEnts__index_by_cuOff)( tyents, NULL, cuOff ); 220 VG_(printf)("**bounds-have-invalid-cuOff**"); 238 UWord cuOff ) 240 TyEnt* ent = ML_(TyEnts__index_by_cuOff)( tyents, NULL, cuOff ); 242 VG_(printf)("**type-has-invalid-cuOff**"); 323 /* 'ents' is an XArray of TyEnts, sorted by their .cuOff fields. Fin [all...] |
readdwarf3.c | [all...] |
priv_storage.h | 500 UWord typeR; /* a cuOff */ [all...] |
storage.c | [all...] |
/external/elfutils/libdwfl/ |
cu.c | 172 intern_cu (Dwfl_Module *mod, Dwarf_Off cuoff, struct dwfl_cu **result) 174 if (unlikely (cuoff + 4 >= mod->dw->sectiondata[IDX_debug_info]->d_size)) 191 /* Make sure the cuoff points to a real DIE. */ 193 Dwarf_Die *die = INTUSE(dwarf_offdie) (mod->dw, cuoff, &cudie); 201 dwkey.start = cuoff - (3 * 0 - 4 + 3); 249 Dwarf_Off cuoff; local 255 cuoff = 0; 261 cuoff = lastcu->die.cu->end; 269 int end = INTUSE(dwarf_nextcu) (mod->dw, cuoff, &nextoff, &cuhdrsz, 279 Dwfl_Error result = intern_cu (mod, cuoff + cuhdrsz, nextp) [all...] |
ChangeLog | 303 * cu.c (intern_cu): Check for EOF and check cuoff points to a real [all...] |
/external/valgrind/docs/internals/ |
3_7_BUGSTATUS.txt | 160 297407 Failed reading debug information for Fortran codes; invalid cuOff
|