Home
last modified time | relevance | path

Searched refs:SIZEOF_V850_NOTE (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.27/include/elf/
Dv850.h300 #define SIZEOF_V850_NOTE 20 macro
DChangeLog-0415194 (SIZEOF_V850_NOTE): Define.
/toolchain/binutils/binutils-2.27/bfd/
Delf32-v850.c2344 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()