Searched refs:r_symbolnum (Results 1 – 8 of 8) sorted by relevance
174 #define r_index r_symbolnum175 r_symbolnum:24, /* Index of symbol on which relocation is based, member
334 # define r_symbolnum r_index macro368 unsigned int r_symbolnum:24; member417 unsigned int r_symbolnum:24; member
670 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()
5428 the_bytes[4] = (ri->r_symbolnum >> 16) & 0x0ff; in md_ri_to_chars()5429 the_bytes[5] = (ri->r_symbolnum >> 8) & 0x0ff; in md_ri_to_chars()5430 the_bytes[6] = ri->r_symbolnum & 0x0ff; in md_ri_to_chars()
213 unsigned int r_symbolnum:24; member
380 unsigned int r_symbolnum:24; member
114 unsigned char r_symbolnum[4]; member
1307 bfd_vma symnum = bfd_get_32 (abfd, raw->r_symbolnum); in bfd_mach_o_canonicalize_one_reloc()1347 bfd_mach_o_swap_in_non_scattered_reloc (abfd, &reloc, raw->r_symbolnum); in bfd_mach_o_canonicalize_one_reloc()1610 bfd_put_32 (abfd, pinfo->r_value, raw.r_symbolnum); in bfd_mach_o_write_relocs()1615 bfd_mach_o_swap_out_non_scattered_reloc (abfd, raw.r_symbolnum, in bfd_mach_o_write_relocs()