Searched refs:sym (Results 201 - 225 of 2549) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb/dist/gdb/python/lib/gdb/
H A DFrameDecorator.py207 self.sym = symbol
217 return self.sym
237 def fetch_b(self, sym):
246 if isinstance(sym, str):
249 sym_type = sym.addr_class
267 for sym in block:
268 if sym.is_argument:
270 if self.fetch_b(sym):
271 lvars.append(SymValueWrapper(sym, None))
295 for sym i
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gas/
H A Dliteral.c46 add_to_literal_pool (symbolS *sym, valueT addend, segT sec, int size) argument
65 if (fixp->fx_addsy == sym && fixp->fx_offset == addend)
84 fix_new (frag_now, p - frag_now->fr_literal, size, sym, addend, 0,
/netbsd-current/external/gpl3/binutils/dist/gas/
H A Dliteral.c46 add_to_literal_pool (symbolS *sym, valueT addend, segT sec, int size) argument
65 if (fixp->fx_addsy == sym && fixp->fx_offset == addend)
84 fix_new (frag_now, p - frag_now->fr_literal, size, sym, addend, 0,
/netbsd-current/sys/rump/librump/rumpkern/
H A Dkobj_rename.c71 Elf_Sym *sym; local
92 sym = &symtab[i];
93 if (sym->st_name == 0) {
97 fromname = *strtab + sym->st_name;
98 sym->st_name = worktabidx;
100 if (ELF_ST_BIND(sym->st_info) != STB_GLOBAL ||
/netbsd-current/sys/arch/or1k/include/
H A Dasm.h91 #define WEAK_ALIAS(alias,sym) \
93 alias = sym
98 #define STRONG_ALIAS(alias,sym) \
100 alias = sym
102 #define WARN_REFERENCES(sym,msg) \
103 .pushsection .gnu.warning. ## sym; \
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Dpic.d18 8: R_ARM_ABS32 sym
19 c: R_ARM_GOT32 sym
20 10: R_ARM_GOTOFF32 sym
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mach-o/
H A Dsections-3.d9 first indirect sym: 0 \(0 entries\) stub size: (16|20) reserved3: 0x0
14 first indirect sym: 0 \(0 entries\) reserved2: 0x0 reserved3: 0x0
19 first indirect sym: 0 \(0 entries\) reserved2: 0x0 reserved3: 0x0
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dsymtab.cc118 const elfcpp::Sym<size, big_endian>& sym,
121 this->init_fields(name, version, sym.get_st_type(), sym.get_st_bind(),
122 sym.get_st_visibility(), sym.get_st_nonvis());
220 const elfcpp::Sym<size, big_endian>& sym,
223 this->init_base_object(name, version, object, sym, st_shndx, is_ordinary);
224 this->value_ = sym.get_st_value();
225 this->symsize_ = sym.get_st_size();
610 Symbol* sym local
117 init_base_object(const char* name, const char* version, Object* object, const elfcpp::Sym<size, big_endian>& sym, unsigned int st_shndx, bool is_ordinary) argument
218 init_object(const char* name, const char* version, Object* object, const elfcpp::Sym<size, big_endian>& sym, unsigned int st_shndx, bool is_ordinary) argument
625 Symbol* sym = this->lookup(name); local
641 Symbol* sym = this->lookup(p->c_str()); local
652 gc_mark_symbol(Symbol* sym) argument
669 gc_mark_dyn_syms(Symbol* sym) argument
757 force_local(Symbol* sym) argument
825 define_default_version(Sized_symbol<size>* sym, bool default_is_new, Symbol_table_type::iterator pdef) argument
933 add_from_object(Object* object, const char* name, Stringpool::Key name_key, const char* version, Stringpool::Key version_key, bool is_default_version, const elfcpp::Sym<size, big_endian>& sym, unsigned int st_shndx, bool is_ordinary, unsigned int orig_st_shndx) argument
1388 add_from_pluginobj( Sized_pluginobj<size, big_endian>* obj, const char* name, const char* ver, elfcpp::Sym<size, big_endian>* sym) argument
1671 add_from_incrobj( Object* obj, const char* name, const char* ver, elfcpp::Sym<size, big_endian>* sym) argument
1817 Sized_symbol<size>* sym; local
2012 Sized_symbol<size>* sym; local
2135 Sized_symbol<size>* sym; local
2256 Sized_symbol<size>* sym; local
2412 Symbol* sym = csym; local
2500 Sized_symbol<size>* sym; local
2556 Symbol* sym = *p; local
2582 Symbol* sym = p->second; local
2605 Symbol* sym = p->second; local
2730 add_to_final_symtab(Symbol* sym, Stringpool* pool, unsigned int* pindex, off_t* poff) argument
2763 Symbol* sym = *p; local
2779 Symbol* sym = p->second; local
2809 compute_final_value( const Sized_symbol<size>* sym, Compute_final_value_status* pstatus) const argument
2965 Sized_symbol<size>* sym = static_cast<Sized_symbol<size>*>(unsized_sym); local
3101 Sized_symbol<size>* sym = static_cast<Sized_symbol<size>*>(p->second); local
3283 Sized_symbol<size>* sym = static_cast<Sized_symbol<size>*>(*p); local
3336 sized_write_symbol( Sized_symbol<size>* sym, typename elfcpp::Elf_types<size>::Elf_Addr value, unsigned int shndx, elfcpp::STB binding, const Stringpool* pool, unsigned char* p) const argument
3689 Symbol* sym = symtab->lookup(p->first, NULL); local
3702 issue_warning(const Symbol* sym, const Relocate_info<size, big_endian>* relinfo, size_t relnum, off_t reloffset) const argument
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dsymtab.cc118 const elfcpp::Sym<size, big_endian>& sym,
121 this->init_fields(name, version, sym.get_st_type(), sym.get_st_bind(),
122 sym.get_st_visibility(), sym.get_st_nonvis());
220 const elfcpp::Sym<size, big_endian>& sym,
223 this->init_base_object(name, version, object, sym, st_shndx, is_ordinary);
224 this->value_ = sym.get_st_value();
225 this->symsize_ = sym.get_st_size();
610 Symbol* sym local
117 init_base_object(const char* name, const char* version, Object* object, const elfcpp::Sym<size, big_endian>& sym, unsigned int st_shndx, bool is_ordinary) argument
218 init_object(const char* name, const char* version, Object* object, const elfcpp::Sym<size, big_endian>& sym, unsigned int st_shndx, bool is_ordinary) argument
625 Symbol* sym = this->lookup(name); local
641 Symbol* sym = this->lookup(p->c_str()); local
652 gc_mark_symbol(Symbol* sym) argument
669 gc_mark_dyn_syms(Symbol* sym) argument
757 force_local(Symbol* sym) argument
825 define_default_version(Sized_symbol<size>* sym, bool default_is_new, Symbol_table_type::iterator pdef) argument
933 add_from_object(Object* object, const char* name, Stringpool::Key name_key, const char* version, Stringpool::Key version_key, bool is_default_version, const elfcpp::Sym<size, big_endian>& sym, unsigned int st_shndx, bool is_ordinary, unsigned int orig_st_shndx) argument
1388 add_from_pluginobj( Sized_pluginobj<size, big_endian>* obj, const char* name, const char* ver, elfcpp::Sym<size, big_endian>* sym) argument
1671 add_from_incrobj( Object* obj, const char* name, const char* ver, elfcpp::Sym<size, big_endian>* sym) argument
1817 Sized_symbol<size>* sym; local
2012 Sized_symbol<size>* sym; local
2135 Sized_symbol<size>* sym; local
2256 Sized_symbol<size>* sym; local
2412 Symbol* sym = csym; local
2494 Sized_symbol<size>* sym; local
2550 Symbol* sym = *p; local
2576 Symbol* sym = p->second; local
2599 Symbol* sym = p->second; local
2724 add_to_final_symtab(Symbol* sym, Stringpool* pool, unsigned int* pindex, off_t* poff) argument
2757 Symbol* sym = *p; local
2773 Symbol* sym = p->second; local
2803 compute_final_value( const Sized_symbol<size>* sym, Compute_final_value_status* pstatus) const argument
2959 Sized_symbol<size>* sym = static_cast<Sized_symbol<size>*>(unsized_sym); local
3095 Sized_symbol<size>* sym = static_cast<Sized_symbol<size>*>(p->second); local
3277 Sized_symbol<size>* sym = static_cast<Sized_symbol<size>*>(*p); local
3330 sized_write_symbol( Sized_symbol<size>* sym, typename elfcpp::Elf_types<size>::Elf_Addr value, unsigned int shndx, elfcpp::STB binding, const Stringpool* pool, unsigned char* p) const argument
3683 Symbol* sym = symtab->lookup(p->first, NULL); local
3696 issue_warning(const Symbol* sym, const Relocate_info<size, big_endian>* relinfo, size_t relnum, off_t reloffset) const argument
[all...]
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dsymtab.cc118 const elfcpp::Sym<size, big_endian>& sym,
121 this->init_fields(name, version, sym.get_st_type(), sym.get_st_bind(),
122 sym.get_st_visibility(), sym.get_st_nonvis());
220 const elfcpp::Sym<size, big_endian>& sym,
223 this->init_base_object(name, version, object, sym, st_shndx, is_ordinary);
224 this->value_ = sym.get_st_value();
225 this->symsize_ = sym.get_st_size();
610 Symbol* sym local
117 init_base_object(const char* name, const char* version, Object* object, const elfcpp::Sym<size, big_endian>& sym, unsigned int st_shndx, bool is_ordinary) argument
218 init_object(const char* name, const char* version, Object* object, const elfcpp::Sym<size, big_endian>& sym, unsigned int st_shndx, bool is_ordinary) argument
625 Symbol* sym = this->lookup(name); local
641 Symbol* sym = this->lookup(p->c_str()); local
652 gc_mark_symbol(Symbol* sym) argument
669 gc_mark_dyn_syms(Symbol* sym) argument
757 force_local(Symbol* sym) argument
825 define_default_version(Sized_symbol<size>* sym, bool default_is_new, Symbol_table_type::iterator pdef) argument
933 add_from_object(Object* object, const char* name, Stringpool::Key name_key, const char* version, Stringpool::Key version_key, bool is_default_version, const elfcpp::Sym<size, big_endian>& sym, unsigned int st_shndx, bool is_ordinary, unsigned int orig_st_shndx) argument
1388 add_from_pluginobj( Sized_pluginobj<size, big_endian>* obj, const char* name, const char* ver, elfcpp::Sym<size, big_endian>* sym) argument
1671 add_from_incrobj( Object* obj, const char* name, const char* ver, elfcpp::Sym<size, big_endian>* sym) argument
1817 Sized_symbol<size>* sym; local
2012 Sized_symbol<size>* sym; local
2135 Sized_symbol<size>* sym; local
2256 Sized_symbol<size>* sym; local
2412 Symbol* sym = csym; local
2494 Sized_symbol<size>* sym; local
2550 Symbol* sym = *p; local
2576 Symbol* sym = p->second; local
2599 Symbol* sym = p->second; local
2724 add_to_final_symtab(Symbol* sym, Stringpool* pool, unsigned int* pindex, off_t* poff) argument
2757 Symbol* sym = *p; local
2773 Symbol* sym = p->second; local
2803 compute_final_value( const Sized_symbol<size>* sym, Compute_final_value_status* pstatus) const argument
2959 Sized_symbol<size>* sym = static_cast<Sized_symbol<size>*>(unsized_sym); local
3095 Sized_symbol<size>* sym = static_cast<Sized_symbol<size>*>(p->second); local
3277 Sized_symbol<size>* sym = static_cast<Sized_symbol<size>*>(*p); local
3330 sized_write_symbol( Sized_symbol<size>* sym, typename elfcpp::Elf_types<size>::Elf_Addr value, unsigned int shndx, elfcpp::STB binding, const Stringpool* pool, unsigned char* p) const argument
3683 Symbol* sym = symtab->lookup(p->first, NULL); local
3696 issue_warning(const Symbol* sym, const Relocate_info<size, big_endian>* relinfo, size_t relnum, off_t reloffset) const argument
[all...]
/netbsd-current/external/public-domain/xz/dist/src/common/
H A Dtuklib_common.h33 # define TUKLIB_SYMBOL(sym) TUKLIB_CAT(TUKLIB_SYMBOL_PREFIX, sym)
/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dgentvals.sh33 while read sym
35 echo "#ifdef $sym" >>tmpvals.h
36 echo 'DEFVAL { "'$sym'", '$sym ' },' >>tmpvals.h
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/bfin/
H A Dcec-system-call.S11 .macro set_evt lvl:req, sym:req
12 loadsym R1, \sym;
H A Dtest.h59 #define LD32_LABEL(reg, sym) loadsym reg, sym
62 #define CHECKREG_SYM_JUMPLESS(reg, sym, scratch_reg) \
63 loadsym scratch_reg, sym; \
67 #define CHECKREG_SYM(reg, sym, scratch_reg) \
68 loadsym scratch_reg, sym; \
78 #define WR_MMR_LABEL(mmr, sym, mmr_reg, sym_reg) \
79 loadsym sym_reg, sym; \
/netbsd-current/sys/arch/vax/include/
H A Dasm.h92 #define WEAK_ALIAS(alias,sym) \
94 alias = sym
99 #define STRONG_ALIAS(alias,sym) \
101 alias = sym
104 #define WARN_REFERENCES(sym,msg) \
105 .pushsection .gnu.warning. ## sym; \
109 #define WARN_REFERENCES(sym,msg) \
110 .pushsection .gnu.warning./**/sym; \
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-d10v.h51 #define tc_frob_label(sym) d10v_frob_label (sym)
H A Dtc-d30v.h53 #define tc_frob_label(sym) d30v_frob_label (sym)
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/d10v/
H A Dimmediate-003.d10 2: R_D10V_16 sym
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/aarch64/
H A Dreloc-tprel_lo12-ldst16-ilp32.d11 0: R_AARCH64_P32_TLSLE_LDST16_TPREL_LO12 sym
H A Dreloc-tprel_lo12-ldst32-ilp32.d11 0: R_AARCH64_P32_TLSLE_LDST32_TPREL_LO12 sym
H A Dreloc-tprel_lo12-ldst64-ilp32.d11 0: R_AARCH64_P32_TLSLE_LDST64_TPREL_LO12 sym
H A Dreloc-tprel_lo12-ldst8-ilp32.d11 0: R_AARCH64_P32_TLSLE_LDST8_TPREL_LO12 sym
H A Dreloc-tprel_lo12_nc-ldst16-ilp32.d11 0: R_AARCH64_P32_TLSLE_LDST16_TPREL_LO12_NC sym
H A Dreloc-tprel_lo12_nc-ldst32-ilp32.d11 0: R_AARCH64_P32_TLSLE_LDST32_TPREL_LO12_NC sym
H A Dreloc-tprel_lo12_nc-ldst64-ilp32.d11 0: R_AARCH64_P32_TLSLE_LDST64_TPREL_LO12_NC sym

Completed in 493 milliseconds

1234567891011>>