Searched refs:Post_fde (Results 1 – 3 of 3) sorted by relevance
251 struct Post_fde struct253 Post_fde(Fde* f, section_offset_type cie_off, unsigned char encoding) in Post_fde() argument262 typedef std::vector<Post_fde> Post_fdes; argument
492 post_fdes->push_back(Post_fde(*p, cie_offset, fde_encoding)); in write()
2130 * ehframe.h (Post_fdes) Make it a vector of Post_fde rather than2131 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.