Home
last modified time | relevance | path

Searched refs:post_map (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dehframe.h178 bool post_map) in Fde() argument
183 this->u_.from_linker.post_map = post_map; in Fde()
206 post_map() const in post_map() function
207 { return this->object_ == NULL && this->u_.from_linker.post_map; } in post_map()
211 post_map(const Output_data* plt) const in post_map() function
212 { return this->post_map() && this->u_.from_linker.plt == plt; } in post_map()
248 bool post_map; member
H A Dehframe.cc492 if ((*p)->post_map()) in write()
1165 if (!fde->post_map(plt)) in remove_ehframe_for_plt()
H A DChangeLog-2019139 * ehframe.h (Fde:post_map): Make const, add variant to compare plt.
H A DChangeLog-08153670 * ehframe.h (class FDE): Add post_map field to u_.from_linker,
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dehframe.h178 bool post_map) in Fde() argument
183 this->u_.from_linker.post_map = post_map; in Fde()
206 post_map() const in post_map() function
207 { return this->object_ == NULL && this->u_.from_linker.post_map; } in post_map()
211 post_map(const Output_data* plt) const in post_map() function
212 { return this->post_map() && this->u_.from_linker.plt == plt; } in post_map()
248 bool post_map; member
H A Dehframe.cc492 if ((*p)->post_map()) in write()
1165 if (!fde->post_map(plt)) in remove_ehframe_for_plt()
H A DChangeLog-2019139 * ehframe.h (Fde:post_map): Make const, add variant to compare plt.
H A DChangeLog-08153670 * ehframe.h (class FDE): Add post_map field to u_.from_linker,
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dline-map.cc636 if (const line_map_ordinary *post_map in linemap_module_restore() local
644 const_cast <line_map_ordinary *> (post_map)->included_from = inc_at; in linemap_module_restore()
646 return post_map->start_location; in linemap_module_restore()