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

  /src/external/gpl3/binutils/dist/gas/config/
obj-macho.h 41 #ifndef S_SET_ALIGN
42 #define S_SET_ALIGN(S,V) do {\
obj-multi.h 119 #define S_SET_ALIGN(S, N) \
120 (this_format->s_set_align \
121 ? (*this_format->s_set_align) (S, N) \
obj-elf.h 147 #ifndef S_SET_ALIGN
148 #define S_SET_ALIGN(S,V) \
tc-mips.c 57 #undef S_SET_ALIGN
  /src/external/gpl3/binutils.old/dist/gas/config/
obj-macho.h 41 #ifndef S_SET_ALIGN
42 #define S_SET_ALIGN(S,V) do {\
obj-multi.h 119 #define S_SET_ALIGN(S, N) \
120 (this_format->s_set_align \
121 ? (*this_format->s_set_align) (S, N) \
obj-elf.h 146 #ifndef S_SET_ALIGN
147 #define S_SET_ALIGN(S,V) \
tc-mips.c 57 #undef S_SET_ALIGN

Completed in 53 milliseconds