HomeSort by: relevance | last modified time | path
    Searched refs:S_GET_SIZE (Results 1 - 14 of 14) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
obj-elf.h 134 #ifndef S_GET_SIZE
135 #define S_GET_SIZE(S) \
obj-multi.h 108 #define S_GET_SIZE \
109 (*this_format->s_get_size)
obj-elf.c 2108 if (!destelf->size && S_GET_SIZE (dest) == 0)
2111 S_SET_SIZE (dest, S_GET_SIZE (src));
3045 return S_GET_SIZE (sym);
tc-ia64.c 4467 else if (S_GET_SIZE (sym) == 0
tc-i386.c 18495 valueT value = S_GET_SIZE (sym);
tc-mips.c 56 #undef S_GET_SIZE
  /src/external/gpl3/binutils.old/dist/gas/config/
obj-elf.h 133 #ifndef S_GET_SIZE
134 #define S_GET_SIZE(S) \
obj-multi.h 108 #define S_GET_SIZE \
109 (*this_format->s_get_size)
obj-elf.c 2278 if (!destelf->size && S_GET_SIZE (dest) == 0)
2281 S_SET_SIZE (dest, S_GET_SIZE (src));
3207 return S_GET_SIZE (sym);
tc-ia64.c 4467 else if (S_GET_SIZE (sym) == 0
tc-i386.c 18322 valueT value = S_GET_SIZE (sym);
tc-mips.c 56 #undef S_GET_SIZE
  /src/external/gpl3/binutils/dist/gas/
dwarf2dbg.c 2743 if (S_GET_SIZE (symp) == 0)
2950 size.X_add_number = S_GET_SIZE (symp);
  /src/external/gpl3/binutils.old/dist/gas/
dwarf2dbg.c 2741 if (S_GET_SIZE (symp) == 0)
2948 size.X_add_number = S_GET_SIZE (symp);

Completed in 101 milliseconds