DRA --> Program Logic Manual

EDC interceptors

EDC is the C/C++ Runtime Library. The C or C++ functions are called via pointers in the C/C++ Runtime Library Vector Table (EDCV). This EDCV is pointed to by CEECAAEDCV.

The following interceptors are installed by DRAINSTC:

module caller description calls...
DRAC1CAL C compiled code in application program intercepts "calloc" at EDCV+484
DRAC1FRE C compiled code in application program intercepts "free" at EDCV+488
DRAC1MAL C compiled code in application program intercepts "malloc" at EDCV+492
DRAC1REA C compiled code in application program intercepts "realloc" at EDCV+496
DRAC2THR C++ compiled code in application program intercepts "throw" at EDCV+1708
DRAC2CAT C++ compiled code in application program intercepts "catch" at EDCV+1716