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

  /src/external/gpl3/binutils/dist/bfd/
elfxx-mips.c 8371 unsigned int r_type, lo16_type;
8381 lo16_type = R_MIPS_LO16;
8384 lo16_type = R_MIPS_PCLO16;
8387 lo16_type = R_MIPS_TLS_DTPREL_LO16;
8390 lo16_type = R_MIPS_TLS_TPREL_LO16;
8394 lo16_type = R_MIPS16_LO16;
8397 lo16_type = R_MIPS16_TLS_DTPREL_LO16;
8400 lo16_type = R_MIPS16_TLS_TPREL_LO16;
8404 lo16_type = R_MICROMIPS_LO16;
8407 lo16_type = R_MICROMIPS_TLS_DTPREL_LO16
8340 unsigned int r_type, lo16_type; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elfxx-mips.c 8351 unsigned int r_type, lo16_type;
8361 lo16_type = R_MIPS_LO16;
8364 lo16_type = R_MIPS_PCLO16;
8367 lo16_type = R_MIPS_TLS_DTPREL_LO16;
8370 lo16_type = R_MIPS_TLS_TPREL_LO16;
8374 lo16_type = R_MIPS16_LO16;
8377 lo16_type = R_MIPS16_TLS_DTPREL_LO16;
8380 lo16_type = R_MIPS16_TLS_TPREL_LO16;
8384 lo16_type = R_MICROMIPS_LO16;
8387 lo16_type = R_MICROMIPS_TLS_DTPREL_LO16
8320 unsigned int r_type, lo16_type; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elfxx-mips.c 8305 unsigned int r_type, lo16_type;
8312 lo16_type = R_MIPS16_LO16;
8314 lo16_type = R_MICROMIPS_LO16;
8316 lo16_type = R_MIPS_PCLO16;
8318 lo16_type = R_MIPS_LO16;
8337 lo16_relocation = mips_elf_next_relocation (abfd, lo16_type, rel, relend);
8342 lo16_howto = MIPS_ELF_RTYPE_TO_HOWTO (abfd, lo16_type, false);
8274 unsigned int r_type, lo16_type; local
  /src/external/gpl3/gdb.old/dist/bfd/
elfxx-mips.c 8318 unsigned int r_type, lo16_type;
8325 lo16_type = R_MIPS16_LO16;
8327 lo16_type = R_MICROMIPS_LO16;
8329 lo16_type = R_MIPS_PCLO16;
8331 lo16_type = R_MIPS_LO16;
8350 lo16_relocation = mips_elf_next_relocation (abfd, lo16_type, rel, relend);
8355 lo16_howto = MIPS_ELF_RTYPE_TO_HOWTO (abfd, lo16_type, false);
8287 unsigned int r_type, lo16_type; local

Completed in 57 milliseconds