Searched refs:cie (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/contrib/binutils/bfd/
H A Delf-eh-frame.c30 struct cie struct
217 const struct cie *c1 = e1;
218 const struct cie *c2 = e2;
248 const struct cie *c = e;
253 cie_compute_hash (struct cie *c)
281 if (entry->cie)
297 if (entry->cie)
456 struct cie cie; member in struct:extended_cie
462 struct cie *ci local
[all...]
H A Delf-bfd.h275 unsigned int cie : 1;
274 unsigned int cie : 1; member in struct:eh_cie_fde
/freebsd-9.3-release/contrib/binutils/gas/
H A Ddw2gencfi.c1043 output_cie (struct cie_entry *cie)
1050 cie->start_address = symbol_temp_new_now ();
1064 if (cie->per_encoding != DW_EH_PE_omit)
1066 if (cie->lsda_encoding != DW_EH_PE_omit)
1069 if (cie->signal_frame)
1075 out_one (cie->return_column);
1077 out_uleb128 (cie->return_column);
1078 augmentation_size = 1 + (cie->lsda_encoding != DW_EH_PE_omit);
1079 if (cie->per_encoding != DW_EH_PE_omit)
1080 augmentation_size += 1 + encoding_size (cie
1040 output_cie(struct cie_entry *cie) argument
1116 output_fde(struct fde_entry *fde, struct cie_entry *cie, struct cfi_insn_data *first, int align) argument
1190 struct cie_entry *cie; local
1335 struct cie_entry *cie; local
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Ddwarf2-frame.c80 struct dwarf2_cie *cie; member in struct:dwarf2_fde
621 fs->data_align = fde->cie->data_alignment_factor;
622 fs->code_align = fde->cie->code_alignment_factor;
623 fs->retaddr_column = fde->cie->return_address_register;
626 execute_cfa_program (fde->cie->initial_instructions,
627 fde->cie->end, next_frame, fs);
908 struct dwarf2_cie *cie;
1166 struct dwarf2_cie *cie = unit->cie;
1168 while (cie)
901 struct dwarf2_cie *cie; member in struct:comp_unit
1157 struct dwarf2_cie *cie = unit->cie; local
1171 add_cie(struct comp_unit *unit, struct dwarf2_cie *cie) argument
1279 struct dwarf2_cie *cie; local
[all...]
/freebsd-9.3-release/sys/net80211/
H A Dieee80211_scan.c1053 const struct ieee80211_country_ie *cie = local
1057 if (cie->len < 3) {
1058 printf(" <bogus country ie, len %d>", cie->len);
1061 printf(" country [%c%c%c", cie->cc[0], cie->cc[1], cie->cc[2]);
1062 nbands = (cie->len - 3) / sizeof(cie->band[0]);
1064 schan = cie->band[i].schan;
1065 nchan = cie
[all...]
H A Dieee80211_scan_sta.c338 const struct ieee80211_country_ie *cie = local
352 !isocmp(cie->cc, ic->ic_regdomain.isocc))) {
356 cie->cc);
360 ise->se_cc[0] = cie->cc[0];
361 ise->se_cc[1] = cie->cc[1];
/freebsd-9.3-release/contrib/binutils/binutils/
H A Ddwarf.c2978 Frame_Chunk *cie; local
3081 cie = fc;
3144 for (cie = chunks; cie ; cie = cie->next)
3145 if (cie->chunk_start == look_for)
3148 if (!cie)
3156 cie = fc;
3162 fc->ncols = cie
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dunwind-dw2.c350 extract_cie_info (const struct dwarf_cie *cie, struct _Unwind_Context *context,
353 const unsigned char *aug = cie->augmentation;
371 if (cie->version == 1)
1101 const struct dwarf_cie *cie;
1127 cie = get_cie (fde);
1128 insn = extract_cie_info (cie, context, fs);
1134 end = (unsigned char *) next_fde ((struct dwarf_fde *) cie);
346 extract_cie_info(const struct dwarf_cie *cie, struct _Unwind_Context *context, _Unwind_FrameState *fs) argument
1096 const struct dwarf_cie *cie; local
H A Dunwind-dw2-fde.c266 get_cie_encoding (const struct dwarf_cie *cie)
273 aug = cie->augmentation;
280 if (cie->version == 1) /* Skip return address column. */
265 get_cie_encoding(const struct dwarf_cie *cie) argument
/freebsd-9.3-release/sbin/ifconfig/
H A Difieee80211.c2967 const struct ieee80211_country_ie *cie = local
2971 printf("%s<%c%c%c", tag, cie->cc[0], cie->cc[1], cie->cc[2]);
2972 nbands = (cie->len - 3) / sizeof(cie->band[0]);
2974 schan = cie->band[i].schan;
2975 nchan = cie->band[i].nchan;
2978 cie->band[i].maxtxpwr);
2980 printf(" %u,%u", schan, cie
[all...]

Completed in 298 milliseconds