Home
last modified time | relevance | path

Searched full:shflags (Results 1 – 25 of 49) sorted by relevance

12

/external/llvm-project/llvm/test/tools/yaml2obj/ELF/
Doverride-shflags.yaml48 ShFlags: 0x000000001
51 ShFlags: 0x000000002
54 ShFlags: 0x000000003
57 ShFlags: 0x000000004
60 ShFlags: 0x000000005
64 ShFlags: 0x0AB00000
67 ShFlags: 0xC0000000
70 ShFlags: 0xFFFFFFFF
72 ## ShFlags is used when we want to work around the flag values validation.
73 ## It does not make sense to allow both ShFlags and Flags in the document.
[all …]
/external/shflags/
DREADME.md1 # shFlags README
3 shFlags is a port of the Google [gflags](http://gflags.github.io/gflags/) library for Unix shell. T…
5 If you'd like to use shFlags, feel free to read the documentation.
6 https://github.com/kward/shflags/wiki/Documentation12x
10 [travis-ci-png]: https://travis-ci.org/kward/shflags.png?branch=master
11 [travis-ci]: https://travis-ci.org/kward/shflags
DMETADATA1 name: "shFlags"
3 "shFlags is a port of the Google gflags library for Unix shell. The code is "
10 value: "https://github.com/kward/shflags/wiki"
14 value: "https://github.com/kward/shflags"
Dshflags_test_helpers3 # shFlags unit test common functions
9 # https://github.com/kward/shflags
40 # Path to shFlags library. Can be overridden by setting SHFLAGS_INC.
41 TH_SHFLAGS=${SHFLAGS_INC:-./shflags}; export TH_SHFLAGS
59 # Load shFlags.
DAndroid.bp38 name: "shflags",
39 src: "shflags",
40 sub_dir: "lib/shflags",
Dshflags_public_test.sh4 # shFlags unit test for the public functions.
10 # https://github.com/kward/shflags
97 # Test for https://github.com/kward/shflags/issues/28.
153 # Test for https://github.com/kward/shflags/issues/28.
215 # According to https://github.com/kward/shflags/issues/28
DCONTRIBUTING.md3 shFlags is more than just a simple 20 line shell script. It is a significant library of shell code …
61 All shFlags specific constants, variables, and functions will be prefixed appropriately with `flags…
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Dsection-flags-os-proc.test95 ShFlags: 0x00100000
98 ShFlags: 0x0FE00000
101 ShFlags: 0x0FF00000
104 ShFlags: 0x10000000
107 ShFlags: 0xE0000000
110 ShFlags: 0xF0000000
113 ShFlags: 0x10100000
116 ShFlags: 0xEFE00000
119 ShFlags: 0xFFF00000
127 ShFlags: 0x80000000
[all …]
/external/shflags/doc/
DRELEASE_NOTES-1.2.2.md1 # shFlags 1.2.2 Release Notes
3 https://github.com/kward/shflags
8 shFlags.
21 [travis-ci]: https://travis-ci.org/kward/shflags
37 shFlags is designed to work on as many environments as possible, but not all
41 test is present to verify that shFlags properly caught the limitation and
44 shFlags tries to support both the standard and enhanced versions of `getopt`. As
DRELEASE_NOTES-1.0.2.txt2 shFlags.sh 1.0.1 Release Notes
13 shFlags.
19 shFlags. It adds several warning messages, fixes three issues, and now displays
30 shFlags is designed to work on as many environments as possible, but not all
34 test is present to verify that shFlags properly caught the limitation and
37 shFlags tries to support both the standard and enhanced versions of **getopt**.
45 http://forestent.com/projects/shflags/testresults/.
DRELEASE_NOTES-1.2.1.md1 # shFlags 1.2.1 Release Notes
3 https://github.com/kward/shflags
8 shFlags.
30 shFlags is designed to work on as many environments as possible, but not all
34 test is present to verify that shFlags properly caught the limitation and
37 shFlags tries to support both the standard and enhanced versions of `getopt`.
DRELEASE_NOTES-1.2.3.md1 # shFlags 1.2.3 Release Notes
3 https://github.com/kward/shflags
8 shFlags.
32 shFlags is designed to work on as many environments as possible, but not all
36 test is present to verify that shFlags properly caught the limitation and
39 shFlags tries to support both the standard and enhanced versions of `getopt`. As
DRELEASE_NOTES-1.2.0.md1 # shFlags 1.2.0 Release Notes
2 https://github.com/kward/shflags
8 shFlags.
41 shFlags is designed to work on as many environments as possible, but not all
45 test is present to verify that shFlags properly caught the limitation and
48 shFlags tries to support both the standard and enhanced versions of `getopt`.
DRELEASE_NOTES-1.0.0.txt2 shFlags.sh 1.0.0 Release Notes
13 shFlags.
18 This is the first official release of shFlags. The project is modeled after the
30 shFlags is designed to work on as many environments as possible, but not all
34 test is present to verify that shFlags properly caught the limitation and
37 shFlags tries to support both the standard and enhanced versions of ``getopt``.
DRELEASE_NOTES-1.0.1.txt2 shFlags.sh 1.0.1 Release Notes
13 shFlags.
18 This is a minor bugfix release of shFlags. It mainly fixes poor output of the
30 shFlags is designed to work on as many environments as possible, but not all
34 test is present to verify that shFlags properly caught the limitation and
37 shFlags tries to support both the standard and enhanced versions of ``getopt``.
DRELEASE_NOTES-1.0.3.txt2 shFlags.sh 1.0.3 Release Notes
12 shFlags.
52 shFlags is designed to work on as many environments as possible, but not all
56 test is present to verify that shFlags properly caught the limitation and
59 shFlags tries to support both the standard and enhanced versions of ``getopt``.
DCHANGES-1.3.md1 # Changes in shFlags
11 Fixed #9. shFlags now works properly with 'set -e' enabled.
44 Continuous integration testing setup with [Travis CI](https://travis-ci.org/kward/shflags).
147 Copied the coding standards from shUnit2, but haven't fully implemented them in shFlags yet.
167 When including a library (e.g. shflags) in a script, zsh 3.0.8 doesn't actually execute the code in…
DCHANGES-1.0.md1 # Changes in shFlags
64 shFlags yet.
85 When including a library (e.g. shflags) in a script, zsh 3.0.8 doesn't actually
DCHANGES-1.2.md1 # Changes in shFlags
30 CI](https://travis-ci.org/kward/shflags).
161 shFlags yet.
182 When including a library (e.g. shflags) in a script, zsh 3.0.8 doesn't actually
/external/vboot_reference/scripts/image_signing/
Dcommon_minimal.sh22 # Finds and loads the 'shflags' library, or return as failed.
24 # Load shflags
25 if [ -f /usr/share/misc/shflags ]; then
26 . /usr/share/misc/shflags
27 elif [ -f "${SCRIPT_DIR}/lib/shflags/shflags" ]; then
28 . "${SCRIPT_DIR}/lib/shflags/shflags"
30 echo "ERROR: Cannot find the required shflags library."
50 # Note that if you don't set up shflags by calling load_shflags(), you
/external/shflags/examples/
Dwrite_date.sh7 # This script demonstrates several types of shFlags functionality.
23 # Source shFlags.
24 . ../shflags
26 # Configure shFlags.
Dhello_world.sh4 # functionality of shFlags.
10 # Source shflags.
11 . ../shflags
/external/swiftshader/third_party/subzero/src/
DIceELFObjectWriter.cpp105 Elf64_Xword ShFlags, Elf64_Xword ShAddralign, in createSection() argument
109 new (Ctx.allocate<T>()) T(Name, ShType, ShFlags, ShAddralign, ShEntsize); in createSection()
126 constexpr Elf64_Xword ShFlags = 0; in createRelocationSection() local
128 RelSectionName, ShType, ShFlags, ShAlign, ShEntSize); in createRelocationSection()
231 constexpr Elf64_Xword ShFlags = SHF_ALLOC | SHF_EXECINSTR; in writeFunctionCode() local
233 Section = createSection<ELFTextSection>(SectionName, SHT_PROGBITS, ShFlags, in writeFunctionCode()
305 Elf64_Xword ShFlags, in writeTargetRODataSection() argument
312 Name, ShType, ShFlags, ShAddralign, ShEntsize); in writeTargetRODataSection()
364 const Elf64_Xword ShFlags = IsPIC ? (SHF_ALLOC | SHF_WRITE) : SHF_ALLOC; in writeDataOfType() local
365 Section = createSection<ELFDataSection>(SectionName, SHT_PROGBITS, ShFlags, in writeDataOfType()
[all …]
DIceELFSection.h49 ELFSection(const std::string &Name, Elf64_Word ShType, Elf64_Xword ShFlags, in ELFSection() argument
53 Header.sh_flags = ShFlags; in ELFSection()
169 Elf64_Xword ShFlags, Elf64_Xword ShAddralign, in ELFSymbolTableSection() argument
171 : ELFSection(Name, ShType, ShFlags, ShAddralign, ShEntsize), in ELFSymbolTableSection()
225 Elf64_Xword ShFlags, Elf64_Xword ShAddralign, in ELFRelocationSection() argument
227 : ELFSection(Name, ShType, ShFlags, ShAddralign, ShEntsize), in ELFRelocationSection()
/external/vboot_reference/
DMETADATA2 # would be NOTICE save for scripts/image_signing/lib/shflags/shflags

12