Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-xtensa.c8543 int text_bytes = 0; local
8549 text_bytes += xg_get_insn_size (t_insn);
8551 return text_bytes;
/openbsd/src/lib/libexpat/tests/
Dbasic_tests.c1749 size_t text_bytes; in START_TEST() member
1802 (int)cases[i].text_bytes, XML_TRUE); in START_TEST()
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/
Dtc-xtensa.c11270 int text_bytes = 0; in get_num_stack_text_bytes() local
11276 text_bytes += xg_get_single_size (tinsn->opcode); in get_num_stack_text_bytes()
11278 return text_bytes; in get_num_stack_text_bytes()