File: dl-link.sym

package info (click to toggle)
glibc 2.41-11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 300,376 kB
  • sloc: ansic: 1,050,583; asm: 238,243; makefile: 20,379; python: 13,537; sh: 11,827; cpp: 5,197; awk: 1,795; perl: 317; yacc: 292; pascal: 182; sed: 19
file content (18 lines) | stat: -rw-r--r-- 659 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#include <stddef.h>
#include <sysdep.h>
#include <link.h>

DL_SIZEOF_RG            sizeof(struct La_loongarch_regs)
DL_SIZEOF_RV            sizeof(struct La_loongarch_retval)

DL_OFFSET_RG_A0         offsetof(struct La_loongarch_regs, lr_reg)
#ifndef __loongarch_soft_float
DL_OFFSET_RG_VEC0       offsetof(struct La_loongarch_regs, lr_vec)
#endif
DL_OFFSET_RG_RA         offsetof(struct La_loongarch_regs, lr_ra)
DL_OFFSET_RG_SP         offsetof(struct La_loongarch_regs, lr_sp)

DL_OFFSET_RV_A0         offsetof(struct La_loongarch_retval, lrv_a0)
#ifndef __loongarch_soft_float
DL_OFFSET_RV_VEC0       offsetof(struct La_loongarch_retval, lrv_vec0)
#endif