Home
last modified time | relevance | path

Searched refs:IMAGE_REL_MCORE_RVA (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Dcoff-mcore.c174 HOWTO (IMAGE_REL_MCORE_RVA, /* type */
268 HOW2MAP (BFD_RELOC_RVA, IMAGE_REL_MCORE_RVA); in mcore_coff_reloc_type_lookup()
311 if (rel->r_type == IMAGE_REL_MCORE_RVA) in coff_mcore_rtype_to_howto()
339 return ! howto->pc_relative && howto->type != IMAGE_REL_MCORE_RVA; in in_reloc_p()
495 case IMAGE_REL_MCORE_RVA: in coff_mcore_relocate_section()
DChangeLog-98992427 (mcore_coff_howto): Add IMAGE_REL_MCORE_RVA.
2429 IMAGE_REL_MCORE_RVA.
2431 IMAGE_REL_MCORE_RVA.
2433 IMAGE_REL_MCORE_RVA.
/toolchain/binutils/binutils-2.25/include/coff/
Dmcore.h43 #define IMAGE_REL_MCORE_RVA 0x0007 macro
DChangeLog-9103352 * mcore.h (IMAGE_REL_MCORE_RVA): Define.