Searched refs:lib (Results 1 – 11 of 11) sorted by relevance
/elf/ |
A D | tst-auxobj-dlopen.c | 27 void *lib = xdlopen ("tst-filterobj-aux.so", RTLD_LAZY); in do_test() local 28 char *(*fn)(void) = xdlsym (lib, "get_text"); in do_test() 36 fn = xdlsym (lib, "get_text2"); in do_test()
|
A D | tst-ldconfig-X.sh | 33 mkdir -p $testroot/lib $testroot/etc 36 ln -s libdoesnotexist.so.1.1 $testroot/lib/libdoesnotexist.so.1 39 ln -s $testroot/opt/sw/lib/libdoesnotexist2.so.1.1 $testroot/lib/ 58 $testroot/lib
|
A D | tst-relsort1.c | 8 const char lib[] = "$ORIGIN/tst-relsort1mod1.so"; in do_test() local 9 void *h = dlopen (lib, RTLD_NOW); in do_test()
|
A D | tst-filterobj-dlopen.c | 27 void *lib = xdlopen ("tst-filterobj-flt.so", RTLD_LAZY); in do_test() local 28 char *(*fn)(void) = xdlsym (lib, "get_text"); in do_test()
|
A D | sotruss.sh | 29 lib='@PREFIX@/$LIB/audit/sotruss-lib.so' 116 -l | --l | --li | --lib) 121 lib="$1" 150 export LD_AUDIT="$lib"
|
A D | readlib.c | 75 const char *lib, int *flag, unsigned int *osversion, in process_file() argument 145 copy = xstrdup (lib); in process_file() 175 else if (process_elf_file (file_name, lib, flag, osversion, isa_level, in process_file() 191 implicit_soname (const char *lib, int flag) in implicit_soname() argument 193 char *soname = xstrdup (lib); in implicit_soname()
|
A D | dl-cache.c | 255 const struct file_entry *lib in search_cache() local 263 && (! _dl_cache_verify_ptr (lib->key, string_table_size) in search_cache() 264 || (_dl_cache_libcmp (name, string_table + lib->key) in search_cache() 268 flags = lib->flags; in search_cache() 270 && _dl_cache_verify_ptr (lib->value, string_table_size)) in search_cache() 282 = (struct file_entry_new *) lib; in search_cache() 333 best = string_table + lib->value; in search_cache()
|
A D | Makefile | 146 extra-objs += sotruss-lib.os sotruss-lib.so 150 libof-sotruss-lib = extramodules 152 $(objpfx)sotruss-lib.so: $(objpfx)sotruss-lib.os 166 $(inst_auditdir)/sotruss-lib.so: $(objpfx)sotruss-lib.so $(+force) 358 tst-array5dep tst-null-argv-lib \ 359 tst-tlsalign-lib tst-nodelete-opened-lib tst-nodelete2mod \ 366 tst-main1mod tst-absolute-sym-lib \ 367 tst-absolute-zero-lib tst-big-note-lib tst-unwind-ctor-lib \ 666 while read lib file; do \ 667 case $$lib in \ [all …]
|
A D | cache.c | 144 struct stringtable_entry *lib; /* Library name. */ member 166 print_entry (const char *lib, int flag, unsigned int osversion, in print_entry() argument 169 printf ("\t%s (", lib); in print_entry() 439 int res = _dl_cache_libcmp (e2->lib->string, e1->lib->string); in compare() 663 file_entries->libs[idx_new].key = str_offset + entry->lib->offset; in save_cache() 681 = str_offset + entry->lib->offset; in save_cache() 810 new_entry->lib = stringtable_add (&strings, soname); in add_to_cache()
|
A D | readelflib.c | 42 process_elf_file (const char *file_name, const char *lib, int *flag, in process_elf_file() argument
|
A D | rtld-Rules | 144 lib := rtld
|
Completed in 19 milliseconds