Searched refs:PTR_SIZE (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/usr.bin/xlint/common/
H A Dilp32.h47 #define PTR_SIZE (4 * CHAR_BIT) macro
H A Dlp64.h47 #define PTR_SIZE (8 * CHAR_BIT) macro
H A Dinittyp.c116 { PTR, { PTR_SIZE, 4 * CHAR_BIT,
/freebsd-11-stable/libexec/rtld-elf/mips/
H A Drtld_start.S38 #define PTR_SIZE (1<<PTR_SCALESHIFT) define
47 .frame sp, 4*PTR_SIZE, ra
48 .mask 0x10090000,-PTR_SIZE
51 PTR_SUBU sp, 4*PTR_SIZE /* adjust stack pointer */
54 /* -> 1*PTR_SIZE(sp) for atexit */
55 /* -> 2*PTR_SIZE(sp) for obj_main */
69 PTR_ADDU a1, sp, 2*PTR_SIZE /* &our atexit function */
70 PTR_ADDU a2, sp, 3*PTR_SIZE /* obj_main entry */
77 PTR_L a1, 2*PTR_SIZE(sp) /* our atexit function */
78 PTR_L a2, 3*PTR_SIZE(s
[all...]
/freebsd-11-stable/contrib/gcc/config/mips/
H A Diris.h28 specification. The SGI/MIPS ABI defines it to be the same as PTR_SIZE. */
29 #define DWARF_OFFSET_SIZE PTR_SIZE
/freebsd-11-stable/contrib/binutils/binutils/
H A Dcoffgrok.c61 #define PTR_SIZE 4 macro
446 ptr->size = PTR_SIZE;
/freebsd-11-stable/contrib/gcc/
H A Dvmsdbgout.c88 #ifndef PTR_SIZE
89 #define PTR_SIZE 4 /* Must be 32 bits for VMS debug info */ macro
252 (PTR_SIZE == 8 ? UNALIGNED_DOUBLE_INT_ASM_OP : UNALIGNED_INT_ASM_OP)
593 return PTR_SIZE;
H A Ddwarf2out.c130 #ifndef PTR_SIZE
131 #define PTR_SIZE (POINTER_SIZE / BITS_PER_UNIT) macro
259 as PTR_SIZE. */
2036 ASM_OUTPUT_ALIGN (asm_out_file, floor_log2 (PTR_SIZE));
2318 int pad = -offset & (PTR_SIZE - 1);
2365 floor_log2 (for_eh ? PTR_SIZE : DWARF2_ADDR_SIZE));
2470 int pad = -offset & (PTR_SIZE - 1);
2489 ASM_OUTPUT_ALIGN (asm_out_file, floor_log2 (PTR_SIZE));
2507 floor_log2 ((for_eh ? PTR_SIZE : DWARF2_ADDR_SIZE)));
12380 add_AT_unsigned (mod_type_die, DW_AT_byte_size, PTR_SIZE);
[all...]

Completed in 116 milliseconds