kldsym(2) 맨 페이지 - 윈디하나의 솔라나라

개요

섹션
맨 페이지 이름
검색(S)

kldsym(2)

The system call returns the address of the symbol specified in in
the module specified by If is 0, all loaded modules are searched.
Currently, the only implemented is The argument is of the follow‐
ing structure: struct kld_sym_lookup {
    int          version;        /* sizeof(struct kld_sym_lookup)
*/
    char        *symname;       /* Symbol name we are looking  up
*/
    u_long      symvalue;
    size_t       symsize;  }; The member is to be set by the code
calling to The next two members, and are specified by  the  user.
The  last two, and are filled in by and contain the address asso‐
ciated with and the size of the data it points to,  respectively.
The system call will fail if: Invalid value in or The argument is
invalid,  or the specified symbol could not be found.  The system
call first appeared in


















































맨 페이지 내용의 저작권은 맨 페이지 작성자에게 있습니다.
RSS ATOM XHTML 5 CSS3