Home
last modified time | relevance | path

Searched refs:alloc_offset (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dwinnt.c910 HOST_WIDE_INT alloc_offset, offset; in i386_pe_seh_cold_init() local
929 alloc_offset = seh->sp_offset; in i386_pe_seh_cold_init()
931 alloc_offset = MIN (seh->cfa_offset + 240, seh->sp_offset); in i386_pe_seh_cold_init()
933 offset = alloc_offset - INCOMING_FRAME_SP_OFFSET; in i386_pe_seh_cold_init()
938 if (seh->reg_offset[regno] > 0 && seh->reg_offset[regno] <= alloc_offset) in i386_pe_seh_cold_init()
948 alloc_offset - seh->reg_offset[regno]); in i386_pe_seh_cold_init()
953 offset = alloc_offset - seh->cfa_offset; in i386_pe_seh_cold_init()
963 if (alloc_offset != seh->sp_offset) in i386_pe_seh_cold_init()
965 offset = seh->sp_offset - alloc_offset; in i386_pe_seh_cold_init()
970 if (seh->reg_offset[regno] > alloc_offset) in i386_pe_seh_cold_init()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Dwinnt.cc909 HOST_WIDE_INT alloc_offset, offset; in i386_pe_seh_cold_init() local
928 alloc_offset = seh->sp_offset; in i386_pe_seh_cold_init()
930 alloc_offset = MIN (seh->cfa_offset + 240, seh->sp_offset); in i386_pe_seh_cold_init()
932 offset = alloc_offset - INCOMING_FRAME_SP_OFFSET; in i386_pe_seh_cold_init()
937 if (seh->reg_offset[regno] > 0 && seh->reg_offset[regno] <= alloc_offset) in i386_pe_seh_cold_init()
947 alloc_offset - seh->reg_offset[regno]); in i386_pe_seh_cold_init()
952 offset = alloc_offset - seh->cfa_offset; in i386_pe_seh_cold_init()
962 if (alloc_offset != seh->sp_offset) in i386_pe_seh_cold_init()
964 offset = seh->sp_offset - alloc_offset; in i386_pe_seh_cold_init()
969 if (seh->reg_offset[regno] > alloc_offset) in i386_pe_seh_cold_init()
/netbsd-src/usr.sbin/fstyp/
H A Dhammer_disk.h394 hammer_off_t alloc_offset; /* zone-X offset only used by zone-3 */ member