Searched refs:symbol (Results 126 - 150 of 500) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dinput.cpp102 static symbol end_macro_name;
103 static symbol blank_line_macro_name;
137 static symbol read_escape_name(read_mode mode = NO_ARGS);
138 static symbol read_long_escape_name(read_mode mode = NO_ARGS);
139 static void interpolate_string(symbol);
140 static void interpolate_string_with_args(symbol);
141 static void interpolate_macro(symbol);
142 static void interpolate_number_format(symbol);
143 static void interpolate_environment_variable(symbol);
145 static symbol composite_glyph_nam
[all...]
H A Denv.h185 symbol input_trap;
257 const symbol name;
262 environment(symbol);
327 void set_font(symbol);
328 void set_family(symbol);
412 extern symbol default_family;
/freebsd-11-stable/contrib/libstdc++/config/locale/gnu/
H A Dmonetary_members.cc42 // space none symbol sign value
51 // if (__precedes) symbol -> value
52 // else value -> symbol
65 // 1 The sign precedes the value and symbol.
72 __ret.field[1] = symbol;
78 __ret.field[3] = symbol;
87 __ret.field[1] = symbol;
93 __ret.field[2] = symbol;
99 // 2 The sign follows the value and symbol.
105 __ret.field[0] = symbol;
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepInRange.cpp214 // symbol we started in, the we don't need to do this. This first check
272 } else if (sc.symbol) {
273 func_start_address = sc.symbol->GetAddress();
277 bytes_to_skip = sc.symbol->GetPrologueByteSize();
280 if (bytes_to_skip == 0 && sc.symbol) {
287 bytes_to_skip = arch->GetBytesToSkip(*sc.symbol, curr_sec_addr);
359 if (sc.symbol != nullptr) {
404 if (sc.symbol != nullptr) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DUBSanRuntime.cpp246 const Symbol *symbol = module_sp->FindFirstSymbolWithNameAndType( local
248 return symbol != nullptr;
263 const Symbol *symbol = runtime_module_sp->FindFirstSymbolWithNameAndType( local
266 if (symbol == nullptr)
269 if (!symbol->ValueIsAddress() || !symbol->GetAddressRef().IsValid())
273 addr_t symbol_address = symbol->GetAddressRef().GetOpcodeLoadAddress(&target);
/freebsd-11-stable/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_dec_lzma2.c20 * Minimum number of usable input buffer to safely decode one LZMA symbol.
522 uint32_t symbol = 1; local
525 if (rc_bit(rc, &probs[symbol]))
526 symbol = (symbol << 1) + 1;
528 symbol <<= 1;
529 } while (symbol < limit);
531 return symbol;
539 uint32_t symbol = 1; local
543 if (rc_bit(rc, &probs[symbol])) {
584 uint32_t symbol; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTOModule.cpp159 // If we own a context, we know this is being used only for symbol extraction,
278 info.symbol = clgv;
292 info.symbol = clgv;
317 info.symbol = clgv;
336 info.symbol = clgv;
467 info.symbol = def;
473 /// addAsmGlobalSymbol - Add a global symbol from module-level ASM to the
485 if (info.symbol == nullptr) {
499 info.symbol = nullptr;
507 addDefinedFunctionSymbol(info.name, cast<Function>(info.symbol));
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Daout-arm.c226 asymbol *symbol ATTRIBUTE_UNUSED,
239 asymbol *symbol,
250 /* If this is an undefined symbol, return error. */
251 if (symbol->section == &bfd_und_section
252 && (symbol->flags & BSF_WEAK) == 0)
257 if (symbol->section->name != input_section->name
263 relocation += symbol->value;
264 relocation += symbol->section->output_section->vma;
265 relocation += symbol->section->output_offset;
403 /* Name was clobbered by aout_write_syms to be symbol inde
236 fix_pcrel_26(bfd *abfd, arelent *reloc_entry, asymbol *symbol, void * data, asection *input_section, bfd *output_bfd, char **error_message ATTRIBUTE_UNUSED) argument
[all...]
H A Delf64-mips.c190 /* 32 bit symbol relative relocation. */
226 /* High 16 bits of symbol value. */
241 /* Low 16 bits of symbol value. */
859 /* 32 bit symbol relative relocation. */
892 /* High 16 bits of symbol value. */
907 /* Low 16 bits of symbol value. */
1511 /* MIPS16 high 16 bits of symbol value. */
1526 /* MIPS16 low 16 bits of symbol value. */
1583 /* MIPS16 high 16 bits of symbol value. */
1598 /* MIPS16 low 16 bits of symbol valu
1885 mips_elf64_final_gp(bfd *output_bfd, asymbol *symbol, bfd_boolean relocatable, char **error_message, bfd_vma *pgp) argument
1921 mips_elf64_gprel16_reloc(bfd *abfd, arelent *reloc_entry, asymbol *symbol, void *data, asection *input_section, bfd *output_bfd, char **error_message) argument
1960 mips_elf64_literal_reloc(bfd *abfd, arelent *reloc_entry, asymbol *symbol, void *data, asection *input_section, bfd *output_bfd, char **error_message) argument
2001 mips_elf64_gprel32_reloc(bfd *abfd, arelent *reloc_entry, asymbol *symbol, void *data, asection *input_section, bfd *output_bfd, char **error_message) argument
2073 mips_elf64_shift6_reloc(bfd *abfd, arelent *reloc_entry, asymbol *symbol, void *data, asection *input_section, bfd *output_bfd, char **error_message) argument
2091 mips16_gprel_reloc(bfd *abfd, arelent *reloc_entry, asymbol *symbol, void *data, asection *input_section, bfd *output_bfd, char **error_message) argument
[all...]
H A Delf32-arc.c38 asymbol * symbol,
44 /* If linking, back up the final symbol address by the address of the
53 return bfd_elf_generic_reloc (abfd, reloc_entry, symbol, data,
36 arc_elf_b22_pcrel(bfd * abfd, arelent * reloc_entry, asymbol * symbol, void * data, asection * input_section, bfd * output_bfd, char ** error_message) argument
H A Daoutx.h141 address, a symbol index, and a type field. The extended records
527 /* The default symbol entry size is that of traditional Unix. */
583 /* The file offsets of the string table and symbol table. */
1371 /* Translate an a.out symbol into a BFD symbol. The desc, other, type
1372 and symbol->value fields of CACHE_PTR will be set from the a.out
1374 symbol->flags and symbol->section, and adjusting symbol->value. */
1386 /* This is a debugging symbol
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dvalue.h33 struct symbol;
328 extern struct value *value_of_variable (struct symbol *var, struct block *b);
333 extern int symbol_read_needs_frame (struct symbol *);
335 extern struct value *read_var_value (struct symbol *var,
338 extern struct value *locate_var_value (struct symbol *var,
398 struct value **objp, struct symbol *fsym,
399 struct value **valp, struct symbol **symp,
537 extern void print_variable_value (struct symbol * var,
543 extern void typedef_print (struct type * type, struct symbol * news,
H A Df-lang.c80 static void add_common_entry (struct symbol *);
481 NULL, /* Language specific symbol demangler */
723 add_common_entry (struct symbol *entry_sym_ptr)
736 tmp->symbol = entry_sym_ptr;
818 SYMBOL_VALUE (entry->symbol) += offset;
819 SYMBOL_SECTION (entry->symbol) = secnum;
862 /* This macro adds the symbol-number for the start of the function
863 (the symbol number of the .bf) referenced by symnum_fcn to a
H A Dsymtab.c80 static struct symbol *lookup_symbol_aux (const char *name,
88 struct symbol *lookup_symbol_aux_local (const char *name,
95 struct symbol *lookup_symbol_aux_symtabs (int block_index,
102 struct symbol *lookup_symbol_aux_psymtabs (int block_index,
110 struct symbol *lookup_symbol_aux_minsyms (const char *name,
126 struct symtab *, struct symbol *, int, char *);
139 /* Block in which the most recently searched-for symbol was found.
234 symbol parsing routines. */
238 /* Lookup the partial symbol table of a source file named NAME.
398 /* Initialize the language dependent portion of a symbol
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_win.cpp108 // to the symbol search path. All the failures below are not fatal.
141 PSYMBOL_INFO symbol = (PSYMBOL_INFO)buffer; local
142 symbol->SizeOfStruct = sizeof(SYMBOL_INFO);
143 symbol->MaxNameLen = MAX_SYM_NAME;
146 (DWORD64)addr, &offset, symbol);
155 frame->info.function = internal_strdup(symbol->Name);
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DArchHandler_arm64.cpp388 if (auto ec = atomFromSymbolIndex(reloc.symbol, target))
395 if (auto ec = atomFromSymbolIndex(reloc.symbol, target))
402 if (auto ec = atomFromSymbolIndex(reloc.symbol, target))
409 if (auto ec = atomFromSymbolIndex(reloc.symbol, target))
416 if (auto ec = atomFromSymbolIndex(reloc.symbol, target))
423 if (auto ec = atomFromSymbolIndex(reloc.symbol, target))
430 if (auto ec = atomFromSymbolIndex(reloc.symbol, target))
437 if (auto ec = atomFromSymbolIndex(reloc.symbol, target))
444 return atomFromAddress(reloc.symbol, *(const little64_t *)fixupContent,
449 if (auto ec = atomFromSymbolIndex(reloc.symbol, targe
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.h51 clang::Decl *GetDeclForSymbol(const llvm::pdb::PDBSymbol &symbol);
54 GetDeclContextForSymbol(const llvm::pdb::PDBSymbol &symbol);
56 GetDeclContextContainingSymbol(const llvm::pdb::PDBSymbol &symbol);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp822 ELFDynamic &symbol = m_dynamic_symbols[i]; local
824 if (symbol.d_tag == DT_DEBUG) {
832 else if ((symbol.d_tag == DT_MIPS_RLD_MAP ||
833 symbol.d_tag == DT_MIPS_RLD_MAP_REL) &&
841 if (symbol.d_tag == DT_MIPS_RLD_MAP) {
848 if (symbol.d_tag == DT_MIPS_RLD_MAP_REL) {
932 ELFDynamic symbol; local
939 if (!symbol.Parse(dynsym_data, &offset))
942 if (symbol.d_tag != DT_NEEDED)
945 uint32_t str_index = static_cast<uint32_t>(symbol
1941 ELFSymbol symbol; local
2329 ELFDynamic symbol; local
2353 ELFDynamic *symbol = &*I; local
2368 const ELFDynamic *symbol = FindDynamicSymbol(DT_PLTREL); local
2421 ELFSymbol symbol; local
2573 Symbol *symbol = nullptr; local
2747 const ELFDynamic *symbol = FindDynamicSymbol(DT_JMPREL); local
[all...]
/freebsd-11-stable/contrib/groff/font/devps/generate/
H A DMakefile194 S: symbol.afm
195 $(AFMTODIT) -s $(RFLAG) symbol.afm symbolmap $@
207 symbol.afm: $(srcdir)/symbol.sed
209 sed -f $(srcdir)/symbol.sed `$(AFMNAME) $(afmdir)/Symbol.afm` >$@
230 -rm -f symbolmap symbol.afm zapfdr.afm
/freebsd-11-stable/contrib/gcc/config/
H A Ddarwin-protos.h90 extern void darwin_asm_output_anchor (rtx symbol);
/freebsd-11-stable/contrib/groff/font/devlj4/
H A DMakefile.sub20 generate/symbol.map \
/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A Dgen_free.c50 free_type (name, t->symbol->type, preserve);
52 fprintf (codefile, "free_%s(%s);\n", t->symbol->gen_name, name);
/freebsd-11-stable/lib/csu/i386/
H A DMakefile44 ${OBJCOPY} --localize-symbol _start1 crt1.o
55 ${OBJCOPY} --localize-symbol _start1 Scrt1.o
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_itt.cpp121 char const *symbol = va_arg(args, char const *); local
122 KMP_WARNING(IttLookupFailed, symbol, library);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Dcompat.c66 const char symbol[] = "MADR";
71 return symbol[kind];
65 const char symbol[] = "MADR"; local

Completed in 401 milliseconds

1234567891011>>