HomeSort by relevance Sort by last modified time
    Searched refs:libdl_info (Results 1 - 3 of 3) sorted by null

  /bionic/linker/
linker.h 154 extern soinfo libdl_info;
dlfcn.c 190 // total length of libdl_info.strtab, including trailing 0
196 { st_name: 0, // starting index of the name in libdl_info.strtab
264 soinfo libdl_info = { variable
linker.c 90 static soinfo *solist = &libdl_info;
91 static soinfo *sonext = &libdl_info;
93 static soinfo *somain; /* main process, always the one after libdl_info */
100 si == &libdl_info;
308 always the static libdl_info.
    [all...]

Completed in 237 milliseconds