prev_head
Get previous defined item (instruction or data) in the program
ea - linear address to start search from
minea - the search will stop at the address
minea is included in the search range
returns: BADADDR - no (more) defined items
long prev_head(long ea, long minea);
Last updated