OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:abi
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/mips/mips/
syscall.c
130
const int
abi
= _MIPS_BSD_API_O32;
local in function:EMULNAME
131
KASSERTMSG(p->p_md.md_abi ==
abi
,
132
"pid %d(%p): md_abi(%d) !=
abi
(%d)",
133
p->p_pid, p, p->p_md.md_abi,
abi
);
136
const int
abi
= p->p_md.md_abi;
local in function:EMULNAME
137
size_t nregs = _MIPS_SIM_NEWABI_P(
abi
) ? 8 : 4;
153
|| (code == SYS___syscall &&
abi
!= _MIPS_BSD_API_O32)) {
176
if (
abi
!= _MIPS_BSD_API_O32) {
185
const size_t nsaved = _MIPS_SIM_NEWABI_P(
abi
) ? 0 : 4;
320
if (
abi
== _MIPS_BSD_API_O32 && SYCALL_RET_64_P(callp))
[
all
...]
/src/sys/compat/linux/common/
linux_exec_elf32.c
389
u_int32_t *
abi
;
local in function:ELFNAME2
410
abi
= (u_int32_t *)((char *)np + sizeof(Elf_Nhdr) +
412
if (
abi
[0] == ELF_NOTE_ABI_OS_LINUX)
/src/sys/compat/linux/arch/mips/
linux_machdep.c
150
const int
abi
= _MIPS_BSD_API_O32;
local in function:linux_sendsig
152
const int
abi
= p->p_md.md_abi;
local in function:linux_sendsig
194
switch (
abi
) {
295
const int
abi
= _MIPS_BSD_API_O32;
local in function:linux_sys_sigreturn
297
const int
abi
= p->p_md.md_abi;
local in function:linux_sys_sigreturn
318
switch (
abi
) {
/src/sys/arch/ia64/unwind/
decode.h
96
u_int
abi
;
member in struct:unwind_desc_P10
Completed in 14 milliseconds
Indexes created Mon Sep 22 13:09:51 GMT 2025