Searched refs:R_SH_COUNT (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/cxxfilt-11/cxxfilt/include/coff/
H A Dsh.h121 #define R_SH_COUNT 28 /* Count of constant pool uses */ macro
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/elf/
H A Dsh.h138 RELOC_NUMBER (R_SH_COUNT, 28)
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Delf32-sh-relocs.h309 HOWTO (R_SH_COUNT, /* type */
317 "R_SH_COUNT", /* name */
H A Dcoff-sh.c285 HOWTO (R_SH_COUNT, /* type */
544 || (reloc).r_type == R_SH_COUNT \
681 creates an R_SH_COUNT reloc at that address. The r_offset field of
682 the R_SH_COUNT reloc will be the number of references. If the
684 R_SH_COUNT reloc to see whether it can also eliminate the function
937 /* Look for a R_SH_COUNT reloc on the location where the
942 && irelcount->r_type == R_SH_COUNT)
H A Delf32-sh.c311 { BFD_RELOC_SH_COUNT, R_SH_COUNT },
683 /* Look for a R_SH_COUNT reloc on the location where the
688 && ELF32_R_TYPE (irelcount->r_info) == (int) R_SH_COUNT)

Completed in 205 milliseconds