A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
B
bkendLog( ) log a request exchanged between the target server back end and the target F
flagBool( ) interprets an argument as a boolean. flagInt( ) interprets an argument as an "integer parameter required" argument. flagName( ) interprets an argument as a "string parameter required" argument. L
loadAlignGet( ) determine the required alignment for an address or a size loadBufferFree( ) free a buffer previously allocated loadCommonManage( ) process a common symbol loadCoreBuilderGet( ) publish information about the tool chain loadCoreBuilderSet( ) record information about the tool chain loadCoreFileCheck( ) check whether the core file is up to date loadFlagsCheck( ) check for illegal combinations of flags loadModule( ) load an object module into memory loadModuleAt( ) load an object module into memory loadModuleAtFromFileName( ) load an object module into memory loadOutputToFile( ) write a module's segments in a file loadRelocLink( ) Link the relocator Shared library to the OMF specific loader. loadSegmentsAllocate( ) allocate text, data, and bss segments loadUndefSymAdd( ) record an undefined symbol name S
symAdd( ) create and add a symbol to a symbol table, including a group number symByValueAndTypeFind( ) look up a symbol by value and type symByValueFind( ) look up a symbol by value symEach( ) call a routine to examine each entry in a symbol table symFindByName( ) look up a symbol by name symFindByNameAndType( ) look up a symbol by name and type symFindByValue( ) look up a symbol by value symFindByValueAndType( ) look up a symbol by value and type symRemove( ) remove a symbol from a symbol table T
targetArchitectureInit( ) Set the target architecture related infomations. tgtCpuAlignmentGet( ) Returns the target CPU memory aligment. tgtCpuFamilyGet( ) Returns the target CPU family type. tgtCpuFamilyNameGet( ) Returns the target CPU family name. tgtCpuNameGet( ) Returns the target CPU name. tgtCpuTypeGet( ) Returns the target CPU type tgtLoaderCheckRtnNameGet( ) Returns the loader module verifier name. tgtLoaderInitRtnNameGet( ) Returns the loader initialization routine name. tgtLoaderManageRtnNameGet( ) Returns the loader module manager routine name. tgtLoaderNameGet( ) Returns the loader DLL name currently used. tgtLoaderOmfTypeGet( ) Returns the loader Object Module Format currently used. tgtMemAlignGet( ) return the alignment value for the target memory tgtMemCacheGet( ) get a block descriptor for target memory tgtMemCacheSet( ) give a block of target memory an attribute tgtMemCalloc( ) allocate a block of memory for an array tgtMemFree( ) free a block of memory tgtMemMalloc( ) allocate a block of memory from the system memory partition tgtMemMove( ) move a block on the target tgtMemRead( ) read a block of target memory tgtMemRealloc( ) reallocate a block of memory tgtMemSet( ) set a memory area to a particular value tgtMemValloc( ) allocate memory on a page boundary tgtMemWidthRead( ) read a block of target memory tgtMemWidthWrite( ) write a block to the target tgtMemWrite( ) write a block to the target tgtMemWriteByte( ) write a byte to the target tgtMemWriteInt( ) write an `int' to the target tgtMemWriteShort( ) write a `short' to the target tgtModuleVerifyRtnNameGet( ) Returns the module verifier routine name. tgtRelocatorNameGet( ) Returns the relocator DLL name currently used. tgtRelocInitRtnNameGet( ) Returns the relocator library initialization tgtSegRelocatorRtnNameGet( ) Returns the segment relocator routine name. tgtSwapNeeded( ) Returns TRUE if host and target byte order differs. W
wpwrLogErr( ) log an error message. wpwrLogHeaderSet( ) set the message header wpwrLogMsg( ) log a message. wpwrLogRaw( ) log a raw message to `stderr' wpwrLogWarn( ) log a warning message.