Searched refs:PTR_SIZE (Results 1 – 14 of 14) sorted by relevance
/openbsd/usr.sbin/npppd/common/ |
H A D | slist.c | 52 #define PTR_SIZE (sizeof(intptr_t)) macro 151 if ((list_new = realloc(list->list, PTR_SIZE * size_new)) in slist_grow0() 156 PTR_SIZE * (size_new - list->list_size)); in slist_grow0() 171 &list->list[0], PTR_SIZE * list->last_idx); in slist_grow0() 179 &list->list[0], PTR_SIZE * grow_sz); in slist_grow0() 182 PTR_SIZE *(list->last_idx - grow_sz)); in slist_grow0() 404 (PTR_SIZE) * (last - idx0)); in slist_remove() 418 (PTR_SIZE) * (idx0 - first)); in slist_remove()
|
/openbsd/gnu/gcc/gcc/config/mips/ |
H A D | iris.h | 29 #define DWARF_OFFSET_SIZE PTR_SIZE
|
/openbsd/gnu/gcc/gcc/ |
H A D | vmsdbgout.c | 88 #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) 592 return PTR_SIZE; in write_debug_addr()
|
H A D | dwarf2out.c | 130 #ifndef PTR_SIZE 131 #define PTR_SIZE (POINTER_SIZE / BITS_PER_UNIT) macro 2034 ASM_OUTPUT_ALIGN (asm_out_file, floor_log2 (PTR_SIZE)); in switch_to_eh_frame_section() 2313 int pad = -offset & (PTR_SIZE - 1); in output_call_frame_info() 2360 floor_log2 (for_eh ? PTR_SIZE : DWARF2_ADDR_SIZE)); in output_call_frame_info() 2465 int pad = -offset & (PTR_SIZE - 1); in output_call_frame_info() 2484 ASM_OUTPUT_ALIGN (asm_out_file, floor_log2 (PTR_SIZE)); in output_call_frame_info() 2502 floor_log2 ((for_eh ? PTR_SIZE : DWARF2_ADDR_SIZE))); in output_call_frame_info() 12262 add_AT_unsigned (mod_type_die, DW_AT_byte_size, PTR_SIZE); 12278 add_AT_unsigned (mod_type_die, DW_AT_byte_size, PTR_SIZE);
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | vmsdbgout.c | 83 #ifndef PTR_SIZE 84 #define PTR_SIZE 4 /* Must be 32 bits for VMS debug info */ macro 227 (PTR_SIZE == 8 ? UNALIGNED_DOUBLE_INT_ASM_OP : UNALIGNED_INT_ASM_OP) 577 return PTR_SIZE;
|
H A D | dwarf2out.c | 108 #ifndef PTR_SIZE 109 #define PTR_SIZE (POINTER_SIZE / BITS_PER_UNIT) macro 142 ASM_OUTPUT_ALIGN (asm_out_file, floor_log2 (PTR_SIZE)); in default_eh_frame_section() 1934 int pad = -offset & (PTR_SIZE - 1); 1976 floor_log2 (for_eh ? PTR_SIZE : DWARF2_ADDR_SIZE)); 2033 int pad = -offset & (PTR_SIZE - 1); 2053 ASM_OUTPUT_ALIGN (asm_out_file, floor_log2 (PTR_SIZE)); 7954 add_AT_unsigned (mod_type_die, DW_AT_byte_size, PTR_SIZE); 7963 add_AT_unsigned (mod_type_die, DW_AT_byte_size, PTR_SIZE); 11294 add_AT_unsigned (mod_type_die, DW_AT_byte_size, PTR_SIZE); [all …]
|
H A D | ChangeLog.5 | 6441 * dwarf2out.c (output_cfi): Add 'for_eh' parameter, use PTR_SIZE 6443 (output_call_frame_info): Use PTR_SIZE instead of DWARF2_ADDR_SIZE for
|
H A D | ChangeLog.2 | 9953 * dwarf2out.c (output_aranges): Check DWARF_OFFSET_SIZE not PTR_SIZE
|
H A D | ChangeLog.3 | 6156 of PTR_SIZE, when appropriate.
|
H A D | ChangeLog.6 | 7538 * dwarf2out.c (PTR_SIZE, default_eh_frame_section): Move outside
|
/openbsd/gnu/usr.bin/gcc/gcc/config/mips/ |
H A D | iris6.h | 161 #define DWARF_OFFSET_SIZE PTR_SIZE
|
/openbsd/gnu/usr.bin/binutils/binutils/ |
H A D | coffgrok.c | 59 #define PTR_SIZE 4 macro 444 ptr->size = PTR_SIZE; in do_type()
|
/openbsd/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | coffgrok.c | 59 #define PTR_SIZE 4 macro 444 ptr->size = PTR_SIZE; in do_type()
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | ChangeLog-1993 | 6264 (frame_args_address): Don't add PTR_SIZE. Stack args are already
|