Home
last modified time | relevance | path

Searched refs:Fde (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dehframe.h164 class Fde
167 Fde(Relobj* object, unsigned int shndx, section_offset_type input_offset, in Fde() function
177 Fde(Output_data* plt, const unsigned char* contents, size_t length, in Fde() function
253 Post_fde(Fde* f, section_offset_type cie_off, unsigned char encoding) in Post_fde()
257 Fde* fde;
297 add_fde(Fde* fde) in add_fde()
347 std::vector<Fde*> fdes_;
Dehframe.cc337 Fde::write(unsigned char* oview, section_offset_type output_offset, in write()
404 for (std::vector<Fde*>::iterator p = this->fdes_.begin(); in ~Cie()
431 for (std::vector<Fde*>::const_iterator p = this->fdes_.begin(); in set_output_offset()
487 for (std::vector<Fde*>::const_iterator p = this->fdes_.begin(); in write()
1034 cie->add_fde(new Fde(object, shndx, (pfde - 8) - pcontents, in read_fde()
1060 Fde* fde = new Fde(plt, fde_data, fde_length, this->mappings_are_done_); in add_ehframe_for_plt()
DChangeLog720 * ehframe.cc (Fde::write): Add output_offset parameter.
725 * ehframe.h (Fde::write): Add output_offset parameter.
2257 * ehframe.cc (Fde::write): Use plt_fde_location.
2261 Adjust Fde constructor call. Bump final_data_size_ for post map FDEs.
5283 * ehframe.cc (Fde::write): Add address parameter. Change all
5289 * ehframe.h (class Fde): Update declarations. Move shndx_ and
5291 (Fde::Fde): Adjust for new union field.
5292 (Fde::Fde) [Output_data version]: New constructor.
5293 (Fde::add_mapping): Only add merge mapping if there is an object.