Searched refs:symbol (Results 1 - 13 of 13) sorted by relevance

/bind-9.11.3/util/
H A Dmksymtbl.pl53 my ($addr, $symbol) = (0, "");
58 $symbol = $3;
59 chop($symbol);
64 $symbol = $1;
68 next if ($symbol =~ /\$/);
73 ($addr, $symbol) = ($1, $2);
76 # symbol of "main".
77 $need_uscorefix = 1 if ($symbol eq "_main");
80 if ($symbol ne "") {
85 $symmap{$addr} = $symbol;
[all...]
H A Dcheck-includes.pl70 my $symbol = uc "\Q$2_$3_H\E";
71 $symbol =~ s/\\-/_/g;
73 if (! m%^\#ifndef\ $symbol\n
74 \#define\ $symbol\ 1\n
76 \#endif\ /\*\ $symbol\ \*/\n
78 print "$file has non-conforming wrapper for symbol $symbol\n"
/bind-9.11.3/lib/isc/include/isc/
H A Dbacktrace.h15 * dependent way when available. It also manages an internal symbol table
46 const char *symbol; member in struct:isc_backtrace_symmap
84 * Returns the content of the internal symbol table of the given index.
85 * On success, *addrsp and *symbolp point to the address and the symbol of
87 * range of the symbol table, ISC_R_RANGE will be returned.
105 * Searches the internal symbol table for the symbol that most matches the
/bind-9.11.3/lib/dns/
H A Ddyndb.c89 void *symbol; local
94 symbol = dlsym(handle, symbol_name);
95 if (symbol == NULL) {
101 "failed to lookup symbol %s in "
108 *symbolp = symbol;
215 void *symbol; local
220 symbol = GetProcAddress(handle, symbol_name);
221 if (symbol == NULL) {
225 "failed to lookup symbol %s in "
231 *symbolp = symbol;
[all...]
/bind-9.11.3/lib/isc/
H A Dbacktrace.c226 *symbolp = isc__backtrace_symtable[idx].symbol;
282 *symbolp = found->symbol;
/bind-9.11.3/bin/named/unix/
H A Ddlz_dlopen_driver.c191 * Load a symbol from the library
194 dl_load_symbol(dlopen_data_t *cd, const char *symbol, isc_boolean_t mandatory) { argument
195 void *ptr = dlsym(cd->dl_handle, symbol);
199 "required symbol '%s'", cd->dl_path, symbol);
295 /* We're missing a required symbol */
/bind-9.11.3/bin/named/win32/
H A Ddlz_dlopen_driver.c192 * Load a symbol from the library
195 dl_load_symbol(dlopen_data_t *cd, const char *symbol, isc_boolean_t mandatory) { argument
196 void *ptr = GetProcAddress(cd->dl_handle, symbol);
200 "required symbol '%s'", cd->dl_path, symbol);
283 /* We're missing a required symbol */
/bind-9.11.3/contrib/idn/idnkit-1.0-src/
H A Dltmain.sh903 # Add the symbol object into the linking commands.
943 $echo "$modename: symbol file \`$arg' does not exist"
2012 echo "*** However, this would only work if libtool was able to extract symbol"
2082 $show "generating symbol list for \`$libname.la'"
2502 /* $dlsyms - symbol resolution table for \`$outputname' dlsym emulation. */
2512 /* External symbol declarations for the compiler. */\
2516 $show "generating symbol list for \`$output'"
2520 # Add our own program objects to the symbol list.
2589 /* The mapping between symbol names and symbols. */
2621 # compiling the symbol tabl
[all...]
H A Dltconfig1086 # included in the symbol list
1091 # as well as any symbol that contains `d'.
1093 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
1095 # the symbol is explicitly referenced. Since portable code cannot
1096 # rely on this symbol name, it's probably fine to never include it in
1097 # preloaded symbol tables.
1164 # Extract the symbol export list from an `--export-all' def file,
1165 # then regenerate the def file from the symbol export list, so that
1166 # the compiled dll only exports the symbol export list.
1176 cat $export_symbols | while read symbol; d
[all...]
/bind-9.11.3/unit/atf-src/admin/
H A Dltmain.sh4563 # a dlpreopen symbol table.
4595 /* $my_dlsyms - symbol resolution table for '$my_outputname' dlsym emulation. */
4620 /* External symbol declarations for the compiler. */\
4624 func_verbose "generating symbol list for '$output'"
4628 # Add our own program objects to the symbol list.
4765 /* The mapping between symbol names and symbols. */
4778 LT_DLSYM_CONST lt_dlsymlist *symbol = lt_${my_prefix}_LTX_preloaded_symbols;
4779 for (; symbol->name; ++symbol)
4781 $SED 's/.*/ if (STREQ (symbol
[all...]
/bind-9.11.3/
H A Dltmain.sh3265 # a dlpreopen symbol table.
3296 /* $my_dlsyms - symbol resolution table for \`$my_outputname' dlsym emulation. */
3319 /* External symbol declarations for the compiler. */\
3323 func_verbose "generating symbol list for \`$output'"
3327 # Add our own program objects to the symbol list.
3459 /* The mapping between symbol names and symbols. */
3501 # compiling the symbol table file with pic_flag works around
3526 # Now compile the dynamic symbol file.
3532 # Transform the symbol file into the correct name.
3562 # Nullify the symbol fil
[all...]
H A Dconfigure1732 --enable-symtable use internal symbol table for backtrace
5798 # Check for command to grab the raw symbol name followed by C symbol from nm.
5808 # Character class describing NM global symbol codes.
5850 # If we're using GNU nm, then use its standard symbol codes.
5856 # Transform an extracted symbol line into a proper C declaration.
5861 # Transform an extracted symbol line into symbol name and symbol address
5876 # Transform symcode, sympat, and symprfx into a raw symbol an
[all...]
/bind-9.11.3/unit/atf-src/
H A Dconfigure6372 # Check for command to grab the raw symbol name followed by C symbol from nm.
6382 # Character class describing NM global symbol codes.
6424 # If we're using GNU nm, then use its standard symbol codes.
6433 # Adjust the below global symbol transforms to fixup imported variables.
6447 # Transform an extracted symbol line into a proper C declaration.
6455 # Transform an extracted symbol line into symbol name and symbol address
6461 # Transform an extracted symbol lin
[all...]

Completed in 67 milliseconds