hpux man page for dlmodremove

Query: dlmodremove

OS: hpux

Section: 3c

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

dlmodremove(3C) 														   dlmodremove(3C)

NAME
dlmodremove() - remove information registered using dlmodadd
SYNOPSIS
[flag]... file... [library]... int dlmodremove(void* handle); Multithread Usage This routine is thread-safe.
DESCRIPTION
removes the registered information of individual dynamically generated functions. handle must be a handle returned by The removes the registration of the indicated function, and frees the space used by the unwind header and unwind table created by It does not free the space used by the unwind info block or by the generated code, which was allocated by the user, and must be freed by the user.
RETURN VALUE
The routine returns on success. If handle does not refer to a valid handle, returns a non-0 value.
ERRORS
If fails, a subsequent call to returns one of the following values: Cannot apply relocation in library. Invalid handle. Out of memory. failed on entry to or exit from failed on exit from failed on entry to
AUTHOR
was developed by HP.
SEE ALSO
ld(1), dlerrno(3C), dlerror(3C), dlmodadd(3C), a.out(4), dld.so(5). Texts and Tutorials (See the option) (See manuals(5) for ordering information) dlmodremove(3C)
Related Man Pages
getunwind(2) - linux
dlclose(3c) - hpux
dlget(3c) - hpux
dlsetlibpath(3c) - hpux
dlsym(3c) - hpux
Similar Topics in the Unix Linux Community
Welcome to Tips and Tutorials
Not Enough Space