Home
last modified time | relevance | path

Searched refs:R_CODE_ADDR (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/include/elf/
Dcr16c.h216 #define R_CODE_ADDR 0x0006 /* Take address of symbol divided by 2. */ macro
/toolchain/binutils/binutils-2.27/bfd/
Delf32-cr16c.c228 code_factor = ((addr_type == R_CODE_ADDR) ? 1 : 0); in cr16c_elf_final_link_relocate()