section names, in order of loading.
- Returns:
- array of section names.
getSectionAddresses
public int[] getSectionAddresses()
- Get an int array of the section addresses, in order of loading.
- Returns:
- array of section addresses.
getSectionSizes
public int[] getSectionSizes()
- Get an int array of the section lengths, 32 bit words, in
order of loading.
- Returns:
- array of section lengths.
getNumLoadableSections
public int getNumLoadableSections()
- Get the number of "loadable" sections. A loadable section
contains data, either parameters or executable code which must
be downloaded to the target processor.
- Returns:
- the number of loadable sections.
getLoadableSectionData
public int[] getLoadableSectionData(int i)
- Get a "loadable" section data. A loadable section contains data,
either parameters or executable code which must be downloaded to
the target processor.be downloaded to
the target processor.
- Parameters:
- i - index of "loadable" section.
- Returns:
- an int[] with the section data. If an inappropriate
index is provided, a zero length array is returned.
getLoadableSectionAddress
public int getLoadableSectionAddress(int i)
- Get the initial address of a "loadable" section. A loadable
section contains ction contains data, either parameters or executable code
which must be downloaded to the target processor.
- Parameters:
- i - index of "loadable" section.
- Returns:
- beginning address of section. If an inappropriate
index is provided, a -1 is returned (0xffffffff).
All Packages Class Hierarchy This Package Previous Next Index