Lines Matching defs:fres
156 /* V3 organizes the following data closer to the SFrame FREs for the
740 char *fres = frame_buf + hdrsz + ihp->sfh_freoff;
767 /* Handle FREs. */
768 fp = fres + fre_offset;
783 /* All FREs must have been endian flipped by now. */
836 char *fres = frame_buf + hdrsz + ihp->sfh_freoff;
862 fp = fres + fre_offset;
876 /* Handle FREs. */
892 /* All FREs must have been endian flipped by now. */
936 FREs need to be added to the SFrame section.
1509 /* SFrame FREs are at an offset of sfh_freoff from SFrame header end. */
1662 /* Get the end IP offset for the FRE at index i in the FDEP. The buffer FRES
1667 const char *fres)
1677 sframe_decode_fre_start_address (fres, &end_ip_offset, fre_type);
1701 const char *fres;
1716 fres = ctx->sfd_fres + fdep->func_start_fre_off;
1718 fres += sizeof (sframe_func_desc_attr_v3);
1724 err = sframe_decode_fre (fres, &cur_fre, fre_type, &size);
1729 end_ip_offset = sframe_fre_get_end_ip_offset (fdep, i, fres + size);
1742 fres += size;
1842 const char *fres;
1860 fres = ctx->sfd_fres + fdep->func_start_fre_off;
1862 fres += sizeof (sframe_func_desc_attr_v3);
1867 err = sframe_decode_fre (fres, &ifre, fre_type, &esz);
1885 fres += esz;
1894 of FREs in the buffer are NUM_FRES. In SFrame V3, this buffer also contains
1895 the FDE attr data before the actual SFrame FREs. Returns SFRAME_ERR in case
2178 /* Update the value of the number of FREs for the function. */
2192 function at index FUNC_IDX) to the encoder context ECTX. The number of FREs
2229 const char *fres = fres_buf + sizeof (uint16_t);
2230 fdep->func_info = *(uint8_t *)fres;
2231 fres += sizeof (uint8_t);
2232 fdep->func_info2 = *(uint8_t *)fres;
2233 fres += sizeof (uint8_t);
2234 fdep->func_rep_size = *(uint8_t *)fres;
2235 fres += sizeof (uint8_t);
2244 sframe_decode_fre (fres, ectx_frep, fre_type, &esz);
2257 fres += esz;
2328 /* Num FREs is updated as FREs are added for the function later via
2625 Recall that read/write of FREs needs information from the corresponding
2628 in which FREs are stored in the SFrame's FRE sub-section. This means
2629 that writing out FREs after sorting of FDEs will need some additional
2631 the FREs first to the output buffer. */