Home
last modified time | relevance | path

Searched refs:pc_size (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dehframe.cc234 int pc_size = fde_encoding & 7; in get_fde_pc() local
235 if (pc_size == elfcpp::DW_EH_PE_absptr) in get_fde_pc()
238 pc_size = elfcpp::DW_EH_PE_udata4; in get_fde_pc()
240 pc_size = elfcpp::DW_EH_PE_udata8; in get_fde_pc()
245 switch (pc_size) in get_fde_pc()
995 int pc_size = 0; in read_fde() local
999 pc_size = 2; in read_fde()
1002 pc_size = 4; in read_fde()
1006 pc_size = 8; in read_fde()
1009 pc_size = size == 32 ? 4 : 8; in read_fde()
[all …]
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dehframe.cc234 int pc_size = fde_encoding & 7; in get_fde_pc() local
235 if (pc_size == elfcpp::DW_EH_PE_absptr) in get_fde_pc()
238 pc_size = elfcpp::DW_EH_PE_udata4; in get_fde_pc()
240 pc_size = elfcpp::DW_EH_PE_udata8; in get_fde_pc()
245 switch (pc_size) in get_fde_pc()
995 int pc_size = 0; in read_fde() local
999 pc_size = 2; in read_fde()
1002 pc_size = 4; in read_fde()
1006 pc_size = 8; in read_fde()
1009 pc_size = size == 32 ? 4 : 8; in read_fde()
[all …]
/netbsd-src/sys/kern/
H A Dsubr_percpu.c52 size_t pc_size; member
323 pc->pc_size = size; in percpu_create()
391 KASSERT(size == pc->pc_size); in percpu_free()
/netbsd-src/sys/dev/sbus/
H A Dp9100.c94 struct fbcurpos pc_size; /* size of mask & image fields */ member
601 p->size = pc->pc_size; in p9100ioctl()
1547 sc->sc_cursor.pc_size.x = 64; in p9100_init_cursor()
1548 sc->sc_cursor.pc_size.y = 64; in p9100_init_cursor()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/h8300/
H A Dh8300.cc1929 int pc_size = POINTER_SIZE / BITS_PER_UNIT; in h8300_initial_elimination_offset() local
1957 return pc_size + fp_size; in h8300_initial_elimination_offset()
1970 return pc_size + saved_regs_size + frame_size; in h8300_initial_elimination_offset()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/h8300/
H A Dh8300.c1963 int pc_size = POINTER_SIZE / BITS_PER_UNIT; in h8300_initial_elimination_offset() local
1991 return pc_size + fp_size; in h8300_initial_elimination_offset()
2004 return pc_size + saved_regs_size + frame_size; in h8300_initial_elimination_offset()