HomeSort by: relevance | last modified time | path
    Searched defs:PTR_SIZE (Results 1 - 11 of 11) 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
  /src/external/gpl3/binutils/dist/binutils/
coffgrok.c 55 #define PTR_SIZE 4
528 ptr->size = PTR_SIZE;
  /src/external/gpl3/binutils.old/dist/binutils/
coffgrok.c 55 #define PTR_SIZE 4
528 ptr->size = PTR_SIZE;
  /src/external/gpl3/gcc/dist/gcc/config/msp430/
msp430.h 205 #define PTR_SIZE (TARGET_LARGE ? 4 : 2)
  /src/external/gpl3/gcc.old/dist/gcc/config/msp430/
msp430.h 205 #define PTR_SIZE (TARGET_LARGE ? 4 : 2)
  /src/external/gpl3/gcc/dist/gcc/
vmsdbgout.cc 85 #ifndef PTR_SIZE
86 #define PTR_SIZE 4 /* Must be 32 bits for VMS debug info */
234 (PTR_SIZE == 8 ? VMS_UNALIGNED_DOUBLE_INT_ASM_OP : VMS_UNALIGNED_INT_ASM_OP)
449 return PTR_SIZE;
dwarf2out.cc 141 #ifndef PTR_SIZE
142 #define PTR_SIZE (POINTER_SIZE / BITS_PER_UNIT)
492 ASM_OUTPUT_ALIGN (asm_out_file, floor_log2 (PTR_SIZE));
657 int pad = -offset & (PTR_SIZE - 1);
677 ASM_OUTPUT_ALIGN (asm_out_file, floor_log2 (PTR_SIZE));
721 floor_log2 ((for_eh ? PTR_SIZE : DWARF2_ADDR_SIZE)));
897 int pad = -offset & (PTR_SIZE - 1);
948 floor_log2 (for_eh ? PTR_SIZE : DWARF2_ADDR_SIZE));
  /src/external/gpl3/gcc.old/dist/gcc/
vmsdbgout.cc 85 #ifndef PTR_SIZE
86 #define PTR_SIZE 4 /* Must be 32 bits for VMS debug info */
234 (PTR_SIZE == 8 ? VMS_UNALIGNED_DOUBLE_INT_ASM_OP : VMS_UNALIGNED_INT_ASM_OP)
449 return PTR_SIZE;
dwarf2out.cc 141 #ifndef PTR_SIZE
142 #define PTR_SIZE (POINTER_SIZE / BITS_PER_UNIT)
494 ASM_OUTPUT_ALIGN (asm_out_file, floor_log2 (PTR_SIZE));
659 int pad = -offset & (PTR_SIZE - 1);
679 ASM_OUTPUT_ALIGN (asm_out_file, floor_log2 (PTR_SIZE));
723 floor_log2 ((for_eh ? PTR_SIZE : DWARF2_ADDR_SIZE)));
899 int pad = -offset & (PTR_SIZE - 1);
950 floor_log2 (for_eh ? PTR_SIZE : DWARF2_ADDR_SIZE));

Completed in 75 milliseconds