return 1;
}
private int addFunction(int i, Stab[] stabs) {
int index = i;
Stab stab = stabs[index];
/* name:ReturnType */
if (stab.data.length() == 0) {
/* just ens last function */
if (lastFunction != null) {
lastFunction.endAddress = lastFunction.startAddress + stab.value;