Searched refs:sym_base (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/dlclose-dylib-ref-count/
H A Dmain.c50 void* sym_base = dlsym(handleBar, "base"); local
51 if ( sym_base == NULL ) {
73 // sym_base should still be accessible via dladdr() because of external reference from libfoo.dylib
74 if ( dladdr(sym_base, &info) == 0 ) {
75 FAIL("dlclose-dylib-ref-count: dladdr(sym_base) == 0, but should have succeeded");
96 // sym_base should no longer be accessible via dladdr() because libfoo and libbar both closed
97 if ( dladdr(sym_base, &info) != 0 ) {
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Decoff.c1454 bfd_size_type sym_base;
1460 /* sym_base is used to map the fdr relative indices which
1463 sym_base = fdr->isymBase;
1465 sym_base +=
1487 (long) (indx + sym_base));
1494 (long) (indx + sym_base));
1500 + sym_base)));
1512 + sym_base)),
1517 + (long) sym_base
1524 (long) (indx + sym_base));
1451 bfd_size_type sym_base; local
2085 file_ptr sym_base; local
[all...]
H A Dcoff64-rs6000.c761 file_ptr sym_base; local
791 sym_base = lineno_base + lnno_size;
927 obj_sym_filepos (abfd) = sym_base;
949 internal_f.f_symptr = sym_base;
954 internal_f.f_symptr = sym_base;
H A Dcoffcode.h3376 file_ptr sym_base;
3419 sym_base = lineno_base + lnno_size;
3936 obj_sym_filepos (abfd) = sym_base;
3971 (file_ptr) BFD_ALIGN (sym_base, COFF_PAGE_SIZE) - 1,
3984 internal_f.f_symptr = sym_base;
3994 internal_f.f_symptr = sym_base;
3375 file_ptr sym_base; local

Completed in 84 milliseconds