Searched refs:text (Results 51 - 75 of 117) sorted by relevance

12345

/fuchsia/zircon/kernel/arch/arm64/
H A Dmexec.S26 .section .text
H A Dexceptions.S15 .section .text.boot.vectab,"ax",@progbits
476 .pushsection .text.syscall-dispatch,"ax",%progbits
H A Dstart.S36 // ignore it if this code were in .text.boot, so don't put it there).
37 .text
/fuchsia/zircon/kernel/arch/x86/hypervisor/
H A Dvmx.S12 .text
/fuchsia/zircon/system/core/virtcon/
H A Dvc.h57 // text buffer
121 void vc_status_write(int x, unsigned color, const char* text);
H A Dvc-device.cpp66 // allocate the text buffer
348 void vc_status_write(int x, unsigned color, const char* text) { argument
355 while ((c = *text++) != 0) {
478 // fill new text buffer with blank characters
/fuchsia/zircon/system/utest/hypervisor/
H A Darm64.S32 // Adjusts current text location to position at a specific exception handler.
85 .text
/fuchsia/zircon/third_party/lib/cortex-strings/src/aarch64/
H A Dmemchr.S71 .text
H A Dmemcmp.S35 .text
H A Dstrcmp.S33 .text
H A Dstrchrnul.S70 .text
H A Dstrlen.S55 .text
H A Dmemcpy.S87 .text
H A Dstrchr.S74 .text
H A Dmemset.S78 .text
/fuchsia/zircon/bootloader/
H A Dbuild.mk22 EFI_SECTIONS := .text .data .reloc
/fuchsia/zircon/bootloader/src/
H A Dframebuffer.c201 void draw_text(const char* text, size_t length, fb_font* font, int x, int y) { argument
214 unsigned char c = text[i];
/fuchsia/zircon/kernel/arch/x86/
H A Dstart16.S20 .section .text.bootstrap16,"ax",%progbits
/fuchsia/zircon/system/core/devmgr/
H A Ddevmgr-coordinator.cpp794 char* text = (char*) (dev->props + dev->prop_count); local
795 memcpy(text, args, msg->argslen + 1);
796 dev->args = text;
798 text += msg->argslen + 1;
799 memcpy(text, name, msg->namelen + 1);
801 char* text2 = strchr(text, ',');
805 dev->libname = text;
807 dev->name = text;
1563 char* text = (char*) (dev + 1); local
1564 memcpy(text, paren
[all...]
/fuchsia/zircon/make/
H A Dmacros.mk29 # conditionally echo text passed in
/fuchsia/zircon/third_party/ulib/jemalloc/bin/
H A Djeprof.in46 # % tools/jeprof --text "program" "profile"
193 --text Generate text report
249 jeprof --text /bin/ls ls.prof
266 jeprof --text localhost:1234
269 jeprof --text ./local.raw
271 analyzes it in text mode.
393 "text!" => \$main::opt_text,
871 if (m/^\s*(text|top)(\d*)\s*(.*)/) {
1204 # Print text outpu
[all...]
/fuchsia/zircon/bootloader/lib/
H A Dxefi.c6 #include <efi/protocol/device-path-to-text.h>
/fuchsia/zircon/kernel/arch/arm64/hypervisor/gic/
H A Del2.S56 .section .text.el2,"ax",@progbits
/fuchsia/zircon/third_party/lib/cortex-strings/no-neon/src/aarch64/
H A Dmemset.S63 .text
/fuchsia/zircon/third_party/uapp/dash/src/
H A Dshow.c168 for (p = arg->narg.text ; *p ; p++) {

Completed in 205 milliseconds

12345