HomeSort by: relevance | last modified time | path
    Searched defs:MMO_SEC_CONTENTS_CHUNK_SIZE (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
mmo.c 232 #define MMO_SEC_CONTENTS_CHUNK_SIZE (1 << 15)
1481 MMO_SEC_CONTENTS_CHUNK_SIZE. */
1525 Requests with an address aligned on MMO_SEC_CONTENTS_CHUNK_SIZE bytes and
1526 for no more than MMO_SEC_CONTENTS_CHUNK_SIZE will always get resolved. */
1535 = (size + MMO_SEC_CONTENTS_CHUNK_SIZE - 1) & ~(MMO_SEC_CONTENTS_CHUNK_SIZE - 1);
2161 = (int) bytes_to_do != 0 ? bytes_to_do : MMO_SEC_CONTENTS_CHUNK_SIZE;
2697 = (int) bytes_to_do != 0 ? bytes_to_do : MMO_SEC_CONTENTS_CHUNK_SIZE;
  /src/external/gpl3/binutils.old/dist/bfd/
mmo.c 232 #define MMO_SEC_CONTENTS_CHUNK_SIZE (1 << 15)
1482 MMO_SEC_CONTENTS_CHUNK_SIZE. */
1526 Requests with an address aligned on MMO_SEC_CONTENTS_CHUNK_SIZE bytes and
1527 for no more than MMO_SEC_CONTENTS_CHUNK_SIZE will always get resolved. */
1536 = (size + MMO_SEC_CONTENTS_CHUNK_SIZE - 1) & ~(MMO_SEC_CONTENTS_CHUNK_SIZE - 1);
2162 = (int) bytes_to_do != 0 ? bytes_to_do : MMO_SEC_CONTENTS_CHUNK_SIZE;
2698 = (int) bytes_to_do != 0 ? bytes_to_do : MMO_SEC_CONTENTS_CHUNK_SIZE;
  /src/external/gpl3/gdb/dist/bfd/
mmo.c 232 #define MMO_SEC_CONTENTS_CHUNK_SIZE (1 << 15)
1482 MMO_SEC_CONTENTS_CHUNK_SIZE. */
1526 Requests with an address aligned on MMO_SEC_CONTENTS_CHUNK_SIZE bytes and
1527 for no more than MMO_SEC_CONTENTS_CHUNK_SIZE will always get resolved. */
1536 = (size + MMO_SEC_CONTENTS_CHUNK_SIZE - 1) & ~(MMO_SEC_CONTENTS_CHUNK_SIZE - 1);
2162 = (int) bytes_to_do != 0 ? bytes_to_do : MMO_SEC_CONTENTS_CHUNK_SIZE;
2698 = (int) bytes_to_do != 0 ? bytes_to_do : MMO_SEC_CONTENTS_CHUNK_SIZE;
  /src/external/gpl3/gdb.old/dist/bfd/
mmo.c 232 #define MMO_SEC_CONTENTS_CHUNK_SIZE (1 << 15)
1487 MMO_SEC_CONTENTS_CHUNK_SIZE. */
1531 Requests with an address aligned on MMO_SEC_CONTENTS_CHUNK_SIZE bytes and
1532 for no more than MMO_SEC_CONTENTS_CHUNK_SIZE will always get resolved. */
1541 = (size + MMO_SEC_CONTENTS_CHUNK_SIZE - 1) & ~(MMO_SEC_CONTENTS_CHUNK_SIZE - 1);
2170 = (int) bytes_to_do != 0 ? bytes_to_do : MMO_SEC_CONTENTS_CHUNK_SIZE;
2706 = (int) bytes_to_do != 0 ? bytes_to_do : MMO_SEC_CONTENTS_CHUNK_SIZE;

Completed in 32 milliseconds