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

/openbsd-current/usr.sbin/relayd/
H A Dcheck_icmp.c49 icmp_setup(struct relayd *env, struct ctl_icmp_event *cie, int af) argument
55 if ((cie->s = socket(af, SOCK_RAW | SOCK_NONBLOCK, proto)) == -1)
58 if (setsockopt(cie->s, SOL_SOCKET, SO_RCVBUF, &val, sizeof(val)) == -1)
60 cie->env = env;
61 cie->af = af;
87 check_icmp_add(struct ctl_icmp_event *cie, int flags, struct timeval *start, argument
93 bcopy(start, &cie->tv_start, sizeof(cie->tv_start));
94 bcopy(&cie->env->sc_conf.timeout, &tv, sizeof(tv));
95 getmonotime(&cie
115 icmp_checks_done(struct ctl_icmp_event *cie) argument
136 icmp_checks_timeout(struct ctl_icmp_event *cie, enum host_error he) argument
160 struct ctl_icmp_event *cie = arg; local
287 struct ctl_icmp_event *cie = arg; local
[all...]
/openbsd-current/usr.sbin/tcpdump/
H A Dprint-nhrp.c222 struct nhrp_cie *cie; local
225 if ((snapend - data) < sizeof(*cie))
228 cie = (struct nhrp_cie *)data;
233 printf(" (code %d", cie->code);
235 printf(", pl %d, mtu %d, htime %d, pref %d", cie->plen,
236 EXTRACT_16BITS(&cie->mtu), EXTRACT_16BITS(&cie->htime),
237 cie->pref);
240 if (cie->cli_addr_tl & 0x40)
243 data += sizeof(*cie);
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Delf-eh-frame.c29 struct cie struct
212 const struct cie *c1 = e1;
213 const struct cie *c2 = e2;
241 const struct cie *c = e;
246 cie_compute_hash (struct cie *c)
274 if (entry->cie)
290 if (entry->cie)
449 struct cie cie; member in struct:extended_cie
455 struct cie *ci local
[all...]
H A Delf-bfd.h273 unsigned int cie : 1;
272 unsigned int cie : 1; member in struct:eh_cie_fde
/openbsd-current/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/
H A Ddemo3.pl13 my @y :Good :Omni(s/cie/nt/);
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Delf-eh-frame.c180 int cie_compare (struct cie *c1, struct cie *c2)
217 struct cie cie; local
272 memset (&cie, 0, sizeof (cie));
378 && cie_compare (&cie, &hdr_info->last_cie) == 0)
381 new_size -= cie.hdr.length + 4;
389 hdr_info->last_cie = cie;
393 = cie
[all...]
H A Delf-bfd.h254 struct cie
282 unsigned char cie : 1;
304 struct cie last_cie;
253 struct cie struct
281 unsigned char cie : 1; member in struct:eh_cie_fde
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/
H A Ddw2gencfi.c1051 output_cie (struct cie_entry *cie)
1058 cie->start_address = symbol_temp_new_now ();
1072 if (cie->per_encoding != DW_EH_PE_omit)
1074 if (cie->lsda_encoding != DW_EH_PE_omit)
1077 if (cie->signal_frame)
1083 out_one (cie->return_column);
1085 out_uleb128 (cie->return_column);
1086 augmentation_size = 1 + (cie->lsda_encoding != DW_EH_PE_omit);
1087 if (cie->per_encoding != DW_EH_PE_omit)
1088 augmentation_size += 1 + encoding_size (cie
1048 output_cie(struct cie_entry *cie) argument
1124 output_fde(struct fde_entry *fde, struct cie_entry *cie, struct cfi_insn_data *first, int align) argument
1198 struct cie_entry *cie; local
1343 struct cie_entry *cie; local
[all...]
/openbsd-current/gnu/usr.bin/binutils/gas/
H A Ddw2gencfi.c827 output_cie (struct cie_entry *cie)
833 cie->start_address = symbol_temp_new_now ();
851 out_one (cie->return_column); /* Return column */
859 if (cie->first)
860 for (i = cie->first; i != cie->last; i = i->next)
868 output_fde (struct fde_entry *fde, struct cie_entry *cie,
885 exp.X_op_symbol = cie->start_address;
921 struct cie_entry *cie;
923 for (cie
824 output_cie(struct cie_entry *cie) argument
865 output_fde(struct fde_entry *fde, struct cie_entry *cie, struct cfi_insn_data *first, int align) argument
918 struct cie_entry *cie; local
1035 struct cie_entry *cie; local
[all...]
/openbsd-current/gnu/usr.bin/binutils/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);
924 struct dwarf2_cie *cie;
1179 struct dwarf2_cie *cie = unit->cie;
1181 while (cie)
917 struct dwarf2_cie *cie; member in struct:comp_unit
1170 struct dwarf2_cie *cie = unit->cie; local
1184 add_cie(struct comp_unit *unit, struct dwarf2_cie *cie) argument
1292 struct dwarf2_cie *cie; local
[all...]
/openbsd-current/gnu/llvm/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp267 // cie.offset = cie_offset;
268 // cie.length = length;
269 // cie.cieID = cieID;
456 Debugger::ReportError(llvm::formatv("Invalid fde/cie next entry offset "
457 "of {0:x} found in cie/fde at {1:x}",
488 Debugger::ReportError(llvm::formatv("Invalid cie offset of {0:x} "
489 "found in cie/fde at {1:x}",
498 const CIE *cie = GetCIE(cie_offset); local
499 if (cie) {
505 GetGNUEHPointer(m_cfi_data, &offset, cie
569 const CIE *cie = GetCIE(cie_offset); local
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Ddwarf.c2921 Frame_Chunk *cie; local
3018 cie = fc;
3081 for (cie = chunks; cie ; cie = cie->next)
3082 if (cie->chunk_start == look_for)
3085 if (!cie)
3094 cie = fc;
3100 fc->ncols = cie
[all...]
/openbsd-current/gnu/llvm/lld/ELF/
H A DMarkLive.cpp146 for (const EhSectionPiece &cie : eh.cies)
147 if (cie.firstRelocation != unsigned(-1))
148 resolveReloc(eh, rels[cie.firstRelocation], false);
H A DSyntheticSections.cpp357 CieRecord *EhFrameSection::addCie(EhSectionPiece &cie, ArrayRef<RelTy> rels) { argument
359 unsigned firstRelI = cie.firstRelocation;
362 &cie.sec->template getFile<ELFT>()->getRelocTargetSym(rels[firstRelI]);
365 CieRecord *&rec = cieMap[{cie.data(), personality}];
370 rec->cie = &cie;
409 for (EhSectionPiece &cie : sec->cies)
410 offsetToCie[cie.inputOff] = addCie<ELFT>(cie, rels);
441 for (EhSectionPiece &cie
[all...]
H A DMapFile.cpp134 add(*rec->cie);
H A DSyntheticSections.h39 EhSectionPiece *cie = nullptr; member in struct:lld::elf::CieRecord
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dunwind-dw2.c283 extract_cie_info (struct dwarf_cie *cie, struct _Unwind_Context *context,
286 const unsigned char *aug = cie->augmentation;
970 struct dwarf_cie *cie;
998 cie = get_cie (fde);
999 insn = extract_cie_info (cie, context, fs);
1005 end = (unsigned char *) next_fde ((struct dwarf_fde *) cie);
278 extract_cie_info(struct dwarf_cie *cie, struct _Unwind_Context *context, _Unwind_FrameState *fs) argument
964 struct dwarf_cie *cie; local
H A Dunwind-dw2-fde.c264 get_cie_encoding (struct dwarf_cie *cie)
271 aug = cie->augmentation;
263 get_cie_encoding(struct dwarf_cie *cie) argument
/openbsd-current/gnu/llvm/lld/MachO/
H A DInputFiles.cpp1229 CIE cie; local
1242 cie.fdesHaveAug = true;
1255 cie.lsdaPtrSize = pointerEncodingToSize(lsdaEnc);
1256 if (cie.lsdaPtrSize == 0)
1263 cie.funcPtrSize = pointerEncodingToSize(pointerEnc);
1264 if (cie.funcPtrSize == 0 || !(pointerEnc & dwarf::DW_EH_PE_pcrel))
1280 cie.personalitySymbol = personalityRelocIt->referent.get<macho::Symbol *>();
1282 return cie;
1434 const CIE &cie = cieMap[cieIsec]; local
1437 uint64_t funcAddr = reader.readPointer(&dataOff, cie
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dunwind-dw2.c377 extract_cie_info (const struct dwarf_cie *cie, struct _Unwind_Context *context,
380 const unsigned char *aug = cie->augmentation;
398 if (cie->version == 1)
1128 const struct dwarf_cie *cie;
1154 cie = get_cie (fde);
1155 insn = extract_cie_info (cie, context, fs);
1161 end = (unsigned char *) next_fde ((struct dwarf_fde *) cie);
373 extract_cie_info(const struct dwarf_cie *cie, struct _Unwind_Context *context, _Unwind_FrameState *fs) argument
1123 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
/openbsd-current/gnu/llvm/libunwind/src/
H A DDwarfParser.hpp165 static const char *parseCIE(A &addressSpace, pint_t cie, CIE_Info *cieInfo);
316 const char *CFI_Parser<A>::parseCIE(A &addressSpace, pint_t cie, argument
331 cieInfo->cieStart = cie;
332 pint_t p = cie;
380 cieInfo->personalityOffsetInCIE = (uint8_t)(p - cie);
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dreadelf.c8703 Frame_Chunk *cie;
8779 cie = fc;
8842 for (cie = chunks; cie ; cie = cie->next)
8843 if (cie->chunk_start == look_for)
8846 if (!cie)
8855 cie = fc;
8861 fc->ncols = cie
8701 Frame_Chunk *cie; local
[all...]
/openbsd-current/sys/dev/pci/
H A Dcs4280.c1326 u_int32_t cctl, cie; local
1379 cie = BA1READ4(sc, CS4280_CIE) & ~CIE_CI_MASK;
1380 BA1WRITE4(sc, CS4280_CIE, cie | CIE_CI_ENABLE);
/openbsd-current/gnu/usr.bin/perl/dist/Attribute-Handlers/lib/Attribute/
H A DHandlers.pm774 my @arr :Good :Omni(s/cie/nt/);
826 # my @arr :Good :Omni(s/cie/nt/);

Completed in 506 milliseconds