HomeSort by relevance Sort by last modified time
    Searched refs:S_SET_ALIGN (Results 1 - 11 of 11) 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) \
obj-elf.c 241 S_SET_ALIGN (sym, align);
367 S_SET_ALIGN (symbolP, align);
    [all...]
tc-sparc.c     [all...]
obj-macho.c 935 S_SET_ALIGN (symbolP, align);
    [all...]
tc-arc.c 945 S_SET_ALIGN (symbolP, align);
    [all...]
tc-m32r.c     [all...]
tc-v850.c 455 S_SET_ALIGN (symbolP, temp);
    [all...]
tc-tic6x.c 677 S_SET_ALIGN (symbolP, 1 << align2);
    [all...]
tc-mips.c 57 #undef S_SET_ALIGN
    [all...]

Completed in 686 milliseconds