Searched refs:XTINFO_NAMESZ (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
D | xtensaelf.em | 382 #define XTINFO_NAMESZ 12 397 && bfd_get_32 (abfd, data + 0) == XTINFO_NAMESZ 400 && xt_config_info_unpack_and_check (data + 12 + XTINFO_NAMESZ, 510 info_sec->size = 12 + XTINFO_NAMESZ + xtensa_info_size; 512 bfd_put_32 (info_sec->owner, XTINFO_NAMESZ, info_sec->contents + 0); 515 memcpy (info_sec->contents + 12, XTINFO_NAME, XTINFO_NAMESZ); 516 memcpy (info_sec->contents + 12 + XTINFO_NAMESZ, data, xtensa_info_size);
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-xtensa.c | 8403 #define XTINFO_NAMESZ 12 macro 8429 md_number_to_chars (p, (valueT) XTINFO_NAMESZ, 4); in xtensa_add_config_info() 8440 p = frag_more (XTINFO_NAMESZ); in xtensa_add_config_info() 8441 memcpy (p, XTINFO_NAME, XTINFO_NAMESZ); in xtensa_add_config_info()
|