Home
last modified time | relevance | path

Searched defs:OBJECTS_PER_PAGE (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/
Decoff.c809 #define OBJECTS_PER_PAGE(type) (PAGE_SIZE / sizeof (type)) macro
811 #define OBJECTS_PER_PAGE(type) ((sizeof (type) > 1) ? 1 : PAGE_SIZE) macro