Home
last modified time | relevance | path

Searched refs:stop (Results 1 – 6 of 6) sorted by relevance

/scripts/gdb/linux/
Dcpus.py58 gdb.events.stop.disconnect(cpu_mask_invalidate)
72 gdb.events.stop.connect(cpu_mask_invalidate)
Dsymbols.py28 def stop(self): member in LoadModuleBreakpoint
/scripts/mod/
Dmodpost.c1343 const Elf_Rela *start, const Elf_Rela *stop) in section_rela() argument
1347 for (rela = start; rela < stop; rela++) { in section_rela()
1385 const Elf_Rel *start, const Elf_Rel *stop) in section_rel() argument
1389 for (rel = start; rel < stop; rel++) { in section_rel()
1446 const void *start, *stop; in check_sec_ref() local
1453 stop = start + sechdr->sh_size; in check_sec_ref()
1457 start, stop); in check_sec_ref()
1460 start, stop); in check_sec_ref()
/scripts/
Dget_abi.pl687 my $stop = 1;
DKbuild.include134 # the interrupted recipe. So, you can safely stop the build by Ctrl-C (Make
Dasn1_compiler.c798 static struct element *parse_type(struct token **_cursor, struct token *stop,