Home
last modified time | relevance | path

Searched refs:dev (Results 1 – 15 of 15) sorted by relevance

/picolibc-latest/.github/
Dlinux-packages.txt7 libx32gcc-14-dev
8 lib32gcc-14-dev
10 libc6-dev-i386-cross
14 libc6-dev-arm64-cross
17 libc6-dev-mips-cross
19 libc6-dev-mips64-cross
21 libc6-dev-mipsel-cross
23 libc6-dev-ppc64-cross
25 libc6-dev-ppc64el-cross
27 libc6-dev-sparc64-cross
[all …]
/picolibc-latest/scripts/
Drun-power954 $objcopy "$elf" -Obinary $one_bin 2>/dev/null
56 …t --remove-section=.sfpr --remove-section=.toc --remove-section=.data "$elf" "$one_elf" 2>/dev/null
70 -nographic "$@" < /dev/null
Drun-arc45 if command -v "$readelf" >/dev/null 2>/dev/null; then
48 if "$readelf" --version | grep LLVM >/dev/null; then
Drun-riscv47 if command -v readelf >/dev/null 2>/dev/null; then
50 if readelf --version | grep LLVM >/dev/null; then
Dduplicate-names6 "$NM" -g "$FILE" 2>/dev/null | grep ' [A-EG-TVX-Z] ' | grep -v '__x86' | sort | uniq -d > "$OUTPUT"
Drun-i38654 "$@" < /dev/null
Drun-sparc52 -kernel "$elf" "$@" < /dev/null
Drun-x86_6454 "$@" < /dev/null
Drun-x8661 "$@" < /dev/null
Drun-sh69 -device loader,file="$elf",cpu-num=0 "$@" < /dev/null
Drun-mips69 -kernel "$elf" "$@" < /dev/null
/picolibc-latest/newlib/libc/posix/
Dnftw.c40 dev_t dev; member
74 if ((flags & FTW_MOUNT) && h && st.st_dev != h->dev) in do_nftw()
78 new.dev = st.st_dev; in do_nftw()
97 if (h->dev == st.st_dev && h->ino == st.st_ino) in do_nftw()
/picolibc-latest/newlib/libc/ctype/
Dmkunidata26 ref=`ls "$ref" 2> /dev/null || echo 01-Jan-1970`
/picolibc-latest/newlib/libc/string/
Dmkunidata26 ref=`ls "$ref" 2> /dev/null || echo 01-Jan-1970`
/picolibc-latest/doc/
Dembedsource.md64 sudo apt remove libnewlib-arm-none-eabi libnewlib-dev