Home
last modified time | relevance | path

Searched refs:R_ABS (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.27/include/coff/
Dtic80.h102 #define R_ABS 0x00 /* Absolute address - no relocation */ macro
Dti.h552 #define R_ABS 0x0000 /* no relocation */ macro
/toolchain/binutils/binutils-2.27/include/elf/
Dcr16c.h220 #define R_ABS 0x0000 /* Keep symbol's address as such. */ macro
/toolchain/binutils/binutils-2.27/bfd/
Dcoff-tic80.c90 HOWTO (R_ABS, /* type */
579 case R_ABS: in coff_tic80_relocate_section()
DChangeLog-96971970 * coff-tic80.c (tic80_howto_table): Add R_ABS entry.
1971 (rtype2howto): Handle R_ABS reloc type. Also abort on unhandled
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-96972285 * config/tc-tic80.c (md_apply_fix): Handle R_ABS type fixups.