Searched refs:fde (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libc/amd64/unwind/
H A Deh_frame.c70 void *fde_data; /* location in this process of fde */
92 fde_data = ctx->fde;
222 void *fde; local
231 fde = (void *)(uint64_t)(*((uint32_t *)second));
242 fde = (void *)(uint64_t)(*((uint64_t *)second));
253 fde = (void *)(uint64_t)(int64_t)(*((int32_t *)second));
264 fde = (void *)(uint64_t)(*((int64_t *)second));
277 fde = (void *)(((uint64_t)fde) + (uint64_t)second + reloc);
283 fde
361 void* fde; local
[all...]
H A Dunwind_context.h47 void *fde; member in struct:_Unwind_Context
98 * Computes the func and fde fields using pc as the lookup key.
99 * Return is 0 or address of fde
109 * the fde entry which must be valid and also partially unpacks
110 * fde and cie into *f
112 * This is one of two functions that look inside fde's
119 * register values, pc and fde values in a context
121 * This is the other function which looks inside fde's and
124 * If 'f' is NULL (because no fde was found), a default calculation
H A Dunwind.c212 ctx->fde = 0;

Completed in 23 milliseconds