Home
last modified time | relevance | path

Searched refs:objbase (Results 1 – 13 of 13) sorted by relevance

/freebsd-12.1/usr.bin/ldd/
H A Dsods.c173 caddr_t objbase; in dump_file() local
193 objbase = mmap(0, sb.st_size, PROT_READ, MAP_SHARED, fd, 0); in dump_file()
194 if (objbase == (caddr_t) -1) { in dump_file()
203 file_base = (const char *) objbase; /* Makes address arithmetic easier */ in dump_file()
208 munmap(objbase, sb.st_size); in dump_file()
222 munmap(objbase, sb.st_size); in dump_file()
344 munmap(objbase, sb.st_size); in dump_file()
/freebsd-12.1/contrib/llvm/lib/Support/Windows/
H A DCOM.inc18 #include <objbase.h>
/freebsd-12.1/contrib/binutils/
H A Dltmain.sh6935 objbase="$func_basename_result"
6938 *[\ /]"$objbase "*)
6942 newobj=lt$counter-$objbase
/freebsd-12.1/crypto/heimdal/
H A Dltmain.sh9133 objbase="$func_basename_result"
9136 *[\ /]"$objbase "*)
9140 newobj=lt$counter-$objbase
/freebsd-12.1/contrib/file/
H A Dltmain.sh9162 objbase="$func_basename_result"
9165 *[\ /]"$objbase "*)
9169 newobj=lt$counter-$objbase
/freebsd-12.1/contrib/ldns/
H A Dltmain.sh10652 objbase=$func_basename_result
10655 *[\ /]"$objbase "*)
10659 newobj=lt$counter-$objbase
/freebsd-12.1/contrib/unbound/
H A Dltmain.sh10645 objbase=$func_basename_result
10648 *[\ /]"$objbase "*)
10652 newobj=lt$counter-$objbase
/freebsd-12.1/contrib/sqlite3/
H A Dltmain.sh10652 objbase=$func_basename_result
10655 *[\ /]"$objbase "*)
10659 newobj=lt$counter-$objbase
/freebsd-12.1/contrib/openpam/
H A Dltmain.sh10643 objbase=$func_basename_result
10646 *[\ /]"$objbase "*)
10650 newobj=lt$counter-$objbase
/freebsd-12.1/contrib/ntp/sntp/libevent/build-aux/
H A Dltmain.sh10643 objbase=$func_basename_result
10646 *[\ /]"$objbase "*)
10650 newobj=lt$counter-$objbase
/freebsd-12.1/contrib/libevent/
H A Dltmain.sh10643 objbase=$func_basename_result
10646 *[\ /]"$objbase "*)
10650 newobj=lt$counter-$objbase
/freebsd-12.1/contrib/openbsm/config/
H A Dltmain.sh10643 objbase=$func_basename_result
10646 *[\ /]"$objbase "*)
10650 newobj=lt$counter-$objbase
/freebsd-12.1/contrib/googletest/googlemock/docs/
H A DCheatSheet.md71 where `STDMETHODCALLTYPE` is defined by `<objbase.h>` on Windows.