HomeSort by relevance Sort by last modified time
    Searched refs:hi16_rel_addr (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.27/bfd/
elf32-score.c 193 static bfd_byte *hi16_rel_addr; variable
314 hi16_rel_addr = (bfd_byte *) data + reloc_entry->address;
331 hi16_value = score_bfd_get_32 (abfd, hi16_rel_addr);
341 score_bfd_put_32 (abfd, hi16_value, hi16_rel_addr);
623 hi16_value = score_bfd_get_32 (abfd, hi16_rel_addr);
636 score_bfd_put_32 (abfd, hi16_value, hi16_rel_addr);
    [all...]
elf32-score7.c 190 static bfd_byte *hi16_rel_addr; variable
213 hi16_rel_addr = (bfd_byte *) data + reloc_entry->address;
230 hi16_value = bfd_get_32 (abfd, hi16_rel_addr);
240 bfd_put_32 (abfd, hi16_value, hi16_rel_addr);
524 hi16_value = bfd_get_32 (abfd, hi16_rel_addr);
537 bfd_put_32 (abfd, hi16_value, hi16_rel_addr);
    [all...]

Completed in 62 milliseconds