HomeSort by: relevance | last modified time | path
    Searched defs:SUB_SEGMENT_ALIGN (Results 1 - 20 of 20) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-loongarch.h 132 #define SUB_SEGMENT_ALIGN(SEG, FRCHAIN) 0
tc-sh.h 140 #define SUB_SEGMENT_ALIGN(SEG, FRCHAIN) \
tc-ppc.h 88 #define SUB_SEGMENT_ALIGN(SEG, FRCHAIN) 0
tc-aarch64.h 222 #define SUB_SEGMENT_ALIGN(SEG, FRCHAIN) 0
tc-arm.h 235 #define SUB_SEGMENT_ALIGN(SEG, FRCHAIN) \
tc-kvx.h 297 #define SUB_SEGMENT_ALIGN(SEG, FRCHAIN) 0
tc-i386.h 97 #define SUB_SEGMENT_ALIGN(SEG, FRCHAIN) 0
tc-xtensa.h 419 #define SUB_SEGMENT_ALIGN(SEG, FRCHAIN) 0
tc-ia64.h 87 #define SUB_SEGMENT_ALIGN(SEG, FRCHAIN) 0
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-loongarch.h 131 #define SUB_SEGMENT_ALIGN(SEG, FRCHAIN) 0
tc-sh.h 140 #define SUB_SEGMENT_ALIGN(SEG, FRCHAIN) \
tc-ppc.h 87 #define SUB_SEGMENT_ALIGN(SEG, FRCHAIN) 0
tc-aarch64.h 222 #define SUB_SEGMENT_ALIGN(SEG, FRCHAIN) 0
tc-arm.h 234 #define SUB_SEGMENT_ALIGN(SEG, FRCHAIN) \
tc-kvx.h 297 #define SUB_SEGMENT_ALIGN(SEG, FRCHAIN) 0
tc-i386.h 99 #define SUB_SEGMENT_ALIGN(SEG, FRCHAIN) 0
tc-xtensa.h 419 #define SUB_SEGMENT_ALIGN(SEG, FRCHAIN) 0
tc-ia64.h 87 #define SUB_SEGMENT_ALIGN(SEG, FRCHAIN) 0
  /src/external/gpl3/binutils/dist/gas/
write.c 1819 #ifndef SUB_SEGMENT_ALIGN
1824 #define SUB_SEGMENT_ALIGN(SEG, FRCHAIN) \
1830 #define SUB_SEGMENT_ALIGN(SEG, FRCHAIN) 0
1856 alignment = SUB_SEGMENT_ALIGN (now_seg, frchainP);
  /src/external/gpl3/binutils.old/dist/gas/
write.c 1817 #ifndef SUB_SEGMENT_ALIGN
1822 #define SUB_SEGMENT_ALIGN(SEG, FRCHAIN) \
1828 #define SUB_SEGMENT_ALIGN(SEG, FRCHAIN) 0
1854 alignment = SUB_SEGMENT_ALIGN (now_seg, frchainP);

Completed in 46 milliseconds