Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Dmmo.c232 #define MMO_SEC_CONTENTS_CHUNK_SIZE (1 << 15) macro
1528 = (size + MMO_SEC_CONTENTS_CHUNK_SIZE - 1) & ~(MMO_SEC_CONTENTS_CHUNK_SIZE - 1); in mmo_get_loc()
2111 = (int) bytes_to_do != 0 ? bytes_to_do : MMO_SEC_CONTENTS_CHUNK_SIZE; in mmo_get_section_contents()
2648 = (int) bytes_to_do != 0 ? bytes_to_do : MMO_SEC_CONTENTS_CHUNK_SIZE; in mmo_set_section_contents()