LOADER_$INQUIRE_SECTION Domain/OS LOADER_$INQUIRE_SECTION
NAME
loader_$inquire_section - get information on an image section
SYNOPSIS (C)
#include <apollo/base.h>
#include <apollo/loader.h>
void loader_$inquire_section(
loader_$handle_t &image_handle,
unsigned long &load_index,
loader_$section *section_info,
status_$t *status)
SYNOPSIS (Pascal)
%include '/sys/ins/base.ins.pas';
%include '/sys/ins/loader.ins.pas';
procedure loader_$inquire_section(
in image_handle: loader_$handle_t;
in load_index: linteger;
out section_info: loader_$section;
out status: status_$t);
DESCRIPTION
Loader_$inquire_section supplies information on a section of the image on
image_handle.
image_handle
An image handle.
load_index
An index into the image specifying the section to supply information
for. Calling loader_$inquire_section with a load_index of 1 gets
information on the first section.
section_info
A record containing information about the section.
status
The completion status.