/third_party/libunwind/src/hppa/ |
D | Gget_save_loc.c | 29 unw_get_save_loc (unw_cursor_t *cursor, int reg, unw_save_loc_t *sloc) in unw_get_save_loc() argument 38 memset (sloc, 0, sizeof (*sloc)); in unw_get_save_loc() 42 sloc->type = UNW_SLT_NONE; in unw_get_save_loc() 49 sloc->type = UNW_SLT_REG; in unw_get_save_loc() 50 sloc->u.regnum = DWARF_GET_LOC (loc); in unw_get_save_loc() 55 sloc->type = UNW_SLT_MEMORY; in unw_get_save_loc() 56 sloc->u.addr = DWARF_GET_LOC (loc); in unw_get_save_loc()
|
/third_party/libunwind/src/tilegx/ |
D | Gget_save_loc.c | 29 unw_get_save_loc (unw_cursor_t *cursor, int reg, unw_save_loc_t *sloc) in unw_get_save_loc() argument 41 memset (sloc, 0, sizeof (*sloc)); in unw_get_save_loc() 45 sloc->type = UNW_SLT_NONE; in unw_get_save_loc() 52 sloc->type = UNW_SLT_REG; in unw_get_save_loc() 53 sloc->u.regnum = DWARF_GET_LOC (loc); in unw_get_save_loc() 58 sloc->type = UNW_SLT_MEMORY; in unw_get_save_loc() 59 sloc->u.addr = DWARF_GET_LOC (loc); in unw_get_save_loc()
|
/third_party/libunwind/src/s390x/ |
D | Gget_save_loc.c | 32 unw_get_save_loc (unw_cursor_t *cursor, int reg, unw_save_loc_t *sloc) in unw_get_save_loc() argument 65 memset (sloc, 0, sizeof (*sloc)); in unw_get_save_loc() 69 sloc->type = UNW_SLT_NONE; in unw_get_save_loc() 76 sloc->type = UNW_SLT_REG; in unw_get_save_loc() 77 sloc->u.regnum = DWARF_GET_LOC (loc); in unw_get_save_loc() 82 sloc->type = UNW_SLT_MEMORY; in unw_get_save_loc() 83 sloc->u.addr = DWARF_GET_LOC (loc); in unw_get_save_loc()
|
/third_party/libunwind/src/arm/ |
D | Gget_save_loc.c | 28 unw_get_save_loc (unw_cursor_t *cursor, int reg, unw_save_loc_t *sloc) in unw_get_save_loc() argument 60 memset (sloc, 0, sizeof (*sloc)); in unw_get_save_loc() 64 sloc->type = UNW_SLT_NONE; in unw_get_save_loc() 71 sloc->type = UNW_SLT_REG; in unw_get_save_loc() 72 sloc->u.regnum = DWARF_GET_LOC (loc); in unw_get_save_loc() 77 sloc->type = UNW_SLT_MEMORY; in unw_get_save_loc() 78 sloc->u.addr = DWARF_GET_LOC (loc); in unw_get_save_loc()
|
/third_party/libunwind/src/sh/ |
D | Gget_save_loc.c | 29 unw_get_save_loc (unw_cursor_t *cursor, int reg, unw_save_loc_t *sloc) in unw_get_save_loc() argument 62 memset (sloc, 0, sizeof (*sloc)); in unw_get_save_loc() 66 sloc->type = UNW_SLT_NONE; in unw_get_save_loc() 73 sloc->type = UNW_SLT_REG; in unw_get_save_loc() 74 sloc->u.regnum = DWARF_GET_LOC (loc); in unw_get_save_loc() 79 sloc->type = UNW_SLT_MEMORY; in unw_get_save_loc() 80 sloc->u.addr = DWARF_GET_LOC (loc); in unw_get_save_loc()
|
/third_party/libunwind/src/riscv/ |
D | Gget_save_loc.c | 29 unw_get_save_loc (unw_cursor_t *cursor, int reg, unw_save_loc_t *sloc) in unw_get_save_loc() argument 76 memset (sloc, 0, sizeof (*sloc)); in unw_get_save_loc() 80 sloc->type = UNW_SLT_NONE; in unw_get_save_loc() 87 sloc->type = UNW_SLT_REG; in unw_get_save_loc() 88 sloc->u.regnum = DWARF_GET_LOC (loc); in unw_get_save_loc() 93 sloc->type = UNW_SLT_MEMORY; in unw_get_save_loc() 94 sloc->u.addr = DWARF_GET_LOC (loc); in unw_get_save_loc()
|
/third_party/libunwind/src/mips/ |
D | Gget_save_loc.c | 30 unw_get_save_loc (unw_cursor_t *cursor, int reg, unw_save_loc_t *sloc) in unw_get_save_loc() argument 79 memset (sloc, 0, sizeof (*sloc)); in unw_get_save_loc() 83 sloc->type = UNW_SLT_NONE; in unw_get_save_loc() 90 sloc->type = UNW_SLT_REG; in unw_get_save_loc() 91 sloc->u.regnum = DWARF_GET_LOC (loc); in unw_get_save_loc() 96 sloc->type = UNW_SLT_MEMORY; in unw_get_save_loc() 97 sloc->u.addr = DWARF_GET_LOC (loc); in unw_get_save_loc()
|
/third_party/libunwind/src/aarch64/ |
D | Gget_save_loc.c | 30 unw_get_save_loc (unw_cursor_t *cursor, int reg, unw_save_loc_t *sloc) in unw_get_save_loc() argument 79 memset (sloc, 0, sizeof (*sloc)); in unw_get_save_loc() 83 sloc->type = UNW_SLT_NONE; in unw_get_save_loc() 90 sloc->type = UNW_SLT_REG; in unw_get_save_loc() 91 sloc->u.regnum = DWARF_GET_LOC (loc); in unw_get_save_loc() 96 sloc->type = UNW_SLT_MEMORY; in unw_get_save_loc() 97 sloc->u.addr = DWARF_GET_LOC (loc); in unw_get_save_loc()
|
/third_party/libunwind/src/x86_64/ |
D | Gget_save_loc.c | 31 unw_get_save_loc (unw_cursor_t *cursor, int reg, unw_save_loc_t *sloc) in unw_get_save_loc() argument 53 memset (sloc, 0, sizeof (*sloc)); in unw_get_save_loc() 57 sloc->type = UNW_SLT_NONE; in unw_get_save_loc() 64 sloc->type = UNW_SLT_REG; in unw_get_save_loc() 65 sloc->u.regnum = DWARF_GET_LOC (loc); in unw_get_save_loc() 70 sloc->type = UNW_SLT_MEMORY; in unw_get_save_loc() 71 sloc->u.addr = DWARF_GET_LOC (loc); in unw_get_save_loc()
|
/third_party/libunwind/src/ia64/ |
D | Gget_save_loc.c | 34 unw_get_save_loc (unw_cursor_t *cursor, int reg, unw_save_loc_t *sloc) in unw_get_save_loc() argument 145 memset (sloc, 0, sizeof (*sloc)); in unw_get_save_loc() 149 sloc->type = UNW_SLT_NONE; in unw_get_save_loc() 156 sloc->type = UNW_SLT_REG; in unw_get_save_loc() 157 sloc->u.regnum = IA64_GET_REG (loc); in unw_get_save_loc() 158 sloc->extra.nat_bitnr = nat_bitnr; in unw_get_save_loc() 163 sloc->type = UNW_SLT_MEMORY; in unw_get_save_loc() 164 sloc->u.addr = IA64_GET_ADDR (loc); in unw_get_save_loc() 165 sloc->extra.nat_bitnr = nat_bitnr; in unw_get_save_loc()
|
/third_party/libunwind/src/x86/ |
D | Gget_save_loc.c | 29 unw_get_save_loc (unw_cursor_t *cursor, int reg, unw_save_loc_t *sloc) in unw_get_save_loc() argument 112 memset (sloc, 0, sizeof (*sloc)); in unw_get_save_loc() 116 sloc->type = UNW_SLT_NONE; in unw_get_save_loc() 123 sloc->type = UNW_SLT_REG; in unw_get_save_loc() 124 sloc->u.regnum = DWARF_GET_LOC (loc); in unw_get_save_loc() 129 sloc->type = UNW_SLT_MEMORY; in unw_get_save_loc() 130 sloc->u.addr = DWARF_GET_LOC (loc); in unw_get_save_loc()
|
/third_party/openssl/crypto/ocsp/ |
D | ocsp_ext.c | 437 OCSP_SERVICELOC *sloc = NULL; in OCSP_url_svcloc_new() local 440 if ((sloc = OCSP_SERVICELOC_new()) == NULL) in OCSP_url_svcloc_new() 442 X509_NAME_free(sloc->issuer); in OCSP_url_svcloc_new() 443 if ((sloc->issuer = X509_NAME_dup(issuer)) == NULL) in OCSP_url_svcloc_new() 446 && (sloc->locator = sk_ACCESS_DESCRIPTION_new_null()) == NULL) in OCSP_url_svcloc_new() 461 if (!sk_ACCESS_DESCRIPTION_push(sloc->locator, ad)) in OCSP_url_svcloc_new() 466 x = X509V3_EXT_i2d(NID_id_pkix_OCSP_serviceLocator, 0, sloc); in OCSP_url_svcloc_new() 470 OCSP_SERVICELOC_free(sloc); in OCSP_url_svcloc_new()
|
/third_party/flatbuffers/include/flatbuffers/ |
D | flexbuffers.h | 1008 auto sloc = buf_.size(); in Key() local 1011 auto it = key_pool.find(sloc); in Key() 1015 buf_.resize(sloc); in Key() 1016 sloc = *it; in Key() 1018 key_pool.insert(sloc); in Key() 1021 stack_.push_back(Value(static_cast<uint64_t>(sloc), FBT_KEY, BIT_WIDTH_8)); in Key() 1022 return sloc; in Key() 1030 auto sloc = CreateBlob(str, len, 1, FBT_STRING); in String() local 1032 StringOffset so(sloc, len); in String() 1038 sloc = it->first; in String() [all …]
|
/third_party/libunwind/src/ppc/ |
D | Gget_save_loc.c | 30 unw_get_save_loc (unw_cursor_t *cursor, int reg, unw_save_loc_t *sloc) in unw_get_save_loc() argument
|
/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/ |
D | FlexBuffersBuilder.kt | 519 val sloc: Int = buffer.writePosition in writeString() constant 523 return Value(T_STRING, key, bitWidth, sloc.toULong()) in writeString() 544 val sloc: Int = buffer.writePosition in writeBlob() constant 549 return Value(type, key, bitWidth, sloc.toULong()) in writeBlob()
|
/third_party/flatbuffers/java/com/google/flatbuffers/ |
D | FlexBuffersBuilder.java | 393 int sloc = bb.writePosition(); in writeBlob() local 398 return Value.blob(key, sloc, type, bitWidth); in writeBlob()
|
/third_party/libabigail/tests/data/test-annotate/ |
D | test21-pr19092.so.abi | 7621 <!-- source_location cpp_comment::sloc --> 7622 …<var-decl name='sloc' type-id='type-id-65' visibility='default' filepath='../.././libcpp/include/c…
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test21-pr19092.so.abi | 4903 …<var-decl name='sloc' type-id='type-id-65' visibility='default' filepath='../.././libcpp/include/c…
|