Searched refs:cies (Results 1 – 8 of 8) sorted by relevance
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | elf-eh-frame.c | 479 if (hdr_info->cies == NULL && !info->relocatable) in _bfd_elf_discard_section_eh_frame() 480 hdr_info->cies = htab_try_create (1, cie_hash, cie_eq, free); in _bfd_elf_discard_section_eh_frame() 887 if (hdr_info->cies != NULL) in _bfd_elf_discard_section_eh_frame() 889 void **loc = htab_find_slot_with_hash (hdr_info->cies, &ecie->cie, in _bfd_elf_discard_section_eh_frame() 965 if (hdr_info->cies != NULL) in _bfd_elf_discard_section_eh_frame_hdr() 967 htab_delete (hdr_info->cies); in _bfd_elf_discard_section_eh_frame_hdr() 968 hdr_info->cies = NULL; in _bfd_elf_discard_section_eh_frame_hdr()
|
H A D | elf-bfd.h | 299 struct htab *cies; member
|
/openbsd/gnu/llvm/lld/ELF/ |
H A D | Relocations.cpp | 402 cies = eh->cies; in OffsetGetter() 404 i = cies.begin(); in OffsetGetter() 413 if (cies.empty()) in get() 420 while (i != cies.end() && i->inputOff <= off) in get() 422 if (i == cies.begin() || i[-1].inputOff + i[-1].size <= off) in get() 434 ArrayRef<EhSectionPiece> cies, fdes; member in __anon1583ab810111::OffsetGetter
|
H A D | MarkLive.cpp | 146 for (const EhSectionPiece &cie : eh.cies) in scanEhFrameSection()
|
H A D | InputSection.cpp | 1200 (id == 0 ? cies : fdes).emplace_back(off, this, size, firstRel); in split() 1214 cies, [=](EhSectionPiece p) { return p.inputOff <= offset; }); in getParentOffset() 1215 if (it == cies.begin()) // invalid piece in getParentOffset()
|
H A D | InputSection.h | 343 SmallVector<EhSectionPiece, 0> cies, fdes; variable
|
H A D | SyntheticSections.cpp | 409 for (EhSectionPiece &cie : sec->cies) in addRecords() 441 for (EhSectionPiece &cie : sec.cies) in iterateFDEWithLSDAAux()
|
/openbsd/gnu/usr.bin/gcc/gcc/po/ |
H A D | ca.po | 18615 msgstr "Esborrar els intr�nsecs libU77 amb interf�cies err�nies" 18619 msgstr "Desactivar els intr�nsecs libU77 amb interf�cies err�nies" 18623 msgstr "Amagar els intr�nsecs libU77 amb interf�cies err�nies"
|