Searched refs:where (Results 1 - 22 of 22) sorted by relevance

/fuchsia/zircon/third_party/ulib/ngunwind/src/aarch64/
H A DGstash_frame.c36 Debug (4, "ip=0x%lx cfa=0x%lx type %d cfa [where=%d val=%ld] cfaoff=%ld"
37 " ra=0x%lx fp [where=%d val=%ld @0x%lx] lr [where=%d val=%ld @0x%lx] "
38 "sp [where=%d val=%ld @0x%lx]\n",
40 rs->reg[DWARF_CFA_REG_COLUMN].where,
44 rs->reg[FP].where, rs->reg[FP].val, DWARF_GET_LOC(d->loc[FP]),
45 rs->reg[LR].where, rs->reg[LR].val, DWARF_GET_LOC(d->loc[LR]),
46 rs->reg[SP].where, rs->reg[SP].val, DWARF_GET_LOC(d->loc[SP]));
55 && (rs->reg[DWARF_CFA_REG_COLUMN].where == DWARF_WHERE_REG)
60 && (rs->reg[FP].where
[all...]
/fuchsia/zircon/third_party/ulib/ngunwind/src/arm/
H A DGstash_frame.c36 Debug (4, "ip=0x%x cfa=0x%x type %d cfa [where=%d val=%d] cfaoff=%d"
37 " ra=0x%x r7 [where=%d val=%d @0x%x] lr [where=%d val=%d @0x%x] "
38 "sp [where=%d val=%d @0x%x]\n",
40 rs->reg[DWARF_CFA_REG_COLUMN].where,
44 rs->reg[R7].where, (int) rs->reg[R7].val, (int) DWARF_GET_LOC(d->loc[R7]),
45 rs->reg[LR].where, (int) rs->reg[LR].val, (int) DWARF_GET_LOC(d->loc[LR]),
46 rs->reg[SP].where, (int) rs->reg[SP].val, (int) DWARF_GET_LOC(d->loc[SP]));
55 && (rs->reg[DWARF_CFA_REG_COLUMN].where == DWARF_WHERE_REG)
60 && (rs->reg[R7].where
[all...]
/fuchsia/zircon/third_party/ulib/ngunwind/src/x86_64/
H A DGstash_frame.c35 Debug (4, "ip=0x%lx cfa=0x%lx type %d cfa [where=%d val=%ld] cfaoff=%ld"
36 " ra=0x%lx rbp [where=%d val=%ld @0x%lx] rsp [where=%d val=%ld @0x%lx]\n",
38 rs->reg[DWARF_CFA_REG_COLUMN].where,
42 rs->reg[RBP].where, rs->reg[RBP].val, DWARF_GET_LOC(d->loc[RBP]),
43 rs->reg[RSP].where, rs->reg[RSP].val, DWARF_GET_LOC(d->loc[RSP]));
51 && (rs->reg[DWARF_CFA_REG_COLUMN].where == DWARF_WHERE_REG)
56 && (rs->reg[RBP].where == DWARF_WHERE_UNDEF
57 || rs->reg[RBP].where == DWARF_WHERE_SAME
58 || (rs->reg[RBP].where
[all...]
/fuchsia/zircon/system/ulib/runtime/
H A Drules.mk26 # This code is used in early startup, where safe-stack setup is not ready yet.
/fuchsia/zircon/system/utest/fs-host/
H A Dtest-rw-workers.cpp45 bool worker_new(const char* where, const char* fn,
149 bool worker_new(const char* where, const char* fn, argument
154 snprintf(w->name, sizeof(w->name), "%s%s", where, fn);
209 const char* where = "::"; local
211 ASSERT_TRUE(worker_new(where, WORK[n].name, WORK[n].work,
/fuchsia/zircon/system/utest/fs/
H A Dtest-rw-workers.c66 bool worker_new(env_t* env, const char* where, const char* fn,
154 bool worker_new(env_t* env, const char* where, const char* fn, argument
161 snprintf(w->name, sizeof(w->name), "%s%s", where, fn);
262 const char* where = "::"; local
264 ASSERT_TRUE(worker_new(env, where, WORK[n].name, WORK[n].work,
/fuchsia/zircon/third_party/ulib/uboringssl/include/openssl/
H A Dstack.h74 // (once) with |DEFINE_STACK_OF(type)| and declared where needed with
150 // sk_insert inserts |p| into the stack at index |where|, moving existing
153 OPENSSL_EXPORT size_t sk_insert(_STACK *sk, void *p, size_t where);
155 // sk_delete removes the pointer at index |where|, moving other elements down
156 // if needed. It returns the removed pointer, or NULL if |where| is out of
158 OPENSSL_EXPORT void *sk_delete(_STACK *sk, size_t where);
295 STACK_OF(name) *sk, ptrtype p, size_t where) { \
296 return sk_insert((_STACK *)sk, (void *)p, where); \
300 size_t where) { \
301 return (ptrtype)sk_delete((_STACK *)sk, where); \
[all...]
/fuchsia/zircon/kernel/lib/userboot/
H A Drules.mk24 # where the segment boundaries and entry points are.
/fuchsia/zircon/third_party/lib/acpica/source/os_specific/service_layers/
H A Dosefixf.c204 * PARAMETERS: where - Physical address of memory to be mapped
215 ACPI_PHYSICAL_ADDRESS where,
219 return (ACPI_TO_POINTER ((ACPI_SIZE) where));
227 * PARAMETERS: where - Logical address of memory to be unmapped
239 void *where,
214 AcpiOsMapMemory( ACPI_PHYSICAL_ADDRESS where, ACPI_SIZE length) argument
238 AcpiOsUnmapMemory( void *where, ACPI_SIZE length) argument
H A Dosunixxf.c570 * PARAMETERS: where - Physical address of memory to be mapped
581 ACPI_PHYSICAL_ADDRESS where,
585 return (ACPI_TO_POINTER ((ACPI_SIZE) where));
593 * PARAMETERS: where - Logical address of memory to be unmapped
605 void *where,
888 * Alternate timeout mechanism for environments where
1171 * Value - Buffer where value is placed
580 AcpiOsMapMemory( ACPI_PHYSICAL_ADDRESS where, ACPI_SIZE length) argument
604 AcpiOsUnmapMemory( void *where, ACPI_SIZE length) argument
/fuchsia/zircon/kernel/lib/vdso/
H A Drules.mk25 # where the segment boundaries and entry points are.
/fuchsia/zircon/third_party/ulib/ngunwind/src/dwarf/
H A DGparser.c51 set_reg (dwarf_state_record_t *sr, unw_word_t regnum, dwarf_where_t where, argument
54 sr->rs_current.reg[regnum].where = where;
419 up using the current 'ip' value. That is where execution will
745 if (rs->reg[DWARF_CFA_REG_COLUMN].where == DWARF_WHERE_REG)
754 && (rs->reg[UNW_TDEP_SP].where == DWARF_WHERE_SAME))
768 assert (rs->reg[DWARF_CFA_REG_COLUMN].where == DWARF_WHERE_EXPR);
781 switch ((dwarf_where_t) rs->reg[i].where)
/fuchsia/zircon/third_party/ulib/musl/src/math/x86_64/
H A Dexpl.S2 # where hi+lo = log2e*x with 128bit precision
/fuchsia/zircon/system/core/devmgr/
H A Drules.mk119 # is provided by libdriver, where all the other devhost-*.c
/fuchsia/zircon/system/core/userboot/
H A Drules.mk84 # giving the relative address where it will be found at runtime. With
/fuchsia/zircon/third_party/ulib/ngunwind/include/ngunwind/
H A Ddwarf.h220 dwarf_where_t where; /* how is the register saved? */ member in struct:__anon1876
221 unw_word_t val; /* where it's saved */
229 The first one (CFA_REG_COLUMN), tells us where the CFA is saved.
/fuchsia/zircon/make/
H A Dmodule.mk86 # here where we can tell you what module has the bad deps.
H A Dmodule-userlib.mk188 # libraries this way they will have to maintain the pattern where foo.bar in the
H A Dengine.mk437 # Directory in the bootfs where MODULE_FIRMWARE files go.
439 # Directory in the source tree where MODULE_FIRMWARE files are found.
/fuchsia/zircon/third_party/ulib/musl/
H A Dmusl-rules.mk1061 # (only) place it needs to be installed at runtime is where the
1099 # where our object files will end up
/fuchsia/zircon/third_party/ulib/jemalloc/bin/
H A Djeprof.in151 <symbolized-profiles> is a list of profile files where each file contains
1028 "focus" argument, restricts the samples shown to just those where
1066 For commands that accept optional -ignore tags, samples where any routine in
2546 # Provides a map from fullname to shortname for cases where the
5106 # Follow symlinks (at least for systems where "file" supports that).
5154 # --tools (or $JEPROF_TOOLS) is a comma separated list, where each
/fuchsia/zircon/third_party/tools/android/avb/
H A Davbtool284 A tuple (gcd, x, y) that where |gcd| is the greatest common
412 # Calculate rr = r^2 (mod N), where r = 2^(# of key bits)
563 chunk_offset: Offset in the sparse file where this chunk begins.
564 output_offset: Offset in de-sparsified file where output begins.
582 chunk_offset: Offset in the sparse file where this chunk begins.
700 # Find the smallest offset where only "Don't care" chunks
758 # Record where sparse data end.
973 # Trivial where there's nothing to do.
1776 Footers are stored at the end of partitions and point to where the
1785 vbmeta_offset: Offset of where th
[all...]

Completed in 298 milliseconds