Searched refs:last_writable (Results 1 - 2 of 2) sorted by relevance

/external/elfutils/0.153/src/
H A Dldgeneric.c2984 size_t last_writable = ~0ul; local
3011 last_writable = ld_state.nallsections - 1;
3020 if (last_writable == ~0ul)
3023 if (ld_state.allsections[last_writable]->type != SHT_NOBITS)
3028 ++last_writable;
3029 memmove (&ld_state.allsections[last_writable + 1],
3030 &ld_state.allsections[last_writable],
3031 (ld_state.nallsections - last_writable)
3034 ld_state.allsections[last_writable] = (struct scnhead *)
3038 ld_state.allsections[last_writable]
[all...]
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dsession_unittest.cc776 : channel(p), last_readable(false), last_writable(false), data_count(0),
784 return last_writable && channel->writable();
798 last_writable = channel->writable();
825 bool last_readable, last_writable; member in struct:ChannelHandler

Completed in 1206 milliseconds