Home
last modified time | relevance | path

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

/netbsd/include/
H A Dnlist.h66 #define N_SIZE 0x0c /* pseudo type, defines a symbol's size */ macro
/netbsd/tools/arm-elf2aout/
H A Dnlist.h68 #define N_SIZE 0x0c /* pseudo type, defines a symbol's size */ macro
/netbsd/tools/m68k-elf2aout/
H A Dnlist.h68 #define N_SIZE 0x0c /* pseudo type, defines a symbol's size */ macro
/netbsd/usr.bin/find/
H A Doption.c144 { "-size", N_SIZE, c_size, 1 },
H A Dfind.h49 N_PRUNE, N_REGEX, N_SINCE, N_SIZE, N_TYPE, N_USER, N_XDEV, N_DELETE enumerator
H A Dfunction.c1770 new = palloc(N_SIZE, f_size); in c_size()