HomeSort by relevance Sort by last modified time
    Searched refs:note (Results 1 - 25 of 2007) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libunwind/src/ia64/
Linstall_cursor.S 5 .section .note.GNU-stack,"",@progbits
dyn_info_list.S 25 .section .note.GNU-stack,"",@progbits
  /external/llvm/test/MC/ELF/
section.s 5 .section .note.GNU-stack,"",@progbits
6 .section .note.GNU-stack2,"",%progbits
7 .section .note.GNU-,"",@progbits
8 .section -.note.GNU,"","progbits"
10 // CHECK: Name: .note.GNU-stack (56)
11 // CHECK: Name: .note.GNU-stack2 (153)
12 // CHECK: Name: .note.GNU- (170)
13 // CHECK: Name: -.note.GNU (142)
83 .section .note.test,"",@note
    [all...]
  /external/libunwind/src/ppc/
siglongjmp.S 30 .section .note.GNU-stack,"",@progbits
longjmp.S 35 .section .note.GNU-stack,"",@progbits
  /external/libunwind/src/ppc32/
setcontext.S 8 .section .note.GNU-stack,"",@progbits
  /external/libunwind/src/ppc64/
setcontext.S 8 .section .note.GNU-stack,"",@progbits
  /external/chromium_org/chrome/installer/mac/
keystone_install.sh 81 note() { function
120 note "g_temp_dir = ${g_temp_dir}"
353 note "g_os_version = ${g_os_version}"
394 note "g_ksadmin_version = ${g_ksadmin_version}"
525 note "marking 32-bit-only system"
528 note "couldn't mark 32-bit-only system, no ksadmin support"
536 note "current_tag = ${current_tag}"
539 note "current tag already has -32bit"
553 note "new_tag = ${new_tag}"
562 note "marked 32-bit-only system
    [all...]
  /external/libunwind/src/aarch64/
siglongjmp.S 11 .section .note.GNU-stack,"",%progbits
  /external/libunwind/src/arm/
siglongjmp.S 11 .section .note.GNU-stack,"",%progbits
  /external/oprofile/daemon/liblegacy/
opd_mapping.c 139 void opd_handle_mapping(struct op_note const * note)
146 proc = opd_get_proc(note->pid, note->tgid);
149 verbprintf(vmisc, "Told about mapping for non-existent process %u.\n", note->pid);
150 proc = opd_new_proc(note->pid, note->tgid);
153 hash = note->hash;
166 image = opd_get_image(name, proc->name, 0, note->pid, note->tgid);
168 opd_add_mapping(proc, image, note->addr, note->offset
    [all...]
opd_proc.h 74 * @param note note to handle
82 void opd_handle_fork(struct op_note const * note);
95 * @param note note to handle
103 void opd_handle_exit(struct op_note const * note);
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzWindow.h 37 - (void)appDidHide:(NSNotification*)note;
38 - (void)appWillUnhide:(NSNotification*)note;
39 - (void)appDidUnhide:(NSNotification*)note;
  /external/libunwind/src/x86_64/
longjmp.S 34 .section .note.GNU-stack,"",@progbits
siglongjmp.S 32 .section .note.GNU-stack,"",@progbits
  /external/linux-tools-perf/perf-3.12.0/tools/perf/bench/
mem-memcpy-x86-64-asm.S 8 * We need to provide note.GNU-stack section, saying that we want
12 .section .note.GNU-stack,"",@progbits
mem-memset-x86-64-asm.S 9 * We need to provide note.GNU-stack section, saying that we want
13 .section .note.GNU-stack,"",@progbits
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
nasm-sectname.asm 2 section .note.GNU-stack
  /external/clang/test/SemaCXX/
warn-memsize-comparison.cpp 21 expected-note {{did you mean to compare}} \
22 expected-note {{explicitly cast the argument}}
27 expected-note {{did you mean to compare}} \
28 expected-note {{explicitly cast the argument}}
33 expected-note {{did you mean to compare}} \
34 expected-note {{explicitly cast the argument}}
39 expected-note {{did you mean to compare}} \
40 expected-note {{explicitly cast the argument}}
45 expected-note {{did you mean to compare}} \
46 expected-note {{explicitly cast the argument}
    [all...]
  /external/oprofile/module/ia64/
op_syscalls.c 90 struct op_note note; local
96 note.pid = current->pid;
97 note.tgid = op_get_tgid();
98 note.addr = addr;
99 note.len = len;
100 note.offset = offset;
101 note.type = is_execve ? OP_EXEC : OP_MAP;
102 note.hash = hash_path(file);
103 if (note.hash == -1)
105 oprof_put_note(&note);
238 struct op_note note; local
291 struct op_note note; local
302 struct op_note note; local
    [all...]
  /external/oprofile/module/x86/
op_syscalls.c 50 struct op_note note; local
56 note.pid = current->pid;
57 note.tgid = op_get_tgid();
58 note.addr = addr;
59 note.len = len;
60 note.offset = offset;
61 note.type = is_execve ? OP_EXEC : OP_MAP;
62 note.hash = hash_path(file);
63 if (note.hash == -1)
65 /* holding note lock *
210 struct op_note note; local
281 struct op_note note; local
293 struct op_note note; local
    [all...]
  /external/clang/test/PCH/
pragma-diag-section.cpp 30 expected-note@41 {{in instantiation of member function}} \
31 expected-note@28 {{initialize the variable 'a' to silence}}
  /art/runtime/arch/mips/
portable_entrypoints_mips.S 25 # Fake callee save ref and args frame set up, note portable doesn't use callee save frames.
  /bionic/libc/arch-common/bionic/
crtend.S 41 .section .note.GNU-stack,"",%progbits
crtend_so.S 40 .section .note.GNU-stack,"",%progbits

Completed in 841 milliseconds

1 2 3 4 5 6 7 8 91011>>