Home
last modified time | relevance | path

Searched refs:GOLD_IOV_MAX (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dfileread.cc696 #define GOLD_IOV_MAX 1 macro
698 #define GOLD_IOV_MAX IOV_MAX macro
700 #define GOLD_IOV_MAX (File_read::max_readv_entries * 2) macro
708 static size_t iov_max = GOLD_IOV_MAX; in read_multiple()
DChangeLog6977 (GOLD_IOV_MAX): Define.