Searched refs:cies (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/binutils/gold/
H A Dehframe.cc657 Offsets_to_cie cies;
699 pcontents, p, pentend, &relocs, &cies,
707 pcontents, id, p, pentend, &relocs, &cies))
731 Offsets_to_cie* cies,
966 cies->insert(std::make_pair(pcie - pcontents, cie_pointer));
984 Offsets_to_cie* cies)
990 Offsets_to_cie::const_iterator pcie = cies->find(cie_offset);
991 if (pcie == cies->end())
721 read_cie(Sized_relobj_file<size, big_endian>* object, unsigned int shndx, const unsigned char* symbols, section_size_type symbols_size, const unsigned char* symbol_names, section_size_type symbol_names_size, const unsigned char* pcontents, const unsigned char* pcie, const unsigned char* pcieend, Track_relocs<size, big_endian>* relocs, Offsets_to_cie* cies, New_cies* new_cies) argument
975 read_fde(Sized_relobj_file<size, big_endian>* object, unsigned int shndx, const unsigned char* symbols, section_size_type symbols_size, const unsigned char* pcontents, unsigned int offset, const unsigned char* pfde, const unsigned char* pfdeend, Track_relocs<size, big_endian>* relocs, Offsets_to_cie* cies) argument
H A Dehframe.h487 Offsets_to_cie* cies,
502 Offsets_to_cie* cies);
/haiku-buildtools/binutils/bfd/
H A Delf-eh-frame.c875 /* Keep info for merging cies. */
1024 /* Keep info for merging cies. */
1025 sec_info->cies = local_cies;
1281 if (hdr_info->u.dwarf.cies == NULL)
1283 hdr_info->u.dwarf.cies = htab_try_create (1, cie_hash, cie_eq, free);
1284 if (hdr_info->u.dwarf.cies == NULL)
1287 loc = htab_find_slot_with_hash (hdr_info->u.dwarf.cies, cie,
1403 if (sec_info->cies)
1405 free (sec_info->cies);
1406 sec_info->cies
[all...]
H A Delf-bfd.h389 struct cie *cies;
410 struct htab *cies;
388 struct cie *cies; member in struct:eh_frame_sec_info
409 struct htab *cies; member in struct:dwarf_eh_frame_hdr_info

Completed in 126 milliseconds