Searched refs:lp64 (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/ |
H A D | ProcessElfCore.cpp | 480 bool lp64) { in ParseFreeBSDPrStatus() argument 491 if (lp64) in ParseFreeBSDPrStatus() 498 if (lp64) in ParseFreeBSDPrStatus() 508 bool lp64) { in ParseFreeBSDPrPsInfo() argument 520 if (lp64) in ParseFreeBSDPrPsInfo() 605 bool lp64 = (arch.GetMachine() == llvm::Triple::aarch64 || in parseFreeBSDNotes() local 629 ParseFreeBSDPrStatus(thread_data, note.data, lp64); in parseFreeBSDNotes() 633 ParseFreeBSDPrPsInfo(*this, note.data, lp64); in parseFreeBSDNotes()
|
/freebsd/stand/ |
H A D | defs.mk | 153 CFLAGS+= -march=rv64imac -mabi=lp64 -fPIC
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | host-cpu-c-abi.m4 | 252 # There are 6 ABIs: ilp32, ilp32f, ilp32d, lp64, lp64f, lp64d. 262 [main_abi=lp64], 592 # There are 6 ABIs: ilp32, ilp32f, ilp32d, lp64, lp64f, lp64d.
|
/freebsd/sys/conf/ |
H A D | kern.mk | 167 CFLAGS+= -mabi=lp64
|
/freebsd/sys/dev/cxgb/common/ |
H A D | cxgb_t3_cpl.h | 246 } lp64; member 252 #define wrh_hilo u.lp64.wr_hilo
|
/freebsd/contrib/ncurses/ |
H A D | configure.in | 1006 ### use option --disable-lp64 to allow long chtype 1008 AC_ARG_ENABLE(lp64, optenable 1009 [ --disable-lp64 allow chtype to be long (ignore _LP64)],
|
H A D | INSTALL | 385 --disable-lp64 1667 --enable-lp64
|
H A D | configure | 793 --disable-lp64 allow chtype to be long (ignore _LP64)
|
H A D | NEWS | 3852 + move defaults for "--disable-lp64" and "--with-versioned-syms" into 8274 + modify default for --disable-lp64 configure option to reduce impact 8505 chtype and mmask_t, but add configure option --disable-lp64 in case
|
/freebsd/contrib/ntp/ |
H A D | CommitLog | 9791 - (sidekick) fix some warnings of clang on lp64 targets [all...] |