| /third_party/ulib/ngunwind/src/aarch64/ |
| A D | Gstash_frame.c | 40 rs->reg[DWARF_CFA_REG_COLUMN].where, in tdep_stash_frame() 60 && (rs->reg[FP].where == DWARF_WHERE_UNDEF in tdep_stash_frame() 61 || rs->reg[FP].where == DWARF_WHERE_SAME in tdep_stash_frame() 62 || (rs->reg[FP].where == DWARF_WHERE_CFAREL in tdep_stash_frame() 65 && (rs->reg[LR].where == DWARF_WHERE_UNDEF in tdep_stash_frame() 66 || rs->reg[LR].where == DWARF_WHERE_SAME in tdep_stash_frame() 70 && (rs->reg[SP].where == DWARF_WHERE_UNDEF in tdep_stash_frame() 71 || rs->reg[SP].where == DWARF_WHERE_SAME in tdep_stash_frame() 80 if (rs->reg[FP].where == DWARF_WHERE_CFAREL) in tdep_stash_frame() 82 if (rs->reg[LR].where == DWARF_WHERE_CFAREL) in tdep_stash_frame() [all …]
|
| /third_party/ulib/ngunwind/src/arm/ |
| A D | Gstash_frame.c | 40 rs->reg[DWARF_CFA_REG_COLUMN].where, in tdep_stash_frame() 60 && (rs->reg[R7].where == DWARF_WHERE_UNDEF in tdep_stash_frame() 61 || rs->reg[R7].where == DWARF_WHERE_SAME in tdep_stash_frame() 62 || (rs->reg[R7].where == DWARF_WHERE_CFAREL in tdep_stash_frame() 65 && (rs->reg[LR].where == DWARF_WHERE_UNDEF in tdep_stash_frame() 66 || rs->reg[LR].where == DWARF_WHERE_SAME in tdep_stash_frame() 70 && (rs->reg[SP].where == DWARF_WHERE_UNDEF in tdep_stash_frame() 71 || rs->reg[SP].where == DWARF_WHERE_SAME in tdep_stash_frame() 80 if (rs->reg[R7].where == DWARF_WHERE_CFAREL) in tdep_stash_frame() 82 if (rs->reg[LR].where == DWARF_WHERE_CFAREL) in tdep_stash_frame() [all …]
|
| /third_party/ulib/ngunwind/src/x86_64/ |
| A D | Gstash_frame.c | 38 rs->reg[DWARF_CFA_REG_COLUMN].where, in tdep_stash_frame() 42 rs->reg[RBP].where, rs->reg[RBP].val, DWARF_GET_LOC(d->loc[RBP]), in tdep_stash_frame() 51 && (rs->reg[DWARF_CFA_REG_COLUMN].where == DWARF_WHERE_REG) in tdep_stash_frame() 56 && (rs->reg[RBP].where == DWARF_WHERE_UNDEF in tdep_stash_frame() 57 || rs->reg[RBP].where == DWARF_WHERE_SAME in tdep_stash_frame() 58 || (rs->reg[RBP].where == DWARF_WHERE_CFAREL in tdep_stash_frame() 61 && (rs->reg[RSP].where == DWARF_WHERE_UNDEF in tdep_stash_frame() 62 || rs->reg[RSP].where == DWARF_WHERE_SAME in tdep_stash_frame() 63 || (rs->reg[RSP].where == DWARF_WHERE_CFAREL in tdep_stash_frame() 71 if (rs->reg[RBP].where == DWARF_WHERE_CFAREL) in tdep_stash_frame() [all …]
|
| /third_party/ulib/uboringssl/include/openssl/ |
| A D | stack.h | 171 OPENSSL_EXPORT size_t sk_insert(_STACK *sk, void *p, size_t where); 176 OPENSSL_EXPORT void *sk_delete(_STACK *sk, size_t where); 341 size_t where) { \ 342 return sk_insert((_STACK *)sk, (void *)p, where); \ 346 size_t where) { \ 347 return (ptrtype)sk_delete((_STACK *)sk, where); \
|
| /third_party/lib/acpica/ |
| A D | changes.txt | 713 a regression in the disassembler where incorrect operator 2429 where 3229 expand some of the descriptions where appropriate. 3606 file where they belong. 4480 where 6863 where 7603 where 11867 where 13829 descriptors where an invalid AML sequence was created. 14317 Fixed a problem where a notify handler could only be [all …]
|
| /third_party/lib/acpica/source/os_specific/service_layers/ |
| A D | osunixxf.c | 581 ACPI_PHYSICAL_ADDRESS where, in AcpiOsMapMemory() argument 585 return (ACPI_TO_POINTER ((ACPI_SIZE) where)); in AcpiOsMapMemory() 605 void *where, in AcpiOsUnmapMemory() argument
|
| A D | osefixf.c | 215 ACPI_PHYSICAL_ADDRESS where, in AcpiOsMapMemory() argument 219 return (ACPI_TO_POINTER ((ACPI_SIZE) where)); in AcpiOsMapMemory() 239 void *where, in AcpiOsUnmapMemory() argument
|
| /third_party/ulib/ngunwind/src/dwarf/ |
| A D | Gparser.c | 51 set_reg (dwarf_state_record_t *sr, unw_word_t regnum, dwarf_where_t where, in set_reg() argument 54 sr->rs_current.reg[regnum].where = where; in set_reg() 745 if (rs->reg[DWARF_CFA_REG_COLUMN].where == DWARF_WHERE_REG) in apply_reg_state() 754 && (rs->reg[UNW_TDEP_SP].where == DWARF_WHERE_SAME)) in apply_reg_state() 768 assert (rs->reg[DWARF_CFA_REG_COLUMN].where == DWARF_WHERE_EXPR); in apply_reg_state() 781 switch ((dwarf_where_t) rs->reg[i].where) in apply_reg_state()
|
| /third_party/ulib/musl/src/math/x86_64/ |
| A D | expl.S | 2 # where hi+lo = log2e*x with 128bit precision
|
| /third_party/ulib/musl/ |
| A D | INSTALL | 140 /etc/ld-musl-$ARCH.path (where $ARCH matches the architecture name 141 used in the dynamic linker) containing a list of directories where you
|
| A D | WHATSNEW | 717 - added C99 restrict keyword where required in all prototypes 998 - erfcl was missing on archs where long double is same as double 1428 - suppress EINTR in semaphores for old kernels where futex restart is broken 1484 - reduce cost of PIC on archs where PLT calls need a fixed GOT register
|
| /third_party/ulib/backtrace/ |
| A D | config.h.in | 68 /* Define to the address where bug reports for this package should be sent. */
|
| A D | configure.ac | 314 # Avoid dl_iterate_phdr on Solaris 10, where it is in the
|
| /third_party/ulib/ngunwind/include/ngunwind/ |
| A D | dwarf.h | 220 dwarf_where_t where; /* how is the register saved? */ member
|
| /third_party/lib/acpica/source/compiler/ |
| A D | new_table.txt | 28 For tables not defined in the ACPI spec, add a comment to indicate where
|
| /third_party/ulib/linenoise/ |
| A D | README.markdown | 93 left to make room. This works if your program is one where the user is 94 unlikely to write a lot of text, otherwise multi line editing, where multiple
|
| /third_party/ulib/jemalloc/ |
| A D | INSTALL | 24 functionality is enabled, where jemalloc is installed, etc. Optionally, pass 71 By default, the prefix is "", except on OS X, where it is "je_". On OS X, 216 Specify where to find DocBook XSL stylesheets when building the
|
| A D | ChangeLog | 16 - Add extent serial numbers and use them where appropriate as a sort key that 829 - Don't use libgcc-based backtracing except on x64, where it is known to work.
|
| /third_party/dev/ethernet/e1000/ |
| A D | README | 105 6. Verify that the interface works. Enter the following, where <IP_address> 352 There is a known compatibility issue where time to link is slow or link is not
|
| /third_party/uapp/dash/src/ |
| A D | TOUR | 221 tab structure records where the file descriptors have be dupli- 305 where the user ended up if he crossed a symbolic link.
|
| /third_party/ulib/usbhost/ |
| A D | LICENSE.txt | 79 where such license applies only to those patent claims licensable
|
| /third_party/tools/android/ |
| A D | LICENSE | 79 where such license applies only to those patent claims licensable
|
| /third_party/lib/acpica/tests/misc/ |
| A D | grammar.asl | 2156 // Internal test cases to validate IfOp (Operator (,,)) where Operator 3608 // non zero number to find where the test failed 5894 // SizeOf (STR0) -- where Name (STR0,...) -- lot's of cases 5896 // SizeOf (METH) -- where METH control method returns 5929 // Now create a case where Local0 and Local1 are different 6914 { // LCLB control method: test Index(Local#) where Local# is buffer 6963 } // LCLB control method: test Index(Local#) where Local# is buffer 6966 { // LCLP control method: test Index(Local#) where Local# is package 7015 } // LCLP control method: test Index(Local#) where Local# is package 9221 // TBD: SizeOf (METH) -- where METH control method returns
|