Lines Matching refs:handle
51 LDPS_BAD_HANDLE, /* No claimed object associated with given handle. */
81 void *handle;
101 const void* handle;
210 (*ld_plugin_add_symbols) (void *handle, int nsyms,
218 (*ld_plugin_get_input_file) (const void *handle,
223 (*ld_plugin_get_view) (const void *handle, const void **viewp);
229 (*ld_plugin_release_input_file) (const void *handle);
235 (*ld_plugin_get_symbols) (const void *handle, int nsyms,
263 The handle is obtained in the claim_file handler. This interface should
269 (*ld_plugin_get_input_section_count) (const void* handle, unsigned int *count);