Searched refs:SIZEOF_STRUCT_FRAG (Results 1 – 6 of 6) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/ |
D | frags.c | 84 ptr = (fragS *) obstack_alloc (ob, SIZEOF_STRUCT_FRAG); in frag_alloc() 86 memset (ptr, 0, SIZEOF_STRUCT_FRAG); in frag_alloc() 111 newc += SIZEOF_STRUCT_FRAG; in frag_grow()
|
D | frags.h | 110 #define SIZEOF_STRUCT_FRAG \ macro
|
D | write.c | 2610 memcpy (newf, fragP, SIZEOF_STRUCT_FRAG); in relax_segment()
|
D | ChangeLog-9295 | 5197 (SIZEOF_STRUCT_FRAG): Cast addresses to char*, not int.
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-ppc.c | 6425 rest = xmalloc (SIZEOF_STRUCT_FRAG + 4); in ppc_handle_align() 6426 memcpy (rest, fragP, SIZEOF_STRUCT_FRAG); in ppc_handle_align() 6451 struct frag *group_nop = xmalloc (SIZEOF_STRUCT_FRAG + 4); in ppc_handle_align() 6453 memcpy (group_nop, fragP, SIZEOF_STRUCT_FRAG); in ppc_handle_align()
|
D | tc-xtensa.c | 7357 fragP = (fragS *)(varP - SIZEOF_STRUCT_FRAG); in xtensa_create_trampoline_frag()
|