Searched refs:symbol (Results 101 - 125 of 500) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/gdb/gdb/
H A Dcp-support.c51 static struct symbol **sym_return_val;
55 static void overload_list_add_symbol (struct symbol *sym,
469 /* Test to see if SYM is a symbol that we haven't seen corresponding
474 overload_list_add_symbol (struct symbol *sym, const char *oload_name)
508 newsize = (sym_return_val_size *= 2) * sizeof (struct symbol *);
509 sym_return_val = (struct symbol **) xrealloc ((char *) sym_return_val, newsize);
518 struct symbol **
527 sizeof (struct symbol *));
589 struct symbol *sym;
597 by matching FUNC_NAME. Make sure we read that symbol tabl
[all...]
H A Dparse.c200 write_exp_elt_sym (struct symbol *expelt)
204 tmp.symbol = expelt;
363 /* Add the appropriate elements for a minimal symbol to the end of
481 struct symbol *sym = NULL;
489 symbol table lookup performance is awful, to put it mildly. */
540 The return value is a pointer to the symbol for the base class or
556 struct symbol *
581 "B::C" separately as a symbol in the previous example. */
587 struct symbol *sym_class = NULL;
588 struct symbol *sym_va
[all...]
H A Dparser-defs.h38 for symbol names. */
52 /* The block in which the most recently discovered symbol was found.
80 struct symbol *sym;
118 extern void write_exp_elt_sym (struct symbol *);
139 extern struct symbol *parse_nested_classes_for_hpacc (char *, int, char **,
H A Dexpression.h157 and one struct symbol * in the following exp_element, followed by
159 non-NULL, evaluate the symbol relative to the innermost frame
351 struct symbol *symbol; member in union:exp_element
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp183 static bool GetDeclarationForSymbol(const PDBSymbol &symbol, argument
185 auto &raw_sym = symbol.getRawSymbol();
189 auto lines_up = symbol.getSession().findLineNumbersByAddress(
198 auto src_file_up = symbol.getSession().getSourceFileById(src_file_id);
270 GetClassOrFunctionParent(const llvm::pdb::PDBSymbol &symbol) { argument
271 const IPDBSession &session = symbol.getSession();
272 const IPDBRawSymbol &raw = symbol.getRawSymbol();
273 auto tag = symbol.getSymTag();
377 // Note that, unnamed UDT being typedef-ed is generated as a UDT symbol
378 // other than a Typedef symbol i
807 GetDeclForSymbol(const llvm::pdb::PDBSymbol &symbol) argument
966 GetDeclContextForSymbol(const llvm::pdb::PDBSymbol &symbol) argument
994 GetDeclContextContainingSymbol( const llvm::pdb::PDBSymbol &symbol) argument
1079 PDBSymbol *symbol; local
[all...]
/freebsd-11-stable/contrib/apr-util/ldap/
H A Dapr_ldap_stub.c37 apr_dso_handle_sym_t symbol; local
53 rv = apu_dso_load(NULL, &symbol, modname, "apr__ldap_fns", pool);
55 lfn = symbol;
/freebsd-11-stable/contrib/xz/src/liblzma/rangecoder/
H A Drange_decoder.h138 /// those don't use "symbol" for anything else than indexing the probability
152 /// Decodes one bit, updates "symbol", and runs action0 or action1 depending
156 symbol <<= 1; action0, \
157 symbol = (symbol << 1) + 1; action1, \
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameRecognizer.h100 ConstString symbol,
105 lldb::RegularExpressionSP symbol,
110 std::string module, std::string symbol,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbFPOProgramToDWARFExpression.cpp65 ResolveSymbols(it->second, [&](SymbolNode &symbol) -> Node * {
67 if (pair.first == symbol.GetName())
72 ResolveLLDBRegisterNum(symbol.GetName().drop_front(1), arch_type);
/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-address.c61 All of these affect whether or not a symbol is in fact a valid address.
99 gen_addr_rtx (rtx symbol, rtx base, rtx index, rtx step, rtx offset, argument
132 if (symbol)
134 act_elem = symbol;
215 templ = templates + TEMPL_IDX (addr->symbol, addr->base, addr->index,
226 sym = (addr->symbol
227 ? expand_expr (build_addr (addr->symbol, current_function_decl),
331 addr->symbol, addr->base, addr->index,
366 move it to PARTS->symbol. */
389 parts->symbol
[all...]
H A Dtlink.c46 for symbol names, file names, and demangled symbols. */
55 } symbol;
97 static void symbol_push (symbol *);
98 static symbol * symbol_pop (void);
115 /* Look up an entry in the symbol hash table. */
182 symbol *value;
197 symbol_push (symbol *p)
206 static symbol *
210 symbol *p;
336 which is coming in on STREAM, and the symbol tha
54 } symbol; typedef in typeref:struct:symbol_hash_entry
[all...]
H A Dvarasm.c352 /* Create a symbol with label LABEL and place it at byte offset
353 OFFSET in BLOCK. OFFSET can be negative if the symbol's offset
360 rtx symbol;
365 symbol = ggc_alloc_zone (size, &rtl_zone);
368 memset (symbol, 0, size);
369 PUT_CODE (symbol, SYMBOL_REF);
370 PUT_MODE (symbol, Pmode);
371 XSTR (symbol, 0) = label;
372 SYMBOL_REF_FLAGS (symbol) = SYMBOL_FLAG_HAS_BLOCK_INFO;
375 SYMBOL_REF_BLOCK (symbol)
359 rtx symbol; local
958 change_symbol_block(rtx symbol, struct object_block *block) argument
1203 default_named_section_asm_out_destructor(rtx symbol, int priority) argument
1226 default_dtor_section_asm_out_destructor(rtx symbol, int priority ATTRIBUTE_UNUSED) argument
1253 default_named_section_asm_out_constructor(rtx symbol, int priority) argument
1276 default_ctor_section_asm_out_constructor(rtx symbol, int priority ATTRIBUTE_UNUSED) argument
1724 rtx decl_rtl, symbol; local
2140 rtx symbol; local
2798 rtx symbol; local
2890 rtx symbol = XEXP (desc->rtl, 0); local
2943 output_constant_def_contents(rtx symbol) argument
3181 rtx def, symbol; local
5749 rtx symbol; local
5791 default_asm_output_anchor(rtx symbol) argument
5804 default_use_anchors_for_symbol_p(rtx symbol) argument
6032 place_block_symbol(rtx symbol) argument
6170 rtx symbol; local
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Dieee.c228 asymbol *symbol,
241 /* Badly formatted binaries can have a missing symbol,
243 if (symbol != NULL)
245 if (bfd_is_com_section (symbol->section)
246 || bfd_is_und_section (symbol->section))
248 /* Def of a common symbol. */
250 || ! ieee_write_int (abfd, symbol->value))
254 else if (! bfd_is_abs_section (symbol->section))
256 /* Ref to defined symbol - */
257 if (symbol
225 ieee_write_expression(bfd *abfd, bfd_vma value, asymbol *symbol, bfd_boolean pcrel, unsigned int index) argument
390 ieee_symbol_index_type symbol; member in struct:__anon241
499 parse_expression(ieee_data_type *ieee, bfd_vma *value, ieee_symbol_index_type *symbol, bfd_boolean *pcrel, unsigned int *extra, asection **section) argument
722 ieee_symbol_type *symbol = NULL; local
1708 ieee_symbol_index_type symbol; local
1963 ieee_get_symbol_info(bfd *ignore_abfd ATTRIBUTE_UNUSED, asymbol *symbol, symbol_info *ret) argument
1975 ieee_print_symbol(bfd *abfd, void * afile, asymbol *symbol, bfd_print_symbol_type how) argument
[all...]
H A Delfn32-mips.c152 /* 32 bit symbol relative relocation. */
188 /* High 16 bits of symbol value. */
203 /* Low 16 bits of symbol value. */
823 /* 32 bit symbol relative relocation. */
856 /* High 16 bits of symbol value. */
871 /* Low 16 bits of symbol value. */
1503 /* MIPS16 high 16 bits of symbol value. */
1518 /* MIPS16 low 16 bits of symbol value. */
1575 /* MIPS16 high 16 bits of symbol value. */
1590 /* MIPS16 low 16 bits of symbol valu
1726 mips_elf_final_gp(bfd *output_bfd, asymbol *symbol, bfd_boolean relocatable, char **error_message, bfd_vma *pgp) argument
1762 mips_elf_gprel16_reloc(bfd *abfd ATTRIBUTE_UNUSED, arelent *reloc_entry, asymbol *symbol, void *data ATTRIBUTE_UNUSED, asection *input_section, bfd *output_bfd, char **error_message ATTRIBUTE_UNUSED) argument
1792 mips_elf_literal_reloc(bfd *abfd, arelent *reloc_entry, asymbol *symbol, void *data, asection *input_section, bfd *output_bfd, char **error_message) argument
1833 mips_elf_gprel32_reloc(bfd *abfd, arelent *reloc_entry, asymbol *symbol, void *data, asection *input_section, bfd *output_bfd, char **error_message) argument
1872 gprel32_with_gp(bfd *abfd, asymbol *symbol, arelent *reloc_entry, asection *input_section, bfd_boolean relocatable, void *data, bfd_vma gp) argument
1917 mips_elf_shift6_reloc(bfd *abfd, arelent *reloc_entry, asymbol *symbol, void *data, asection *input_section, bfd *output_bfd, char **error_message) argument
1935 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 Dbout.c140 /* The positions of the string table and symbol table. */
242 sec = bfd_get_section (&(*a)->symbol);
243 av = sec->output_section->vma + sec->output_offset + (*a)->symbol.value;
244 sec = bfd_get_section (&(*b)->symbol);
245 bv = sec->output_section->vma + sec->output_offset + (*b)->symbol.value;
344 if (bfd_abs_section_ptr->symbol == sym)
346 /* Whoops, looked like an abs symbol, but is really an offset
353 /* Fill in symbol. */
496 asymbol *symbol = *(reloc->sym_ptr_ptr);
498 /* A symbol hold
495 asymbol *symbol = *(reloc->sym_ptr_ptr); local
550 aout_symbol_type *symbol = aout_symbol (symbol_in); local
590 aout_symbol_type *symbol = aout_symbol (symbol_in); local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBModule.i16 def in_range(symbol, section):
17 """Test whether a symbol is within the range of a section."""
18 symSA = symbol.GetStartAddress().GetFileAddress()
19 symEA = symbol.GetEndAddress().GetFileAddress()
37 "Represents an executable image and its associated object and symbol files.
46 SBModule supports symbol iteration, for example,
48 for symbol in module:
49 name = symbol.GetName()
50 saddr = symbol.GetStartAddress()
51 eaddr = symbol
[all...]
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dtoken.h28 symbol nm;
107 extern symbol get_name(int required = 0);
108 extern symbol get_long_name(int required = 0);
135 void interpolate_number_reg(symbol, int);
/freebsd-11-stable/cddl/usr.bin/ctfdump/
H A DMakefile8 symbol.c \
/freebsd-11-stable/kerberos5/tools/asn1_compile/
H A DMakefile25 symbol.c
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DArchHandler.cpp97 result.symbol = 0;
116 uint32_t symbol, uint32_t value,
120 reloc.symbol = symbol;
115 appendReloc(normalized::Relocations &relocs, uint32_t offset, uint32_t symbol, uint32_t value, RelocPattern pattern) argument
/freebsd-11-stable/contrib/groff/src/include/
H A DMakefile.sub29 symbol.h \
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DStackID.cpp27 else if (sc.symbol)
28 s->Printf(" (Symbol{0x%8.8x})", sc.symbol->GetID());
40 // Only compare the PC values if both symbol context scopes are nullptr
/freebsd-11-stable/sys/conf/
H A DMakefile.mips69 ${OBJCOPY} --strip-symbol '$$d' --strip-symbol '$$a' \
70 -g --strip-symbol '$$t' ${FULLKERNEL} ${KERNEL_KO}.tmp
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DUnwindMacOSXFrameBackchain.cpp128 else if (first_frame_sc.symbol) {
129 range.GetBaseAddress() = first_frame_sc.symbol->GetAddress();
130 range.SetByteSize(first_frame_sc.symbol->GetByteSize());
219 else if (first_frame_sc.symbol) {
220 range.GetBaseAddress() = first_frame_sc.symbol->GetAddress();
221 range.SetByteSize(first_frame_sc.symbol->GetByteSize());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DPostfixExpression.cpp9 // This file implements support for postfix expressions found in several symbol
110 SymbolResolver(llvm::function_ref<Node *(SymbolNode &symbol)> replacer)
124 bool Visit(SymbolNode &symbol, Node *&ref) override {
125 if (Node *replacement = m_replacer(symbol)) {
127 if (replacement != &symbol)
138 llvm::function_ref<Node *(SymbolNode &symbol)> m_replacer;
160 void Visit(SymbolNode &symbol, Node *&) override {

Completed in 250 milliseconds

1234567891011>>