Home
last modified time | relevance | path

Searched refs:ALIGN_8 (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gdb/dist/sim/ppc/
H A Dhw_init.c489 sizeof_strings += ALIGN_8(len); in sizeof_argument_strings()
508 return ALIGN_8((number_of_arguments(arg) + 1) * sizeof(unsigned_word)); in sizeof_arguments()
542 start_block += ALIGN_8(len); in write_stack_arguments()
547 || ALIGN_8(start_arg) != end_arg) in write_stack_arguments()
568 const unsigned_word start_aux = start_argv_block - ALIGN_8(sizeof_aux_entry); in create_ppc_elf_stack_frame()
H A Dhw_vm.c229 unsigned_word new_break = ALIGN_8(requested_break); in hw_vm_ioctl()
H A Dbits.h242 #define ALIGN_8(X) _ALIGNa(8, X) macro
/netbsd-src/external/gpl3/gdb.old/dist/sim/ppc/
H A Dhw_vm.c229 unsigned_word new_break = ALIGN_8(requested_break); in hw_vm_ioctl()
/netbsd-src/external/gpl3/gdb/dist/sim/common/
H A DChangeLog-2021978 * sim-bits.h (_ALIGNa, _FLOORa, ALIGN_8, ALIGN_16, ALIGN_PAGE,