HomeSort by: relevance | last modified time | path
    Searched defs:is_gnu_ifunc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
gdbtypes.h 1284 bool is_gnu_ifunc () const function in struct:type
1289 void set_is_gnu_ifunc (bool is_gnu_ifunc)
1291 this->main_type->m_flag_gnu_ifunc = is_gnu_ifunc;
  /src/external/gpl3/gdb/dist/gdb/
gdbtypes.h 1301 bool is_gnu_ifunc () const function in struct:type
1306 void set_is_gnu_ifunc (bool is_gnu_ifunc)
1308 this->main_type->m_flag_gnu_ifunc = is_gnu_ifunc;

Completed in 20 milliseconds