Lines Matching defs:fres
538 /* All FDEs and FREs must have been endian flipped by now. */
984 /* SFrame FREs are at an offset of sfh_freoff from SFrame header end. */
1135 /* Get the end IP offset for the FRE at index i in the FDEP. The buffer FRES
1140 const char *fres)
1150 sframe_decode_fre_start_address (fres, &end_ip_offset, fre_type);
1174 const char *fres;
1188 fres = ctx->sfd_fres + fdep->sfde_func_start_fre_off;
1193 err = sframe_decode_fre (fres, &cur_fre, fre_type, &size);
1198 end_ip_offset = sframe_fre_get_end_ip_offset (fdep, i, fres + size);
1211 fres += size;
1306 const char *fres;
1323 fres = ctx->sfd_fres + fdep->sfde_func_start_fre_off;
1327 err = sframe_decode_fre (fres, &ifre, fre_type, &esz);
1345 fres += esz;
1613 /* Update the value of the number of FREs for the function. */
1679 /* Num FREs is updated as FREs are added for the function later via
1890 Recall that read/write of FREs needs information from the corresponding
1893 in which FREs are stored in the SFrame's FRE sub-section. This means
1894 that writing out FREs after sorting of FDEs will need some additional
1896 the FREs first to the output buffer. */