public class NM extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
NM.AddressNamePair |
| Modifier and Type | Field and Description |
|---|---|
protected List<NM.AddressNamePair> |
bss_symbols |
protected List<NM.AddressNamePair> |
data_symbols |
protected List<NM.AddressNamePair> |
text_symbols |
protected List<String> |
undef_symbols |
| Constructor and Description |
|---|
NM(String file,
boolean dynamic_only) |
NM(String command,
String[] params,
String file) |
NM(String command,
String file,
boolean dynamic_only) |
NM(String command,
String param,
String file) |
| Modifier and Type | Method and Description |
|---|---|
NM.AddressNamePair[] |
getBSSSymbols() |
NM.AddressNamePair[] |
getDataSymbols() |
NM.AddressNamePair[] |
getTextSymbols() |
String[] |
getUndefSymbols() |
protected void |
init(String command,
String[] params,
String file) |
protected List<NM.AddressNamePair> text_symbols
protected List<NM.AddressNamePair> bss_symbols
protected List<NM.AddressNamePair> data_symbols
public NM(String file, boolean dynamic_only) throws IOException
IOExceptionpublic NM(String command, String file, boolean dynamic_only) throws IOException
IOExceptionpublic NM(String command, String param, String file) throws IOException
IOExceptionpublic NM(String command, String[] params, String file) throws IOException
IOExceptionprotected void init(String command, String[] params, String file) throws IOException
IOExceptionpublic String[] getUndefSymbols()
public NM.AddressNamePair[] getTextSymbols()
public NM.AddressNamePair[] getDataSymbols()
public NM.AddressNamePair[] getBSSSymbols()
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.