Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dnlist_aout.h70 #define N_ABS 0x02 /* absolute address */ macro
/freebsd/cddl/contrib/opensolaris/head/
H A Dsyms.h77 #define N_ABS -1 macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DXCOFF.h46 enum ReservedSectionNum : int16_t { N_DEBUG = -2, N_ABS = -1, N_UNDEF = 0 }; enumerator
H A DMachO.h317 N_ABS = 0x2u, enumerator