Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dehframe.h251 struct Post_fde struct
253 Post_fde(Fde* f, section_offset_type cie_off, unsigned char encoding) in Post_fde() argument
262 typedef std::vector<Post_fde> Post_fdes; argument
Dehframe.cc492 post_fdes->push_back(Post_fde(*p, cie_offset, fde_encoding)); in write()
DChangeLog2130 * ehframe.h (Post_fdes) Make it a vector of Post_fde rather than
2131 pointer to Post_fde.
2132 (struct Post_fde): Move definition to here..
2133 * ehframe.cc (struct Post_fde): ..from here.
2134 (Cie::write): Don't alloc Post_fde.
2135 (Eh_frame::do_sized_write): Update. Don't free Post_fde.
2255 (struct Post_fde, Post_fdes): Declare.
2258 (struct Post_fde): Define.