Home
last modified time | relevance | path

Searched refs:symvalue (Results 1 – 25 of 230) sorted by relevance

12345678910

/dports/devel/redasm/REDasm-2.1.1/LibREDasm/redasm/loaders/elf/
H A Delf.hpp222 u64 symvalue = sym->st_value; in loadSymbols() local
230 if(!symvalue) in loadSymbols()
231 isrelocated = this->relocate(idx, &symvalue); in loadSymbols()
247 …this->m_document->lock(symvalue, symname, (info == STT_FUNC) ? SymbolType::ExportFunction : Symbol… in loadSymbols()
249 this->m_document->lock(symvalue, symname); in loadSymbols()
252 const Segment* segment = this->m_document->segment(symvalue); in loadSymbols()
255 this->m_document->lock(symvalue, symname, SymbolType::Data); in loadSymbols()
259 this->m_document->lock(symvalue, symname, SymbolType::Import); in loadSymbols()
/dports/sysutils/kldpatch/kldpatch/
H A Dkldpatch.c472 m->sym.symvalue = 0; in do_rw()
497 m->sym.symvalue = res->m[0].value; in do_rw()
499 m->sym.symvalue -= res->m[1].value; in do_rw()
501 m->sym.symvalue -= res->m[2].value; in do_rw()
514 m->symbol, m->sym.symvalue, (int)m->sym.symsize); in do_rw()
532 if (lseek(fd, m->sym.symvalue, SEEK_SET) < 0 || in do_rw()
538 if (m->k == NULL || kvm_read(m->k, m->sym.symvalue, buf, m->sym.symsize) in do_rw()
610 if (lseek(fd, m->sym.symvalue + m->data_ofs, SEEK_SET) < 0 || in do_rw()
613 if (lseek(fd, m->sym.symvalue, SEEK_SET) < 0 || in do_rw()
617 if (kvm_write(m->k, m->sym.symvalue + m->data_ofs, srcbuf, m->reclen) in do_rw()
[all …]
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/lib/bind9/
H A Dcheck.c393 isc_symvalue_t symvalue; in nameexist() local
1929 isc_symvalue_t symvalue; in bind9_check_remoteserverlist() local
2039 isc_symvalue_t symvalue; in bind9_check_httpserver() local
2134 isc_symvalue_t symvalue; in bind9_check_tls_defintion() local
2338 isc_symvalue_t symvalue; in validate_remotes() local
3839 isc_symvalue_t symvalue; in fileexist() local
3855 &symvalue); in fileexist()
3975 &symvalue) == in check_keylist()
5468 &symvalue); in bind9_check_logging()
5767 symvalue, in bind9_check_namedconf()
[all …]
/dports/devel/yasm/yasm-1.3.0/modules/dbgfmts/stabs/
H A Dstabs-dbgfmt.c108 /*@null@*/ yasm_symrec *symvalue; /* value element needing relocation */ member
199 unsigned long desc, /*@null@*/ yasm_symrec *symvalue, in stabs_dbgfmt_append_stab() argument
209 stab->symvalue = symvalue; in stabs_dbgfmt_append_stab()
393 stab->symvalue = NULL; in stabs_dbgfmt_generate()
424 if (stab->symvalue != NULL) { in stabs_bc_stab_tobytes()
426 output_reloc(stab->symvalue, bc, buf, 4, 32, 0, d); in stabs_bc_stab_tobytes()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/yasm/source/patched-yasm/modules/dbgfmts/stabs/
H A Dstabs-dbgfmt.c108 /*@null@*/ yasm_symrec *symvalue; /* value element needing relocation */ member
199 unsigned long desc, /*@null@*/ yasm_symrec *symvalue, in stabs_dbgfmt_append_stab() argument
209 stab->symvalue = symvalue; in stabs_dbgfmt_append_stab()
393 stab->symvalue = NULL; in stabs_dbgfmt_generate()
424 if (stab->symvalue != NULL) { in stabs_bc_stab_tobytes()
426 output_reloc(stab->symvalue, bc, buf, 4, 32, 0, d); in stabs_bc_stab_tobytes()
/dports/dns/bind-tools/bind-9.16.27/lib/bind9/
H A Dcheck.c396 isc_symvalue_t symvalue; in nameexist() local
399 symvalue.as_cpointer = obj; in nameexist()
1777 isc_symvalue_t symvalue; in bind9_check_remoteserverlist() local
1933 isc_symvalue_t symvalue; in validate_remotes() local
3432 isc_symvalue_t symvalue; in fileexist() local
3448 &symvalue); in fileexist()
3472 isc_symvalue_t symvalue; in keydirexist() local
3568 &symvalue) == in check_keylist()
5025 &symvalue); in bind9_check_logging()
5314 symvalue, in bind9_check_namedconf()
[all …]
/dports/dns/bind916/bind-9.16.27/lib/bind9/
H A Dcheck.c396 isc_symvalue_t symvalue; in nameexist() local
399 symvalue.as_cpointer = obj; in nameexist()
1777 isc_symvalue_t symvalue; in bind9_check_remoteserverlist() local
1933 isc_symvalue_t symvalue; in validate_remotes() local
3432 isc_symvalue_t symvalue; in fileexist() local
3448 &symvalue); in fileexist()
3472 isc_symvalue_t symvalue; in keydirexist() local
3568 &symvalue) == in check_keylist()
5025 &symvalue); in bind9_check_logging()
5314 symvalue, in bind9_check_namedconf()
[all …]
/dports/dns/bind911/bind-9.11.37/lib/bind9/
H A Dcheck.c370 isc_symvalue_t symvalue; in nameexist() local
375 symvalue.as_cpointer = obj; in nameexist()
1559 isc_symvalue_t symvalue; in validate_masters() local
2661 isc_symvalue_t symvalue; in fileexist() local
2677 &symvalue); in fileexist()
3138 isc_symvalue_t symvalue; in check_ta_conflicts() local
3170 symvalue, in check_ta_conflicts()
3212 &symvalue); in check_ta_conflicts()
3712 isc_symvalue_t symvalue; in bind9_check_logging() local
3787 &symvalue); in bind9_check_logging()
[all …]
/dports/dns/samba-nsupdate/bind-9.16.5/lib/bind9/
H A Dcheck.c384 isc_symvalue_t symvalue; in nameexist() local
387 symvalue.as_cpointer = obj; in nameexist()
1682 isc_symvalue_t symvalue; in validate_masters() local
3054 isc_symvalue_t symvalue; in fileexist() local
3070 &symvalue); in fileexist()
3112 isc_symvalue_t symvalue; in check_keylist() local
3140 &symvalue) == in check_keylist()
4484 isc_symvalue_t symvalue; in bind9_check_logging() local
4565 &symvalue); in bind9_check_logging()
4839 symvalue, in bind9_check_namedconf()
[all …]
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gold/
H A Dgc.h245 Address symvalue = dst_off - addend; in gc_process_relocs() local
252 static_cast<long long>(symvalue), in gc_process_relocs()
321 Address symvalue = dst_off - addend; in gc_process_relocs() local
328 static_cast<long long>(symvalue), in gc_process_relocs()
/dports/lang/gnatdroid-binutils/binutils-2.27/gold/
H A Dgc.h245 Address symvalue = dst_off - addend; in gc_process_relocs() local
252 static_cast<long long>(symvalue), in gc_process_relocs()
321 Address symvalue = dst_off - addend; in gc_process_relocs() local
328 static_cast<long long>(symvalue), in gc_process_relocs()
/dports/devel/binutils/binutils-2.37/gold/
H A Dgc.h246 Address symvalue = dst_off - addend; in gc_process_relocs() local
258 static_cast<long long>(symvalue), in gc_process_relocs()
328 Address symvalue = dst_off - addend; in gc_process_relocs() local
335 static_cast<long long>(symvalue), in gc_process_relocs()
/dports/devel/arm-elf-binutils/binutils-2.37/gold/
H A Dgc.h246 Address symvalue = dst_off - addend; in gc_process_relocs() local
258 static_cast<long long>(symvalue), in gc_process_relocs()
328 Address symvalue = dst_off - addend; in gc_process_relocs() local
335 static_cast<long long>(symvalue), in gc_process_relocs()
/dports/devel/gnulibiberty/binutils-2.37/gold/
H A Dgc.h246 Address symvalue = dst_off - addend; in gc_process_relocs() local
258 static_cast<long long>(symvalue), in gc_process_relocs()
328 Address symvalue = dst_off - addend; in gc_process_relocs() local
335 static_cast<long long>(symvalue), in gc_process_relocs()
/dports/devel/binutils/binutils-2.37/bfd/
H A Dbfd-in.h125 typedef BFD_HOST_U_64_BIT symvalue; typedef
153 typedef unsigned long symvalue; typedef
268 symvalue value;
/dports/devel/arm-elf-binutils/binutils-2.37/bfd/
H A Dbfd-in.h125 typedef BFD_HOST_U_64_BIT symvalue; typedef
153 typedef unsigned long symvalue; typedef
268 symvalue value;
/dports/devel/gnulibiberty/binutils-2.37/bfd/
H A Dbfd-in.h125 typedef BFD_HOST_U_64_BIT symvalue; typedef
153 typedef unsigned long symvalue; typedef
268 symvalue value;
/dports/devel/gdb/gdb-11.1/bfd/
H A Dbfd-in.h125 typedef BFD_HOST_U_64_BIT symvalue; typedef
153 typedef unsigned long symvalue; typedef
268 symvalue value;
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dtangram2.c784 int ParseStateVariable( buffer, symname, symvalue, symformat, in ParseStateVariable() argument
786 char * buffer; char * symname; char * symvalue; char * symformat; in ParseStateVariable()
904 strncpy( symvalue, buffer, pt-buffer );
905 symvalue[ pt - buffer ] = 0;
918 strncpy( symvalue, buffer, pt-buffer );
919 symvalue[ pt - buffer ] = 0;
964 char symvalue [ MAXVALUESIZE ]; local
999 if( ParseStateVariable( tmp_buf, symbol_name, symvalue,
1021 pt = symvalue;
1094 pt = symvalue;
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libssh2-sys-0.2.23/libssh2/vms/
H A Dlibssh2_make_lib.dcl210 $ symvalue = ""
216 $ symvalue = "''shortname'"
224 $ symvalue = "''shortname'"
225 $ 'symname' = "''symvalue'"
/dports/security/libssh2/libssh2-1.10.0/vms/
H A Dlibssh2_make_lib.dcl210 $ symvalue = ""
216 $ symvalue = "''shortname'"
224 $ symvalue = "''shortname'"
225 $ 'symname' = "''symvalue'"
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/libssh2-sys-0.2.21/libssh2/vms/
H A Dlibssh2_make_lib.dcl210 $ symvalue = ""
216 $ symvalue = "''shortname'"
224 $ symvalue = "''shortname'"
225 $ 'symname' = "''symvalue'"
/dports/devel/gbump/gbump-1.0.1/cargo-crates/libssh2-sys-0.2.13/libssh2/vms/
H A Dlibssh2_make_lib.dcl210 $ symvalue = ""
216 $ symvalue = "''shortname'"
224 $ symvalue = "''shortname'"
225 $ 'symname' = "''symvalue'"
/dports/security/nmap/nmap-7.91/libssh2/vms/
H A Dlibssh2_make_lib.dcl210 $ symvalue = ""
216 $ symvalue = "''shortname'"
224 $ symvalue = "''shortname'"
225 $ 'symname' = "''symvalue'"
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libssh2-sys-0.2.21/libssh2/vms/
H A Dlibssh2_make_lib.dcl210 $ symvalue = ""
216 $ symvalue = "''shortname'"
224 $ symvalue = "''shortname'"
225 $ 'symname' = "''symvalue'"

12345678910