Searched refs:SIZEOF_V850_NOTE (Results 1 – 3 of 3) sorted by relevance
300 #define SIZEOF_V850_NOTE 20 macro
194 (SIZEOF_V850_NOTE): Define.
2344 bfd_byte * data = s->contents + ((note - 1) * SIZEOF_V850_NOTE); in v850_set_note()2375 if (!bfd_set_section_size (abfd, s, NUM_V850_NOTES * SIZEOF_V850_NOTE)) in v850_elf_make_note_section()2378 data = bfd_zalloc (abfd, NUM_V850_NOTES * SIZEOF_V850_NOTE); in v850_elf_make_note_section()2499 bfd_byte * idata = icont + ((id - 1) * SIZEOF_V850_NOTE) + 16; in v850_elf_merge_notes()2500 bfd_byte * odata = ocont + ((id - 1) * SIZEOF_V850_NOTE) + 16; in v850_elf_merge_notes()2577 unsigned int value = bfd_get_32 (abfd, data + ((id - 1) * SIZEOF_V850_NOTE) + 16); in print_v850_note()2664 BFD_ASSERT (bfd_section_size (abfd, notes) == NUM_V850_NOTES * SIZEOF_V850_NOTE); in v850_elf_print_notes()3185 hdr->sh_entsize = SIZEOF_V850_NOTE; in v850_elf_fake_sections()