HomeSort by relevance Sort by last modified time
    Searched defs:S_SET_ALIGN (Results 1 - 4 of 4) sorted by null

  /toolchain/binutils/binutils-2.25/gas/config/
obj-macho.h 41 #ifndef S_SET_ALIGN
42 #define S_SET_ALIGN(S,V) do {\
obj-elf.h 112 #ifndef S_SET_ALIGN
113 #define S_SET_ALIGN(S,V) \
obj-multi.h 109 #define S_SET_ALIGN(S, N) \
110 (this_format->s_set_align \
111 ? (*this_format->s_set_align) (S, N) \
tc-mips.c 57 #undef S_SET_ALIGN
    [all...]

Completed in 67 milliseconds