get_segm_start
Get start address of a segment
     ea - any address in the segment
returns: start of segment
         BADADDR - the specified address doesn't belong to any segment
Note: it is a macro
#define get_segm_start(ea)  get_segm_attr(ea, SEGATTR_START)Last updated
Was this helpful?
