Searched refs:brk (Results 1 - 25 of 37) sorted by relevance

12

/freebsd-11-stable/lib/libc/powerpc64/sys/
H A DMakefile.inc3 MDASM+= brk.S cerror.S exect.S sbrk.S setlogin.S
H A Dbrk.S26 /* $NetBSD: brk.S,v 1.9 2000/06/26 06:25:43 kleink Exp $ */
44 ENTRY(brk)
72 END(brk)
/freebsd-11-stable/lib/libc/powerpc/sys/
H A DMakefile.inc3 MDASM+= brk.S cerror.S exect.S sbrk.S setlogin.S
H A Dbrk.S26 /* $NetBSD: brk.S,v 1.9 2000/06/26 06:25:43 kleink Exp $ */
43 ENTRY(brk)
74 END(brk)
/freebsd-11-stable/lib/libc/sparc64/sys/
H A Dbrk.S33 * from: Header: brk.s,v 1.3 92/06/25 12:56:05 mccanne Exp
37 .asciz "@(#)brk.s 8.1 (Berkeley) 6/4/93"
39 RCSID("$NetBSD: brk.S,v 1.9 2000/07/25 20:15:40 mycroft Exp $")
50 _SYSENTRY(brk)
65 _SYSEND(brk)
H A DMakefile.inc15 MDASM+= brk.S cerror.S exect.S sbrk.S setlogin.S sigaction1.S
/freebsd-11-stable/lib/libc/arm/sys/
H A DMakefile.inc5 MDASM= Ovfork.S brk.S cerror.S sbrk.S shmat.S sigreturn.S syscall.S
H A Dbrk.S1 /* $NetBSD: brk.S,v 1.6 2003/08/07 16:42:04 agc Exp $ */
31 * from: @(#)brk.s 5.2 (Berkeley) 12/17/90
42 WEAK_ALIAS(brk, _brk)
60 /* Get the minimum allowable brk address */
/freebsd-11-stable/lib/libc/mips/sys/
H A DMakefile.inc5 MDASM= Ovfork.S brk.S cerror.S exect.S \
H A Dbrk.S1 /* $NetBSD: brk.S,v 1.16 2003/08/07 16:42:17 agc Exp $ */
40 ASMSTR("from: @(#)brk.s 8.1 (Berkeley) 6/4/93")
41 ASMSTR("$NetBSD: brk.S,v 1.16 2003/08/07 16:42:17 agc Exp $")
54 WEAK_ALIAS(brk, __sys_brk)
/freebsd-11-stable/lib/libc/amd64/sys/
H A Dbrk.S34 .asciz "@(#)brk.s 5.2 (Berkeley) 12/17/90"
48 ENTRY(brk)
80 END(brk)
H A DMakefile.inc11 MDASM= vfork.S brk.S cerror.S exect.S getcontext.S \
/freebsd-11-stable/lib/libc/i386/sys/
H A Dbrk.S34 .asciz "@(#)brk.s 5.2 (Berkeley) 12/17/90"
47 ENTRY(brk)
83 END(brk)
H A DMakefile.inc10 MDASM= Ovfork.S brk.S cerror.S exect.S getcontext.S \
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DHexagonDYLDRendezvous.h40 lldb::addr_t brk; member in struct:HexagonDYLDRendezvous::Rendezvous
45 : version(0), map_addr(LLDB_INVALID_ADDRESS), brk(LLDB_INVALID_ADDRESS),
98 lldb::addr_t GetBreakAddress() const { return m_current.brk; }
103 void SetBreakAddress(lldb::addr_t addr) { m_current.brk = addr; }
H A DHexagonDYLDRendezvous.cpp86 if (!(cursor = ReadPointer(cursor, &info.brk)))
/freebsd-11-stable/sys/kern/
H A Dsubr_kdb.c313 int brk; local
321 brk = 0;
331 brk = KDB_REQ_DEBUGGER;
333 brk = KDB_REQ_PANIC;
335 brk = KDB_REQ_REBOOT;
342 return (brk);
348 int brk; local
352 brk = kdb_alt_break_state(key, state);
353 switch (brk) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.h43 lldb::addr_t brk; member in struct:DYLDRendezvous::Rendezvous
47 Rendezvous() : version(0), map_addr(0), brk(0), state(0), ldbase(0) {}
96 lldb::addr_t GetBreakAddress() const { return m_current.brk; }
/freebsd-11-stable/contrib/gdb/gdb/
H A Dnto-procfs.c794 procfs_break brk; local
796 brk.type = type;
797 brk.addr = addr;
798 brk.size = size;
799 errno = devctl (ctl_fd, DCMD_PROC_BREAK, &brk, sizeof (brk), 0);
1340 procfs_break brk; local
1345 brk.type = _DEBUG_BREAK_RD;
1348 brk.type = _DEBUG_BREAK_RW;
1351 /* FIXME: brk
[all...]
/freebsd-11-stable/sys/arm64/arm64/
H A Dexception.S162 brk 0xf13
189 brk 0xf23
195 brk 0xfff
/freebsd-11-stable/lib/libc/sys/
H A DMakefile.inc143 brk.2 \
336 MLINKS+=brk.2 sbrk.2
/freebsd-11-stable/contrib/file/src/
H A Dseccomp.c168 ALLOW_RULE(brk);
/freebsd-11-stable/sys/contrib/octeon-sdk/cvmx-malloc/
H A Dmalloc.c3704 char* brk; /* alignment point within p */ local
3753 brk = (char*)mem2chunk(((unsigned long)(m + alignment - 1)) &
3755 if ((unsigned long)(brk - (char*)(p)) < MINSIZE)
3756 brk += alignment;
3758 newp = (mchunkptr)brk;
3759 leadsize = brk - (char*)(p);
/freebsd-11-stable/sys/dev/cx/
H A Dcxddk.h97 unsigned brk : 2; /* action on break condition */ member in struct:__anon9550
/freebsd-11-stable/include/
H A Dunistd.h470 int brk(const void *);

Completed in 244 milliseconds

12