Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/
Dtc-maxq.h89 #define MAX_MEM_NAME_SIZE 12 macro
Dtc-maxq.c65 #ifndef MAX_MEM_NAME_SIZE
66 #define MAX_MEM_NAME_SIZE 9 macro
1426 char mem_name_given[MAX_MEM_NAME_SIZE + 1]; in maxq20_mem_access()
1438 if (p >= mem_name_given + MAX_MEM_NAME_SIZE) in maxq20_mem_access()