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

/haiku-fatelf/src/bin/gdb/bfd/
H A Delf-eh-frame.c180 int cie_compare (struct cie *c1, struct cie *c2)
218 struct cie cie; local
268 memset (&cie, 0, sizeof (cie));
380 && cie_compare (&cie, &hdr_info->last_cie) == 0)
383 new_size -= cie.hdr.length + 4;
388 hdr_info->last_cie = cie;
390 last_cie_inf->make_relative = cie
[all...]
H A Delf-bfd.h269 struct cie
298 unsigned int cie : 1;
322 struct cie last_cie;
268 struct cie struct
297 unsigned int cie : 1; member in struct:eh_cie_fde
/haiku-fatelf/src/bin/gdb/gdb/
H A Ddwarf2-frame.c80 struct dwarf2_cie *cie; member in struct:dwarf2_fde
611 fs->data_align = fde->cie->data_alignment_factor;
612 fs->code_align = fde->cie->code_alignment_factor;
613 fs->retaddr_column = fde->cie->return_address_register;
616 execute_cfa_program (fde->cie->initial_instructions,
617 fde->cie->end, next_frame, fs);
898 struct dwarf2_cie *cie;
1153 struct dwarf2_cie *cie = unit->cie;
1155 while (cie)
891 struct dwarf2_cie *cie; member in struct:comp_unit
1144 struct dwarf2_cie *cie = unit->cie; local
1158 add_cie(struct comp_unit *unit, struct dwarf2_cie *cie) argument
1266 struct dwarf2_cie *cie; local
[all...]
/haiku-fatelf/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_scan.c1061 const struct ieee80211_country_ie *cie = local
1065 if (cie->len < 3) {
1066 printf(" <bogus country ie, len %d>", cie->len);
1069 printf(" country [%c%c%c", cie->cc[0], cie->cc[1], cie->cc[2]);
1070 nbands = (cie->len - 3) / sizeof(cie->band[0]);
1072 schan = cie->band[i].schan;
1073 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];

Completed in 177 milliseconds