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.25/bfd/
Dmmo.c232 #define MMO_SEC_CONTENTS_CHUNK_SIZE (1 << 15) macro
1491 = (size + MMO_SEC_CONTENTS_CHUNK_SIZE - 1) & ~(MMO_SEC_CONTENTS_CHUNK_SIZE - 1); in mmo_get_loc()
2074 = (int) bytes_to_do != 0 ? bytes_to_do : MMO_SEC_CONTENTS_CHUNK_SIZE; in mmo_get_section_contents()
2611 = (int) bytes_to_do != 0 ? bytes_to_do : MMO_SEC_CONTENTS_CHUNK_SIZE; in mmo_set_section_contents()