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

  /src/external/gpl3/gcc/dist/gcc/config/mips/
mips.cc 525 /* mips_split_hi_p[X] is true if the high parts of symbols of type X
527 bool mips_split_hi_p[NUM_SYMBOL_TYPES]; variable
3467 && mips_split_hi_p[symbol_type])
8939 memset (mips_split_hi_p, '\0', sizeof (mips_split_hi_p));
9007 mips_split_hi_p[SYMBOL_GOT_PAGE_OFST] = true;
  /src/external/gpl3/gcc.old/dist/gcc/config/mips/
mips.cc 523 /* mips_split_hi_p[X] is true if the high parts of symbols of type X
525 bool mips_split_hi_p[NUM_SYMBOL_TYPES]; variable
3374 && mips_split_hi_p[symbol_type])
8765 memset (mips_split_hi_p, '\0', sizeof (mips_split_hi_p));
8833 mips_split_hi_p[SYMBOL_GOT_PAGE_OFST] = true;

Completed in 38 milliseconds