Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils-2.17/include/elf/
H A Dxtensa.h190 #define GET_XTENSA_PROP_ALIGNMENT(flag) \ macro
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-xtensa.c530 && (GET_XTENSA_PROP_ALIGNMENT (a->flags) in property_table_compare()
531 != GET_XTENSA_PROP_ALIGNMENT (b->flags))) in property_table_compare()
532 return (GET_XTENSA_PROP_ALIGNMENT (a->flags) in property_table_compare()
533 - GET_XTENSA_PROP_ALIGNMENT (b->flags)); in property_table_compare()
7251 int pow = GET_XTENSA_PROP_ALIGNMENT (entry->flags); in compute_fill_extra_space()
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-xtensa.c240 #define GET_XTENSA_PROP_ALIGNMENT(flag) \ macro