Home
last modified time | relevance | path

Searched refs:SEG_FLAG_EXE (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/gpl3/binutils/dist/gprofng/src/
H A DExpGroup.cc130 if ((lo->flags & SEG_FLAG_EXE) != 0) in get_comparable_loadObject()
135 if ((lobj->flags & SEG_FLAG_EXE) != 0) in get_comparable_loadObject()
H A DLoadObject.h35 #define SEG_FLAG_EXE 0x08 macro
H A Dparse.cc735 lo->flags |= SEG_FLAG_EXE; in process_seg_map_cmd()
803 lo->flags |= SEG_FLAG_EXE; in process_Linux_kernel_cmd()
H A DExperiment.cc1728 if (lo->flags & SEG_FLAG_EXE) in append()