Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GJDuck/e9patch
/ abort
Function
abort
examples/stdlib.c:5987–5992 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5985
}
5986
5987
static __attribute__((__noreturn__)) void abort(void)
5988
{
5989
kill(getpid(), SIGABRT);
5990
while (true)
5991
asm volatile (
"ud2"
);
5992
}
5993
5994
static int abs(int x)
5995
{
Callers
14
main
Function · 0.85
state_check
Function · 0.85
record
Function · 0.85
log
Function · 0.85
ABORT
Function · 0.85
test_fread
Function · 0.85
test_tree
Function · 0.85
test_qsort
Function · 0.85
check_flags
Function · 0.85
init
Function · 0.85
entry
Function · 0.85
entry
Function · 0.85
Calls
2
kill
Function · 0.85
getpid
Function · 0.85
Tested by
4
main
Function · 0.68
test_fread
Function · 0.68
test_tree
Function · 0.68
test_qsort
Function · 0.68