Lines Matching refs:handle
28 /* Defines type for a handle used in ELFF API. */
115 * On success, this routine returns a handle that can be used in subsequent
118 * NOTE: handle returned from this routine must be closed using elff_close().
122 /* Closes a handle obtained after successful call to elff_init routine.
124 * handle - A handle to close. This handle must be a handle returned from
127 void elff_close(ELFF_HANDLE handle);
130 * handle - A handle obtained from successful call to elff_init().
134 * -1 if handle is invalid.
136 int elff_is_exec(ELFF_HANDLE handle);
140 * handle - A handle obtained from successful call to elff_init().
142 * the beginning of ELF file represented by the handle parameter.
155 int elff_get_pc_address_info(ELFF_HANDLE handle,
162 * handle - A handle obtained from successful call to elff_init().
166 void elff_free_pc_address_info(ELFF_HANDLE handle,