Home
last modified time | relevance | path

Searched refs:code_end (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/usr.bin/binutils-2.17/bfd/doc/
H A Dchew.c288 int code_end; member
1272 new->code_end = 0;
1281 if (entry->code_end == entry->code_length)
1288 entry->code[entry->code_end] = word;
1290 return entry->code_end++;
/openbsd/gnu/usr.bin/binutils/bfd/doc/
H A Dchew.c287 int code_end; member
1310 new->code_end = 0;
1319 if (entry->code_end == entry->code_length)
1326 entry->code[entry->code_end] = word;
1328 return entry->code_end++;
/openbsd/sys/dev/ic/
H A Dacx100.c344 mem_map.wep_cache_start = htole32(letoh32(mem_map.code_end) + 4); in acx100_init_wep()
345 mem_map.wep_cache_end = htole32(letoh32(mem_map.code_end) + 4); in acx100_init_wep()
H A Dacxreg.h235 uint32_t code_end; member
H A Dacx.c1587 radio_fw_ofs = letoh32(mem_map.code_end); in acx_load_radio_firmware()
1618 if (letoh32(mem_map.code_end) != radio_fw_ofs + size) { in acx_load_radio_firmware()