Home | History | Annotate | Download | only in RuntimeDyld

Lines Matching refs:r_type

604   uint32_t r_type = Type & 0xff;
610 uint32_t RelType = r_type;
1468 uint32_t r_type = RelType & 0xff;
1470 if (r_type == ELF::R_MIPS_CALL16 || r_type == ELF::R_MIPS_GOT_PAGE
1471 || r_type == ELF::R_MIPS_GOT_DISP) {