HomeSort by: relevance | last modified time | path
    Searched defs:PTR_SIZE (Results 1 - 3 of 3) sorted by relevancy

  /src/libexec/ld.elf_so/arch/mips/
rtld_start.S 36 #define PTR_SIZE (1<<PTR_SCALESHIFT)
39 .frame sp, 4*PTR_SIZE, ra
40 .mask 0x10090000,-PTR_SIZE
43 PTR_SUBU sp, 4*PTR_SIZE # adjust stack pointer
46 # -> 1*PTR_SIZE(sp) for atexit
47 # -> 2*PTR_SIZE(sp) for obj_main
62 PTR_ADDU a0, sp, 2*PTR_SIZE # sp
66 PTR_L a1, 2*PTR_SIZE(sp) # our atexit function
67 PTR_L a2, 3*PTR_SIZE(sp) # obj_main entry
68 PTR_ADDU sp, 4*PTR_SIZE # readjust stac
    [all...]
  /src/usr.bin/xlint/common/
ilp32.h 47 #define PTR_SIZE 32
lp64.h 47 #define PTR_SIZE 64

Completed in 11 milliseconds