/src/lib/librumphijack/ |
hijackdlsym.c | 49 bouncer(void *handle, const char *symbol) 52 return dlsym(handle, symbol); 56 rumphijack_dlsym(void *handle, const char *symbol) 59 return bouncer(handle, symbol);
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_asm.h | 47 # define ASM_HIDDEN(symbol) .hidden symbol 48 # define ASM_TYPE_FUNCTION(symbol) .type symbol, @function 49 # define ASM_SIZE(symbol) .size symbol, .-symbol 50 # define ASM_SYMBOL(symbol) symbol 51 # define ASM_SYMBOL_INTERCEPTOR(symbol) symbo [all...] |
sanitizer_symbolizer_win.cc | 106 // to the symbol search path. All the failures below are not fatal. 139 PSYMBOL_INFO symbol = (PSYMBOL_INFO)buffer; local in function:__sanitizer::WinSymbolizerTool::SymbolizePC 140 symbol->SizeOfStruct = sizeof(SYMBOL_INFO); 141 symbol->MaxNameLen = MAX_SYM_NAME; 144 (DWORD64)addr, &offset, symbol); 153 frame->info.function = internal_strdup(symbol->Name);
|
/src/common/dist/zlib/contrib/puff/ |
puff.c | 65 * - Catch missing end-of-block symbol error 202 * symbol[] are the symbol values in canonical order, where the number of 208 short *symbol; /* canonically ordered symbols */ member in struct:huffman 212 * Decode a code from the stream s using huffman table h. Return the symbol or 241 int index; /* index of first code of length len in symbol table */ 247 if (code - count < first) /* if length len, return symbol */ 248 return h->symbol[index + (code - first)]; 269 int index; /* index of first code of length len in symbol table */ 284 if (code - count < first) { /* if length len, return symbol */ 342 int symbol; \/* current symbol when stepping through length[] *\/ local in function:construct 440 int symbol; \/* decoded symbol *\/ local in function:codes 545 int symbol; local in function:fixed 704 int symbol; \/* decoded value *\/ local in function:dynamic [all...] |
/src/sys/dev/microcode/aic7xxx/ |
aicasm_gram.y | 91 static void initialize_symbol(symbol_t *symbol); 101 static void test_readable_symbol(symbol_t *symbol); 102 static void test_writable_symbol(symbol_t *symbol); 103 static void type_check(symbol_t *symbol, expression_t *expression, int and_op); 105 static void add_conditional(symbol_t *symbol); 425 symbol_t *symbol; 427 symbol = $1; 428 if (symbol->type != CONST) { 433 if (symbol->info.cinfo->value > 4) { 438 $$ = (0x1 << symbol->info.cinfo->value) [all...] |
aicasm_symbol.c | 4 * Aic7xxx SCSI host adapter firmware assembler symbol table implementation 76 perror("Unable to create new symbol"); 82 stop("Unable to strdup symbol name", EX_SOFTWARE); 88 symbol_delete(symbol_t *symbol) 93 key.data = symbol->name; 94 key.size = strlen(symbol->name); 97 switch(symbol->type) { 101 if (symbol->info.rinfo != NULL) 102 free(symbol->info.rinfo); 105 if (symbol->info.ainfo != NULL [all...] |
aicasm_symbol.h | 4 * Aic7xxx SCSI host adapter firmware assembler symbol table definitions 98 struct symbol *parent; 128 typedef struct symbol { struct 143 symbol_t *symbol; member in struct:symbol_ref 149 symbol_t *symbol; member in struct:symbol_node 186 void symbol_delete(symbol_t *symbol); 199 symlist_add(symlist_t *symlist, symbol_t *symbol, int how);
|
aicasm.h | 87 struct symbol; 91 void expand_macro(struct symbol *macro_symbol);
|
/src/usr.bin/crunch/crunchide/ |
extern.h | 58 int in_keep_list(const char *symbol);
|
crunchide.c | 31 * crunchide.c - tiptoes through a symbol table, hiding all defined 55 * relative reloc from a global symbol, other than PIC? The 56 * solution is to not hide the symbol from the linker in this case, 82 static void add_to_keep_list(char *symbol); 131 "Usage: %s [-k keep-symbol] [-f keep-list-file] object-file\n" 145 add_to_keep_list(char *symbol) 153 if ((cmp = strcmp(symbol, curp->sym)) <= 0) 161 newp->sym = strdup(symbol); 175 in_keep_list(const char *symbol) 183 if((cmp = strcmp(symbol, curp->sym)) <= 0 193 char symbol[1024]; local in function:add_file_to_keep_list [all...] |
/src/sys/arch/amiga/stand/binpatch/ |
binpatch.c | 30 "\t%s [-b|-w|-l] -s symbol[[[index]][=value]] binary\n" 31 "\t%s [-b|-w|-l] [-o offset] -s symbol [-r value] binary\n" 42 "\t-b symbol or address to be patched is 1 byte\n" 43 "\t-l symbol or address to be patched is 4 bytes (default)\n" 44 "\t-o offset to begin patching value relative to symbol or address\n" 46 "\t-s patch variable by specifying symbol name. Use '[]'\n" 50 "\t-w symbol or address to be patched is 2 bytes\n" 81 static u_long FindAssign(char *symbol, u_long *rvalue); 82 static void FindOffset(char *symbol, u_long *index); 102 char *symbol = 0 local in function:main [all...] |
/src/common/dist/zlib/contrib/blast/ |
blast.c | 99 * symbol[] are the symbol values in canonical order, where the number of 105 short *symbol; /* canonically ordered symbols */ member in struct:huffman 109 * Decode a code from the stream s using huffman table h. Return the symbol or 135 int index; /* index of first code of length len in symbol table */ 150 if (code < first + count) { /* if length len, return symbol */ 153 return h->symbol[index + (code - first)]; 187 * enough bits will resolve to a symbol. If the return value is positive, then 193 int symbol; /* current symbol when stepping through length[] * local in function:construct 286 int symbol; \/* decoded symbol, extra bits for distance *\/ local in function:decomp [all...] |
/src/lib/libcurses/ |
keymap.h | 69 wchar_t symbol; /* key symbol if key is a leaf entry */ member in union:key_entry::__anon3529636b010a 74 #define KEYMAP_LEAF 2 /* key has a symbol associated with it, either 76 * single char key that generates a symbol */ 113 wchar_t symbol; /* the symbol associated with it */ member in struct:tcdata
|
/src/tools/ctfdump/ |
Makefile | 10 symbol.c \
|
/src/games/warp/ |
config.h.SH | 27 * This symbol, if defined, indicates that the program is being compiled 34 * This symbol, if defined, indicates that the program is running under 35 * VMS. It is currently only set in conjunction with the EUNICE symbol. 41 * This symbol is defined if this system declares "char *snprintf()" in 44 * symbol. 49 * This symbol, if defined, indicates to the C program that it should 55 * This symbol, if defined, indicates that the ftime() routine exists. 60 * This symbol, if defined, indicates that the C program may use the 65 * This symbol, if defined, indicates that the C program may use the 70 * This symbol, if defined, indicates that the C program may use th [all...] |
/src/usr.sbin/gspa/gspa/ |
gsp_ass.h | 46 /* Structure for symbol in symbol table */ 47 typedef struct symbol { struct 52 struct symbol *next; 55 } *symbol; typedef in typeref:struct:symbol * 79 symbol sym; 145 symbol lookup(char *id, bool makeit);
|
gsp_sym.c | 3 * GSP assembler - symbol table 46 symbol symbol_hash[NHASH]; 50 symbol 53 symbol ptr, p, *pp; 68 ptr = emalloc(sizeof(struct symbol) + strlen(id)); 83 symbol ptr; 129 symbol bp, fp; 133 /* define the backward reference symbol */ 140 /* look up the forward reference symbol */ 160 and update the value of the forward reference symbol. * [all...] |
/src/sys/arch/atari/stand/binpatch/ |
binpatch.c | 86 char *symbol; variable in typeref:typename:char * 151 if (addr != 0 || symbol != NULL) 153 "only one address/symbol allowed"); 157 if (addr != 0 || symbol != NULL) 159 "only one address/symbol allowed"); 160 symbol = optarg; 188 if (addr == 0 && symbol == NULL) { 189 warnx("no address or symbol specified"); 201 if (symbol != NULL) { 202 nl[0].n_name = symbol; [all...] |
/src/usr.bin/gzip/ |
unlz.c | 175 unsigned symbol = 0; local in function:lz_rd_decode 179 symbol <<= 1; 182 symbol |= 1; 190 return symbol; 196 unsigned symbol; local in function:lz_rd_decode_bit 202 symbol = 0; 208 symbol = 1; 215 return symbol; 221 unsigned symbol = 1; local in function:lz_rd_decode_tree 224 symbol = (symbol << 1) | lz_rd_decode_bit(rd, &bm[symbol]) 232 unsigned symbol = lz_rd_decode_tree(rd, bm, num_bits); local in function:lz_rd_decode_tree_reversed 246 unsigned symbol = 1; local in function:lz_rd_decode_matched [all...] |
/src/tools/ctfconvert/ |
Makefile | 25 symbol.c \
|
/src/usr.sbin/bootp/common/ |
readfile.c | 130 * Structure used to map a configuration-file symbol (such as "ds") to a 135 const char *symbol; 154 * values of the symbol codes (SYM_. . .) are unimportant, but they must 674 msg = "unknown symbol"; 698 report(LOG_ERR, "in entry named \"%s\", symbol \"%s\": %s", 717 if (prs_inetaddr(symbol, &value) < 0) \ 736 hp->MEMBER = get_addresses(symbol); \ 755 hp->MEMBER = get_shared_string(symbol); \ 769 value = get_u_long(symbol); \ 776 * Evaluate the two-character tag symbol pointed to by "symbol" and plac 134 const char *symbol; member in struct:symbolmap [all...] |
/src/include/ssp/ |
ssp.h | 77 #define __ssp_redirect_raw(rtype, fun, symbol, args, call, cond, bos) \ 78 rtype __ssp_real_(fun) args __RENAME(symbol); \
|
/src/lib/libexecinfo/ |
symtab.c | 51 #include "symbol.h" 60 struct symbol { struct 68 struct symbol *symbols; 75 const struct symbol *sa = a; 76 const struct symbol *sb = b; 111 warnx("Error allocating symbol table"); 127 struct symbol *s; 164 warn("Cannot allocate symbol"); 189 struct symbol *s = st->symbols;
|
/src/sys/external/bsd/acpica/dist/include/platform/ |
aclinux.h | 248 #define ACPI_EXPORT_SYMBOL(symbol) EXPORT_SYMBOL(symbol);
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/ |
nouveau_nvkm_engine_disp_nv50.c | 335 const u32 symbol = 100000; local in function:nv50_disp_super_2_2_dp 339 u32 best_diff = 64 * symbol; 359 /* calculate ratio of packed data rate to link symbol rate */ 360 link_ratio = link_data_rate * symbol; 369 VTUi = tu_valid / symbol; 370 calc = VTUi * symbol; 373 if (diff >= (symbol / 2)) { 374 VTUf = symbol / (symbol - diff); 375 if (symbol - (VTUf * diff) [all...] |