Home | History | Annotate | Download | only in libsframe

Lines Matching defs:fres

538   /* All FDEs and FREs must have been endian flipped by now.  */
1133 /* Get the end IP offset for the FRE at index i in the FDEP. The buffer FRES
1138 const char *fres)
1148 sframe_decode_fre_start_address (fres, &end_ip_offset, fre_type);
1172 const char *fres;
1186 fres = ctx->sfd_fres + fdep->sfde_func_start_fre_off;
1191 err = sframe_decode_fre (fres, &cur_fre, fre_type, &size);
1196 end_ip_offset = sframe_fre_get_end_ip_offset (fdep, i, fres + size);
1209 fres += size;
1304 const char *fres;
1321 fres = ctx->sfd_fres + fdep->sfde_func_start_fre_off;
1325 err = sframe_decode_fre (fres, &ifre, fre_type, &esz);
1343 fres += esz;
1611 /* Update the value of the number of FREs for the function. */
1677 /* Num FREs is updated as FREs are added for the function later via
1888 Recall that read/write of FREs needs information from the corresponding
1891 in which FREs are stored in the SFrame's FRE sub-section. This means
1892 that writing out FREs after sorting of FDEs will need some additional
1894 the FREs first to the output buffer. */