Home
last modified time | relevance | path

Searched defs:loc (Results 1 – 25 of 435) sorted by relevance

12345678910>>...18

/openbsd/src/sys/arch/sh/sh/
Ddb_disasm.c134 db_disasm(vaddr_t loc, int altfmt) in db_disasm()
194 get_opcode(vaddr_t loc, char *buf, size_t bufsiz) in get_opcode()
209 f_02(vaddr_t loc, u_int insn, char *buf, size_t bufsiz) in f_02()
251 f_03(vaddr_t loc, u_int insn, char *buf, size_t bufsiz) in f_03()
281 f_04(vaddr_t loc, u_int insn, char *buf, size_t bufsiz) in f_04()
306 f_08(vaddr_t loc, u_int insn, char *buf, size_t bufsiz) in f_08()
348 f_09(vaddr_t loc, u_int insn, char *buf, size_t bufsiz) in f_09()
373 f_0a(vaddr_t loc, u_int insn, char *buf, size_t bufsiz) in f_0a()
409 f_0b(vaddr_t loc, u_int insn, char *buf, size_t bufsiz) in f_0b()
432 f_0c(vaddr_t loc, u_int insn, char *buf, size_t bufsiz) in f_0c()
[all …]
/openbsd/src/gnu/llvm/libcxx/src/support/win32/
Dlocale_win32.cpp34 lconv *localeconv_l( locale_t &loc ) in localeconv_l()
43 mbstate_t *__restrict ps, locale_t loc ) in mbrlen_l()
49 size_t len, mbstate_t *__restrict ps, locale_t loc ) in mbsrtowcs_l()
55 locale_t loc ) in wcrtomb_l()
61 size_t n, mbstate_t *__restrict ps, locale_t loc ) in mbrtowc_l()
67 size_t nms, size_t len, mbstate_t *__restrict ps, locale_t loc ) in mbsnrtowcs_l()
73 size_t nwc, size_t len, mbstate_t *__restrict ps, locale_t loc ) in wcsnrtombs_l()
78 wint_t btowc_l( int c, locale_t loc ) in btowc_l()
83 int wctob_l( wint_t c, locale_t loc ) in wctob_l()
89 int snprintf_l(char *ret, size_t n, locale_t loc, const char *format, ...) in snprintf_l()
[all …]
/openbsd/src/gnu/llvm/lld/MachO/Arch/
DARM64Common.cpp30 const uint8_t *loc = buf + offset + rel.r_address; in getEmbeddedAddend() local
41 static void writeValue(uint8_t *loc, const Reloc &r, uint64_t value) { in writeValue()
60 void ARM64Common::relocateOne(uint8_t *loc, const Reloc &r, uint64_t value, in relocateOne()
94 void ARM64Common::relaxGotLoad(uint8_t *loc, uint8_t type) const { in relaxGotLoad()
131 static void reportUnalignedLdrStr(Twine loc, uint64_t va, int align, in reportUnalignedLdrStr()
141 void macho::reportUnalignedLdrStr(void *loc, const lld::macho::Reloc &r, in reportUnalignedLdrStr()
149 void macho::reportUnalignedLdrStr(void *loc, lld::macho::SymbolDiagnostic d, in reportUnalignedLdrStr()
DARM64Common.h45 inline void encodeBranch26(uint32_t *loc, const Reloc &r, uint32_t base, in encodeBranch26()
53 inline void encodeBranch26(uint32_t *loc, SymbolDiagnostic d, uint32_t base, in encodeBranch26()
64 inline void encodePage21(uint32_t *loc, const Reloc &r, uint32_t base, in encodePage21()
71 inline void encodePage21(uint32_t *loc, SymbolDiagnostic d, uint32_t base, in encodePage21()
87 inline void encodePageOff12(uint32_t *loc, Target t, uint32_t base, in encodePageOff12()
/openbsd/src/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/
Dctor_copy_dtor.cc32 std::locale loc("C"); in test00() local
321 std::locale loc(""); in test03() local
369 locale loc(""); in test04() local
377 locale loc(""); in test04() local
387 locale loc(""); in test04() local
416 locale loc(""); in test04() local
423 locale loc(""); in test04() local
430 locale loc(""); in test04() local
446 locale loc(""); in test04() local
464 locale loc(""); in test04() local
/openbsd/src/gnu/llvm/clang/lib/ARCMigrate/
DTransformActions.cpp284 void TransformActionsImpl::insert(SourceLocation loc, StringRef text) { in insert()
294 void TransformActionsImpl::insertAfterToken(SourceLocation loc, StringRef text) { in insertAfterToken()
339 void TransformActionsImpl::replaceText(SourceLocation loc, StringRef text, in replaceText()
383 bool TransformActionsImpl::canInsert(SourceLocation loc) { in canInsert()
396 bool TransformActionsImpl::canInsertAfterToken(SourceLocation loc) { in canInsertAfterToken()
418 bool TransformActionsImpl::canReplaceText(SourceLocation loc, StringRef text) { in canReplaceText()
437 void TransformActionsImpl::commitInsert(SourceLocation loc, StringRef text) { in commitInsert()
441 void TransformActionsImpl::commitInsertAfterToken(SourceLocation loc, in commitInsertAfterToken()
480 void TransformActionsImpl::commitReplaceText(SourceLocation loc, in commitReplaceText()
506 void TransformActionsImpl::addInsertion(SourceLocation loc, StringRef text) { in addInsertion()
[all …]
/openbsd/src/games/phantasia/
Dinterplayer.c472 long loc = 0L; /* location in energy void file */ in checktampered() local
533 long loc; /* location in file of other players */ in tampered() local
805 long loc = 0L; /* location of old king in player file */ in throneroom() local
889 long loc; /* location in energy void file */ in dotampered() local
1115 writevoid(struct energyvoid *vp, long loc) in writevoid()
1152 long loc = 0L; /* location of new energy void */ in allocvoid() local
Dgamesupport.c73 long loc; /* location in player file */ in changestats() local
635 long loc = 0L; /* location in file */ in purgeoldplayers() local
690 long loc = 0L; /* location in scoreboard file */ in enterscore() local
/openbsd/src/lib/libcrypto/x509/
Dx509_ext.c95 X509_CRL_get_ext(const X509_CRL *x, int loc) in X509_CRL_get_ext()
102 X509_CRL_delete_ext(X509_CRL *x, int loc) in X509_CRL_delete_ext()
124 X509_CRL_add_ext(X509_CRL *x, X509_EXTENSION *ex, int loc) in X509_CRL_add_ext()
160 X509_get_ext(const X509 *x, int loc) in X509_get_ext()
167 X509_delete_ext(X509 *x, int loc) in X509_delete_ext()
174 X509_add_ext(X509 *x, X509_EXTENSION *ex, int loc) in X509_add_ext()
225 X509_REVOKED_get_ext(const X509_REVOKED *x, int loc) in X509_REVOKED_get_ext()
232 X509_REVOKED_delete_ext(X509_REVOKED *x, int loc) in X509_REVOKED_delete_ext()
239 X509_REVOKED_add_ext(X509_REVOKED *x, X509_EXTENSION *ex, int loc) in X509_REVOKED_add_ext()
Dx509name.c169 X509_NAME_get_entry(const X509_NAME *name, int loc) in X509_NAME_get_entry()
180 X509_NAME_delete_entry(X509_NAME *name, int loc) in X509_NAME_delete_entry()
220 const unsigned char *bytes, int len, int loc, int set) in X509_NAME_add_entry_by_OBJ()
236 const unsigned char *bytes, int len, int loc, int set) in X509_NAME_add_entry_by_NID()
252 const unsigned char *bytes, int len, int loc, int set) in X509_NAME_add_entry_by_txt()
269 X509_NAME_add_entry(X509_NAME *name, const X509_NAME_ENTRY *ne, int loc, in X509_NAME_add_entry()
/openbsd/src/gnu/llvm/libcxx/include/
D__bsd_locale_defaults.h21 #define __libcpp_mb_cur_max_l(loc) MB_CUR_MAX_L(loc) argument
22 #define __libcpp_btowc_l(ch, loc) btowc_l(ch, loc) argument
23 #define __libcpp_wctob_l(wch, loc) wctob_l(wch, loc) argument
24 #define __libcpp_wcsnrtombs_l(dst, src, nwc, len, ps, loc) wcsnrtombs_l(dst, src, nwc, len, ps, lo… argument
25 #define __libcpp_wcrtomb_l(src, wc, ps, loc) wcrtomb_l(src, wc, ps, loc) argument
26 #define __libcpp_mbsnrtowcs_l(dst, src, nms, len, ps, loc) mbsnrtowcs_l(dst, src, nms, len, ps, lo… argument
/openbsd/src/gnu/llvm/clang/lib/Edit/
DCommit.cpp48 bool Commit::insert(SourceLocation loc, StringRef text, in insert()
64 bool Commit::insertFromRange(SourceLocation loc, in insertFromRange()
165 bool Commit::replaceText(SourceLocation loc, StringRef text, in replaceText()
225 bool Commit::canInsert(SourceLocation loc, FileOffset &offs) { in canInsert()
249 bool Commit::canInsertAfterToken(SourceLocation loc, FileOffset &offs, in canInsertAfterToken()
323 bool Commit::canReplaceText(SourceLocation loc, StringRef text, in canReplaceText()
340 bool Commit::isAtStartOfMacroExpansion(SourceLocation loc, in isAtStartOfMacroExpansion()
345 bool Commit::isAtEndOfMacroExpansion(SourceLocation loc, in isAtEndOfMacroExpansion()
/openbsd/src/gnu/llvm/lld/ELF/Arch/
DPPC.cpp67 static uint32_t readFromHalf16(const uint8_t *loc) { in readFromHalf16()
71 static void writeFromHalf16(uint8_t *loc, uint32_t insn) { in writeFromHalf16()
310 void PPC::relocate(uint8_t *loc, const Relocation &rel, uint64_t val) const { in relocate()
401 void PPC::relaxTlsGdToIe(uint8_t *loc, const Relocation &rel, in relaxTlsGdToIe()
420 void PPC::relaxTlsGdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsGdToLe()
436 void PPC::relaxTlsLdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsLdToLe()
460 void PPC::relaxTlsIeToLe(uint8_t *loc, const Relocation &rel, in relaxTlsIeToLe()
490 uint8_t *loc = buf + rel.offset; in relocateAlloc() local
DMips.cpp214 template <endianness E> static uint32_t readShuffle(const uint8_t *loc) { in readShuffle()
227 static void writeValue(uint8_t *loc, uint64_t v, uint8_t bitsSize, in writeValue()
236 static void writeShuffleValue(uint8_t *loc, uint64_t v, uint8_t bitsSize, in writeShuffleValue()
250 static void writeMicroRelocation16(uint8_t *loc, uint64_t v, uint8_t bitsSize, in writeMicroRelocation16()
482 calculateMipsRelChain(uint8_t *loc, RelType type, uint64_t val) { in calculateMipsRelChain()
519 static uint64_t fixupCrossModeJump(uint8_t *loc, RelType type, uint64_t val) { in fixupCrossModeJump()
568 void MIPS<ELFT>::relocate(uint8_t *loc, const Relocation &rel, in relocate()
DX86_64.cpp417 static void relaxTlsGdToLe(uint8_t *loc, const Relocation &rel, uint64_t val) { in relaxTlsGdToLe()
457 static void relaxTlsGdToIe(uint8_t *loc, const Relocation &rel, uint64_t val) { in relaxTlsGdToIe()
498 static void relaxTlsIeToLe(uint8_t *loc, const Relocation &, uint64_t val) { in relaxTlsIeToLe()
539 static void relaxTlsLdToLe(uint8_t *loc, const Relocation &rel, uint64_t val) { in relaxTlsLdToLe()
582 void X86_64::applyJumpInstrMod(uint8_t *loc, JumpModType type, in applyJumpInstrMod()
720 void X86_64::relocate(uint8_t *loc, const Relocation &rel, uint64_t val) const { in relocate()
851 static void relaxGotNoPic(uint8_t *loc, uint64_t val, uint8_t op, in relaxGotNoPic()
914 static void relaxGot(uint8_t *loc, const Relocation &rel, uint64_t val) { in relaxGot()
957 bool X86_64::adjustPrologueForCrossSplitStack(uint8_t *loc, uint8_t *end, in adjustPrologueForCrossSplitStack()
995 uint8_t *loc = buf + rel.offset; in relocateAlloc() local
DX86.cpp283 void X86::relocate(uint8_t *loc, const Relocation &rel, uint64_t val) const { in relocate()
347 static void relaxTlsGdToLe(uint8_t *loc, const Relocation &rel, uint64_t val) { in relaxTlsGdToLe()
382 static void relaxTlsGdToIe(uint8_t *loc, const Relocation &rel, uint64_t val) { in relaxTlsGdToIe()
416 static void relaxTlsIeToLe(uint8_t *loc, const Relocation &rel, uint64_t val) { in relaxTlsIeToLe()
453 static void relaxTlsLdToLe(uint8_t *loc, const Relocation &rel, uint64_t val) { in relaxTlsLdToLe()
489 uint8_t *loc = buf + rel.offset; in relocateAlloc() local
DPPC64.cpp231 void elf::writePrefixedInstruction(uint8_t *loc, uint64_t insn) { in writePrefixedInstruction()
552 static void writeFromHalf16(uint8_t *loc, uint32_t insn) { in writeFromHalf16()
556 static uint32_t readFromHalf16(const uint8_t *loc) { in readFromHalf16()
560 static uint64_t readPrefixedInstruction(const uint8_t *loc) { in readPrefixedInstruction()
640 void PPC64::relaxGot(uint8_t *loc, const Relocation &rel, uint64_t val) const { in relaxGot()
704 void PPC64::relaxTlsGdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsGdToLe()
767 void PPC64::relaxTlsLdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsLdToLe()
857 void PPC64::relaxTlsIeToLe(uint8_t *loc, const Relocation &rel, in relaxTlsIeToLe()
1228 void PPC64::relocate(uint8_t *loc, const Relocation &rel, uint64_t val) const { in relocate()
1481 void PPC64::relaxTlsGdToIe(uint8_t *loc, const Relocation &rel, in relaxTlsGdToIe()
[all …]
/openbsd/src/lib/libcrypto/ocsp/
Docsp_ext.c113 OCSP_REQUEST_get_ext(OCSP_REQUEST *x, int loc) in OCSP_REQUEST_get_ext()
120 OCSP_REQUEST_delete_ext(OCSP_REQUEST *x, int loc) in OCSP_REQUEST_delete_ext()
143 OCSP_REQUEST_add_ext(OCSP_REQUEST *x, X509_EXTENSION *ex, int loc) in OCSP_REQUEST_add_ext()
182 OCSP_ONEREQ_get_ext(OCSP_ONEREQ *x, int loc) in OCSP_ONEREQ_get_ext()
189 OCSP_ONEREQ_delete_ext(OCSP_ONEREQ *x, int loc) in OCSP_ONEREQ_delete_ext()
212 OCSP_ONEREQ_add_ext(OCSP_ONEREQ *x, X509_EXTENSION *ex, int loc) in OCSP_ONEREQ_add_ext()
253 OCSP_BASICRESP_get_ext(OCSP_BASICRESP *x, int loc) in OCSP_BASICRESP_get_ext()
260 OCSP_BASICRESP_delete_ext(OCSP_BASICRESP *x, int loc) in OCSP_BASICRESP_delete_ext()
284 OCSP_BASICRESP_add_ext(OCSP_BASICRESP *x, X509_EXTENSION *ex, int loc) in OCSP_BASICRESP_add_ext()
323 OCSP_SINGLERESP_get_ext(OCSP_SINGLERESP *x, int loc) in OCSP_SINGLERESP_get_ext()
[all …]
/openbsd/src/gnu/gcc/gcc/
Dvar-tracking.c139 rtx loc; member
174 rtx loc; member
221 rtx loc; member
676 attrs_list_insert (attrs *listp, tree decl, HOST_WIDE_INT offset, rtx loc) in attrs_list_insert()
822 var_reg_set (dataflow_set *set, rtx loc) in var_reg_set()
846 var_reg_delete_and_set (dataflow_set *set, rtx loc, bool modify) in var_reg_delete_and_set()
881 var_reg_delete (dataflow_set *set, rtx loc, bool clobber) in var_reg_delete()
927 var_mem_set (dataflow_set *set, rtx loc) in var_mem_set()
945 var_mem_delete_and_set (dataflow_set *set, rtx loc, bool modify) in var_mem_delete_and_set()
962 var_mem_delete (dataflow_set *set, rtx loc, bool clobber) in var_mem_delete()
[all …]
/openbsd/src/gnu/llvm/lld/ELF/
DTarget.h89 void relocateNoSym(uint8_t *loc, RelType type, uint64_t val) const { in relocateNoSym()
97 virtual void applyJumpInstrMod(uint8_t *loc, JumpModType type, in applyJumpInstrMod()
186 std::string loc; member
193 static inline std::string getErrorLocation(const uint8_t *loc) { in getErrorLocation()
232 inline void checkInt(uint8_t *loc, int64_t v, int n, const Relocation &rel) { in checkInt()
238 inline void checkUInt(uint8_t *loc, uint64_t v, int n, const Relocation &rel) { in checkUInt()
244 inline void checkIntUInt(uint8_t *loc, uint64_t v, int n, in checkIntUInt()
253 inline void checkAlignment(uint8_t *loc, uint64_t v, int n, in checkAlignment()
/openbsd/src/sys/arch/powerpc64/include/
Dasm.h75 # define RETGUARD_SAVE(reg, loc) \ argument
77 # define RETGUARD_LOAD(reg, loc) \ argument
94 # define RETGUARD_SAVE(reg, loc) argument
95 # define RETGUARD_LOAD(reg, loc) argument
/openbsd/src/usr.bin/ssh/
Dauth2-pubkeyfile.c56 const char *loc) in auth_authorise_keyopts()
172 const char *loc, struct sshauthopt **authoptsp) in auth_check_principals_line()
224 char loc[256], *line = NULL, *cp, *ep; in auth_process_principals() local
264 char *cp, const char *remote_ip, const char *remote_host, const char *loc, in auth_check_authkey_line()
409 char *cp, *line = NULL, loc[256]; in auth_check_authkeys_file() local
/openbsd/src/sys/arch/arm/arm/
Ddisassem.c289 disasm(const disasm_interface_t *di, vaddr_t loc, int altfmt) in disasm()
588 disasm_insn_ldrstr(const disasm_interface_t *di, u_int insn, u_int loc) in disasm_insn_ldrstr()
617 disasm_insn_ldrhstrh(const disasm_interface_t *di, u_int insn, u_int loc) in disasm_insn_ldrhstrh()
646 disasm_insn_ldcstc(const disasm_interface_t *di, u_int insn, u_int loc) in disasm_insn_ldcstc()
/openbsd/src/gnu/usr.bin/perl/
Dregcomp_internal.h999 #define TO_OUTPUT_WARNINGS(loc) \ argument
1005 #define UPDATE_WARNINGS_LOC(loc) \ argument
1014 #define _WARN_HELPER(loc, warns, code) \ argument
1028 #define warn_non_literal_string(loc, packed_warn, m) \ argument
1033 #define reg_warn_non_literal_string(loc, m) \ argument
1036 #define ckWARN2_non_literal_string(loc, packwarn, m, a1) \ argument
1050 #define ckWARNreg(loc,m) \ argument
1056 #define vWARN(loc, m) \ argument
1062 #define vWARN_dep(loc,category,m) \ argument
1068 #define ckWARNdep(loc,category,m) \ argument
[all …]
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dregrename.c51 rtx *loc; member
390 scan_rtx_reg (insn, loc, class, action, type, earlyclobber) in scan_rtx_reg() argument
517 scan_rtx_address (insn, loc, class, action, mode) in scan_rtx_address() argument
654 scan_rtx (insn, loc, class, action, type, earlyclobber) in scan_rtx() argument
854 rtx *loc = recog_data.operand_loc[i]; local
868 rtx *loc = (i < n_ops local
943 rtx *loc = recog_data.operand_loc[i]; local
959 rtx *loc = (i < n_ops local
1405 replace_oldest_value_reg (loc, class, insn, vd) in replace_oldest_value_reg() argument
1429 replace_oldest_value_addr (loc, class, mode, insn, vd) in replace_oldest_value_addr() argument

12345678910>>...18