| /src/external/gpl3/binutils.old/dist/libsframe/ |
| sframe-dump.c | 139 sframe_frame_row_entry fre; local 154 /* Mark FDEs with [m] where the FRE start address is interpreted as a 176 sframe_decoder_get_fre (sfd_ctx, funcidx, j, &fre); 179 ? fre.fre_start_addr 180 : func_start_pc_vma + fre.fre_start_addr); 184 base_reg_id = sframe_fre_get_base_reg_id (&fre, &err[0]); 185 cfa_offset = sframe_fre_get_cfa_offset (sfd_ctx, &fre, &err[0]); 186 fp_offset = sframe_fre_get_fp_offset (sfd_ctx, &fre, &err[1]); 187 ra_offset = sframe_fre_get_ra_offset (sfd_ctx, &fre, &err[2]); 229 /* Mark SFrame FRE's RA information with "[s]" if the RA is mangle [all...] |
| sframe.c | 77 some checks on the FRE start address. 259 /* Get the FRE start address size, given the FRE_TYPE. */ 331 includes the starting address, FRE info, and all the offsets. */ 418 masking with the rep_block_size is necessary to find the matching FRE. */ 438 /* Advance the buffer pointer to where the FRE info is. */ 442 /* FRE info is uint8_t. No need to flip. */ 580 /* Get IDX'th offset from FRE. Set errp as applicable. */ 583 sframe_get_fre_offset (sframe_frame_row_entry *fre, int idx, int *errp) 587 if (fre == NULL || !sframe_fre_sanity_check_p (fre)) [all...] |
| /src/external/gpl3/gdb.old/dist/libsframe/ |
| sframe-dump.c | 127 sframe_frame_row_entry fre; local 135 /* Mark FDEs with [m] where the FRE start address is interpreted as a 157 sframe_decoder_get_fre (sfd_ctx, funcidx, j, &fre); 160 ? fre.fre_start_addr 161 : func_start_pc_vma + fre.fre_start_addr); 165 base_reg_id = sframe_fre_get_base_reg_id (&fre, &err[0]); 166 cfa_offset = sframe_fre_get_cfa_offset (sfd_ctx, &fre, &err[0]); 167 fp_offset = sframe_fre_get_fp_offset (sfd_ctx, &fre, &err[1]); 168 ra_offset = sframe_fre_get_ra_offset (sfd_ctx, &fre, &err[2]); 194 /* Mark SFrame FRE's RA information with "[s]" if the RA is mangle [all...] |
| sframe.c | 76 some checks on the FRE start address. 258 /* Get the FRE start address size, given the FRE_TYPE. */ 330 includes the starting address, FRE info, and all the offsets. */ 401 /* For FDEs for repetitive pattern of insns, we need to return the FRE 424 /* Advance the buffer pointer to where the FRE info is. */ 428 /* FRE info is uint8_t. No need to flip. */ 562 /* Get IDX'th offset from FRE. Set errp as applicable. */ 565 sframe_get_fre_offset (sframe_frame_row_entry *fre, int idx, int *errp) 569 if (fre == NULL || !sframe_fre_sanity_check_p (fre)) [all...] |
| /src/external/gpl3/gdb/dist/libsframe/ |
| sframe-dump.c | 139 sframe_frame_row_entry fre; local 154 /* Mark FDEs with [m] where the FRE start address is interpreted as a 176 sframe_decoder_get_fre (sfd_ctx, funcidx, j, &fre); 179 ? fre.fre_start_addr 180 : func_start_pc_vma + fre.fre_start_addr); 184 base_reg_id = sframe_fre_get_base_reg_id (&fre, &err[0]); 185 cfa_offset = sframe_fre_get_cfa_offset (sfd_ctx, &fre, &err[0]); 186 fp_offset = sframe_fre_get_fp_offset (sfd_ctx, &fre, &err[1]); 187 ra_offset = sframe_fre_get_ra_offset (sfd_ctx, &fre, &err[2]); 229 /* Mark SFrame FRE's RA information with "[s]" if the RA is mangle [all...] |
| sframe.c | 77 some checks on the FRE start address. 259 /* Get the FRE start address size, given the FRE_TYPE. */ 331 includes the starting address, FRE info, and all the offsets. */ 418 masking with the rep_block_size is necessary to find the matching FRE. */ 438 /* Advance the buffer pointer to where the FRE info is. */ 442 /* FRE info is uint8_t. No need to flip. */ 580 /* Get IDX'th offset from FRE. Set errp as applicable. */ 583 sframe_get_fre_offset (sframe_frame_row_entry *fre, int idx, int *errp) 587 if (fre == NULL || !sframe_fre_sanity_check_p (fre)) [all...] |
| /src/external/gpl3/binutils/dist/include/ |
| sframe-api.h | 69 _SFRAME_ITEM (SFRAME_ERR_FRE_INVAL, "Corrupt FRE.") \ 72 _SFRAME_ITEM (SFRAME_ERR_FRE_NOTFOUND,"FRE not found.") \ 73 _SFRAME_ITEM (SFRAME_ERR_FREOFFSET_NOPRESENT,"FRE offset not present.") 99 /* Gather the FRE type given the function size. */ 163 /* Get the FRE_IDX'th FRE of the function at FUNC_IDX'th function 170 sframe_frame_row_entry *fre); 172 /* Get the SFrame FRE data of the function at FUNC_IDX'th function index entry 215 /* Get IDX'th offset as unsigned data from FRE. Set errp as applicable. */ 217 sframe_get_fre_udata (const sframe_frame_row_entry *fre, int idx, int *errp); 219 /* Get the base reg id from the FRE info. Sets errp if fails. * [all...] |
| /src/external/gpl3/binutils/dist/libsframe/ |
| sframe-dump.c | 231 sframe_frame_row_entry fre; local 237 sframe_decoder_get_fre (sfd_ctx, funcidx, j, &fre); 240 ? fre.fre_start_addr 241 : func_start_pc_vma + fre.fre_start_addr); 245 base_reg_id = sframe_fre_get_base_reg_id (&fre, &err[0]); 246 ra_undefined_p = sframe_fre_get_ra_undefined_p (sfd_ctx, &fre, &err[0]); 247 cfa_offset = sframe_fre_get_cfa_offset (sfd_ctx, &fre, 250 fp_offset = sframe_fre_get_fp_offset (sfd_ctx, &fre, 252 ra_offset = sframe_fre_get_ra_offset (sfd_ctx, &fre, 259 /* Dump RA undefined (FRE without any offsets). * 350 sframe_frame_row_entry fre; local [all...] |
| sframe.c | 91 some checks on the FRE start address. 424 /* Get the FRE start address size, given the FRE_TYPE. */ 496 includes the starting address, FRE info, and all the offsets. */ 511 /* Get total size in bytes in the SFrame FRE at FRE_BUF location, given the 512 type of FRE as FRE_TYPE. */ 601 masking with the rep_block_size is necessary to find the matching FRE. */ 678 /* Advance the buffer pointer to where the FRE info is. */ 682 /* FRE info is uint8_t. No need to flip. */ 933 /* Expands the memory allocated for the SFrame Frame Row Entry (FRE) table 934 FRE_TBL. This function is called when the current FRE buffer i [all...] |
| /src/external/gpl3/binutils.old/dist/include/ |
| sframe-api.h | 69 _SFRAME_ITEM (SFRAME_ERR_FRE_INVAL, "Corrupt FRE.") \ 72 _SFRAME_ITEM (SFRAME_ERR_FRE_NOTFOUND,"FRE not found.") \ 73 _SFRAME_ITEM (SFRAME_ERR_FREOFFSET_NOPRESENT,"FRE offset not present.") 99 /* Gather the FRE type given the function size. */ 163 /* Get the FRE_IDX'th FRE of the function at FUNC_IDX'th function 170 sframe_frame_row_entry *fre); 200 /* Get the base reg id from the FRE info. Sets errp if fails. */ 202 sframe_fre_get_base_reg_id (sframe_frame_row_entry *fre, int *errp); 204 /* Get the CFA offset from the FRE. If the offset is invalid, sets errp. */ 207 sframe_frame_row_entry *fre, int *errp) [all...] |
| /src/external/gpl3/gdb.old/dist/include/ |
| sframe-api.h | 69 _SFRAME_ITEM (SFRAME_ERR_FRE_INVAL, "Corrupt FRE.") \ 72 _SFRAME_ITEM (SFRAME_ERR_FRE_NOTFOUND,"FRE not found.") \ 73 _SFRAME_ITEM (SFRAME_ERR_FREOFFSET_NOPRESENT,"FRE offset not present.") 99 /* Gather the FRE type given the function size. */ 155 /* Get the FRE_IDX'th FRE of the function at FUNC_IDX'th function 162 sframe_frame_row_entry *fre); 192 /* Get the base reg id from the FRE info. Sets errp if fails. */ 194 sframe_fre_get_base_reg_id (sframe_frame_row_entry *fre, int *errp); 196 /* Get the CFA offset from the FRE. If the offset is invalid, sets errp. */ 199 sframe_frame_row_entry *fre, int *errp) [all...] |
| /src/external/gpl3/gdb/dist/include/ |
| sframe-api.h | 69 _SFRAME_ITEM (SFRAME_ERR_FRE_INVAL, "Corrupt FRE.") \ 72 _SFRAME_ITEM (SFRAME_ERR_FRE_NOTFOUND,"FRE not found.") \ 73 _SFRAME_ITEM (SFRAME_ERR_FREOFFSET_NOPRESENT,"FRE offset not present.") 99 /* Gather the FRE type given the function size. */ 163 /* Get the FRE_IDX'th FRE of the function at FUNC_IDX'th function 170 sframe_frame_row_entry *fre); 200 /* Get the base reg id from the FRE info. Sets errp if fails. */ 202 sframe_fre_get_base_reg_id (sframe_frame_row_entry *fre, int *errp); 204 /* Get the CFA offset from the FRE. If the offset is invalid, sets errp. */ 207 sframe_frame_row_entry *fre, int *errp) [all...] |
| /src/external/gpl3/binutils.old/dist/gas/ |
| gen-sframe.c | 34 /* SFrame FRE type selection optimization is an optimization for size. 36 There are three flavors of SFrame FRE representation in the binary format: 37 - sframe_frame_row_entry_addr1 where the FRE start address is 1 byte. 38 - sframe_frame_row_entry_addr2 where the FRE start address is 2 bytes. 39 - sframe_frame_row_entry_addr4 where the FRE start address is 4 bytes. 42 single representation. The SFrame FRE type itself is identified via the 116 /* SFrame Frame Row Entry (FRE) related functions. */ 119 sframe_fre_set_begin_addr (struct sframe_row_entry *fre, symbolS *beginS) 121 fre->pc_begin = beginS; 125 sframe_fre_set_end_addr (struct sframe_row_entry *fre, symbolS *endS 508 struct sframe_row_entry *fre = XCNEW (struct sframe_row_entry); local 1852 struct sframe_row_entry *fre; local [all...] |
| /src/external/gpl3/binutils/dist/gas/ |
| gen-sframe.c | 35 /* SFrame FRE type selection optimization is an optimization for size. 37 There are three flavors of SFrame FRE representation in the binary format: 38 - sframe_frame_row_entry_addr1 where the FRE start address is 1 byte. 39 - sframe_frame_row_entry_addr2 where the FRE start address is 2 bytes. 40 - sframe_frame_row_entry_addr4 where the FRE start address is 4 bytes. 43 single representation. The SFrame FRE type itself is identified via the 127 /* SFrame Frame Row Entry (FRE) related functions. */ 130 sframe_fre_set_begin_addr (struct sframe_row_entry *fre, symbolS *beginS) 132 fre->pc_begin = beginS; 136 sframe_fre_set_end_addr (struct sframe_row_entry *fre, symbolS *endS 594 struct sframe_row_entry *fre = XCNEW (struct sframe_row_entry); local 2443 struct sframe_row_entry *fre; local [all...] |
| /src/external/gpl3/gdb/dist/libsframe/testsuite/libsframe.find/ |
| plt-findfre-2.c | 2 PCMASK with with one SFrame FRE only. 43 /* 1 single FRE. */ 44 sframe_frame_row_entry fre local 66 if (sframe_encoder_add_fre (ectx, idx, &fre) == SFRAME_ERR) 76 /* 1 single FRE. */ 77 sframe_frame_row_entry fre local 99 if (sframe_encoder_add_fre (ectx, idx, &fre) == SFRAME_ERR) 153 /* Find the only FRE in PLT0 at offset 0. */ 156 "plt-findfre-2%c: Find only FRE in PLT0 at offset 0", suffix); 158 /* Find the only FRE in PLT0 at offset PLT_SIZE-1. * [all...] |
| /src/lib/libc/locale/ |
| rune.c | 237 const _FileRuneEntry *fre; local 258 fre = (const _FileRuneEntry *)(const void *)(frl + 1); 259 frune = (const uint32_t *)(const void *)(fre + len); 263 n = len * sizeof(*fre); 308 end_fre = fre + name##_len; \ 309 while (fre < end_fre) { \ 310 re->re_min = be32toh((uint32_t)fre->fre_min); \ 311 re->re_max = be32toh((uint32_t)fre->fre_max); \ 312 re->re_map = be32toh((uint32_t)fre->fre_map); \ 328 ++fre, ++re; [all...] |
| /src/sbin/fsdb/ |
| Makefile | 39 COPTS.pass1.c+= -fno-tree-fre -fno-tree-lrs
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| elf-sframe.c | 503 sframe_frame_row_entry fre; local 504 if (!sframe_decoder_get_fre (sfd_ctx, i, j, &fre)) 508 &fre);
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| elf-sframe.c | 557 sframe_frame_row_entry fre; local 558 if (!sframe_decoder_get_fre (sfd_ctx, i, j, &fre)) 562 &fre);
|
| /src/external/gpl3/gdb/dist/bfd/ |
| elf-sframe.c | 557 sframe_frame_row_entry fre; local 558 if (!sframe_decoder_get_fre (sfd_ctx, i, j, &fre)) 562 &fre);
|