Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils-2.17/include/elf/
H A Dxtensa.h186 #define XTENSA_PROP_ALIGN 0x00000800 macro
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-xtensa.c525 if ((a->flags & XTENSA_PROP_ALIGN) != (b->flags & XTENSA_PROP_ALIGN)) in property_table_compare()
526 return ((b->flags & XTENSA_PROP_ALIGN) in property_table_compare()
527 - (a->flags & XTENSA_PROP_ALIGN)); in property_table_compare()
529 if ((a->flags & XTENSA_PROP_ALIGN) in property_table_compare()
5502 || ((the_entry->flags & XTENSA_PROP_ALIGN) != 0)) in extend_ebb_bounds_forward()
5575 || ((new_entry->flags & XTENSA_PROP_ALIGN) != 0)) in extend_ebb_bounds_backward()
7247 if ((entry->flags & XTENSA_PROP_ALIGN) != 0) in compute_fill_extra_space()
9034 else if (size == 0 && (flags & XTENSA_PROP_ALIGN) == 0 in relax_property_section()
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-xtensa.c236 #define XTENSA_PROP_ALIGN 0x00000800 macro
10614 num |= XTENSA_PROP_ALIGN; in frag_flags_to_number()