Home
last modified time | relevance | path

Searched refs:r_symbolnum (Results 1 – 9 of 9) sorted by relevance

/toolchain/binutils/binutils-2.27/include/
Dbout.h174 #define r_index r_symbolnum
175 r_symbolnum:24, /* Index of symbol on which relocation is based, member
/toolchain/binutils/binutils-2.27/gas/config/
Daout_gnu.h334 # define r_symbolnum r_index macro
368 unsigned int r_symbolnum:24; member
417 unsigned int r_symbolnum:24; member
Dtc-vax.c670 the_bytes[6] = (ri.r_symbolnum >> 16) & 0x0ff; in md_ri_to_chars()
671 the_bytes[5] = (ri.r_symbolnum >> 8) & 0x0ff; in md_ri_to_chars()
672 the_bytes[4] = ri.r_symbolnum & 0x0ff; in md_ri_to_chars()
Dtc-m68k.c5425 the_bytes[4] = (ri->r_symbolnum >> 16) & 0x0ff; in md_ri_to_chars()
5426 the_bytes[5] = (ri->r_symbolnum >> 8) & 0x0ff; in md_ri_to_chars()
5427 the_bytes[6] = ri->r_symbolnum & 0x0ff; in md_ri_to_chars()
/toolchain/binutils/binutils-2.27/include/aout/
Dadobe.h213 unsigned int r_symbolnum:24; member
Daout64.h380 unsigned int r_symbolnum:24; member
/toolchain/binutils/binutils-2.27/include/mach-o/
Dexternal.h114 unsigned char r_symbolnum[4]; member
/toolchain/binutils/binutils-2.27/bfd/
Dmach-o-aarch64.c165 bfd_mach_o_swap_in_non_scattered_reloc (abfd, &reloc, raw->r_symbolnum); in bfd_mach_o_arm64_canonicalize_one_reloc()
Dmach-o.c1416 bfd_vma symnum = bfd_get_32 (abfd, raw->r_symbolnum); in bfd_mach_o_pre_canonicalize_one_reloc()
1456 bfd_mach_o_swap_in_non_scattered_reloc (abfd, reloc, raw->r_symbolnum); in bfd_mach_o_pre_canonicalize_one_reloc()
1692 bfd_put_32 (abfd, pinfo->r_value, raw.r_symbolnum); in bfd_mach_o_write_relocs()
1697 bfd_mach_o_swap_out_non_scattered_reloc (abfd, raw.r_symbolnum, in bfd_mach_o_write_relocs()