Home
last modified time | relevance | path

Searched refs:SEG_FLAG_DYNAMIC (Results 1 – 6 of 6) sorted by relevance

/netbsd/external/gpl3/binutils/dist/gprofng/src/
H A DExpGroup.cc149 if ((lo->flags & SEG_FLAG_DYNAMIC) != 0) in get_comparable_loadObject()
H A DLoadObject.h32 #define SEG_FLAG_DYNAMIC 0x01 macro
H A DModule.cc474 if ((loadobject->flags & SEG_FLAG_DYNAMIC) != 0) in setFile()
606 if ((loadobject->flags & SEG_FLAG_DYNAMIC) != 0 in openStabs()
704 if (!(loadobject->flags & SEG_FLAG_DYNAMIC) && loadobject->platform != Java) in openDisPC()
1365 if ((loadobject->flags & SEG_FLAG_DYNAMIC) in set_dis_data()
H A Dgp-archive.cc160 if ((lo->flags & SEG_FLAG_DYNAMIC) != 0) in get_loadObjs()
H A Dparse.cc151 lo->flags |= SEG_FLAG_DYNAMIC; in get_dynfunc_lo()
H A DLoadObject.cc586 if (flags & SEG_FLAG_DYNAMIC || platform == Java) in post_process_functions()