--- memprof-0.5.1/bfdutils.c 2002-07-16 01:38:59.000000000 +0200 +++ bfdutils.c 2005-06-19 16:49:20.000000000 +0200 @@ -164,7 +164,7 @@ * into the internals instead. :-( */ /* (*func) (addr, bfd_section_size (map->abfd, section), user_data); */ - (*func) (addr, section->_cooked_size, user_data); + (*func) (addr, section->size, user_data); } } }