MCPcopy Index your code
hub / github.com/dtrace4linux/linux / fix_ptrptr_to_struct

Function fix_ptrptr_to_struct

cmd/ctfconvert/st_bugs.c:52–104  ·  view source on GitHub ↗

* Due to 4432619, the 6.1 compiler will sometimes incorrectly generate pointer * stabs. Given a struct foo, and a corresponding typedef struct foo foo_t. * In some cases, when faced with a pointer to a foo_t, the compiler will * sometimes generate a stab that describes a pointer to a struct foo. * Regardless of correctness, this breaks merges, as it occurs inconsistently * by file. The foll

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

cvt_fixbugsFunction · 0.85

Calls 4

lookupnameFunction · 0.85
streqFunction · 0.85
xcallocFunction · 0.85
debugFunction · 0.85

Tested by

no test coverage detected