Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delf32-rx.c139 #define STACK_REL_P(x) ((x) <= R_RX_ABS16_REV && (x) >= R_RX_ABS32) macro
2451 if (STACK_REL_P (ELF32_R_TYPE (srel->r_info))) in elf32_rx_relax_section()
2598 if (STACK_REL_P (ELF32_R_TYPE (srel->r_info))) in elf32_rx_relax_section()
Delf32-rl78.c127 #define STACK_REL_P(x) ((x) <= R_RL78_ABS16_REV && (x) >= R_RL78_ABS32) macro