Home
last modified time | relevance | path

Searched refs:Value (Results 1 – 25 of 58) sorted by relevance

123

/build/soong/symbol_inject/
Dpe_symboldata_test.go56 &pe.Symbol{Name: ".file", Value: 0x35, SectionNumber: -2, Type: 0x0, StorageClass: 0x67},
57 …&pe.Symbol{Name: "__mingw_invalidParameterHandler", Value: 0x0, SectionNumber: 1, Type: 0x20, Stor…
58 &pe.Symbol{Name: "pre_c_init", Value: 0x10, SectionNumber: 1, Type: 0x20, StorageClass: 0x3},
59 &pe.Symbol{Name: "managedapp", Value: 0x8, SectionNumber: 6, Type: 0x0, StorageClass: 0x3},
60 &pe.Symbol{Name: "pre_cpp_init", Value: 0x130, SectionNumber: 1, Type: 0x20, StorageClass: 0x3},
61 &pe.Symbol{Name: "envp", Value: 0x18, SectionNumber: 6, Type: 0x0, StorageClass: 0x3},
62 &pe.Symbol{Name: "argv", Value: 0x20, SectionNumber: 6, Type: 0x0, StorageClass: 0x3},
63 &pe.Symbol{Name: "argc", Value: 0x28, SectionNumber: 6, Type: 0x0, StorageClass: 0x3},
64 &pe.Symbol{Name: "startinfo", Value: 0x0, SectionNumber: 6, Type: 0x0, StorageClass: 0x3},
65 &pe.Symbol{Name: "argret", Value: 0x10, SectionNumber: 6, Type: 0x0, StorageClass: 0x3},
[all …]
Delf_symboldata_test.go64 …elf.Symbol{Name: "", Info: 0x3, Other: 0x0, Section: elf.SHN_UNDEF + 1, Value: 0x400238, Size: 0x0…
65 …elf.Symbol{Name: "", Info: 0x3, Other: 0x0, Section: elf.SHN_UNDEF + 2, Value: 0x400254, Size: 0x0…
66 …elf.Symbol{Name: "", Info: 0x3, Other: 0x0, Section: elf.SHN_UNDEF + 3, Value: 0x400278, Size: 0x0…
67 …elf.Symbol{Name: "", Info: 0x3, Other: 0x0, Section: elf.SHN_UNDEF + 4, Value: 0x4002a0, Size: 0x0…
68 …elf.Symbol{Name: "", Info: 0x3, Other: 0x0, Section: elf.SHN_UNDEF + 5, Value: 0x400300, Size: 0x0…
69 …elf.Symbol{Name: "", Info: 0x3, Other: 0x0, Section: elf.SHN_UNDEF + 6, Value: 0x40033e, Size: 0x0…
70 …elf.Symbol{Name: "", Info: 0x3, Other: 0x0, Section: elf.SHN_UNDEF + 7, Value: 0x400348, Size: 0x0…
71 …elf.Symbol{Name: "", Info: 0x3, Other: 0x0, Section: elf.SHN_UNDEF + 8, Value: 0x400368, Size: 0x0…
72 …elf.Symbol{Name: "", Info: 0x3, Other: 0x0, Section: elf.SHN_UNDEF + 9, Value: 0x400398, Size: 0x0…
73 …elf.Symbol{Name: "", Info: 0x3, Other: 0x0, Section: elf.SHN_UNDEF + 10, Value: 0x4003b0, Size: 0x…
[all …]
Dmacho_symboldata_test.go45 macho.Symbol{Name: "__mh_execute_header", Type: 0xf, Sect: 0x1, Desc: 0x10, Value: 0x100000000},
46 macho.Symbol{Name: "_main", Type: 0xf, Sect: 0x1, Desc: 0x0, Value: 0x100000f50},
47 macho.Symbol{Name: "_soong_build_number", Type: 0xf, Sect: 0x8, Desc: 0x0, Value: 0x100001020},
48 macho.Symbol{Name: "_write", Type: 0x1, Sect: 0x0, Desc: 0x100, Value: 0x0},
49 macho.Symbol{Name: "dyld_stub_binder", Type: 0x1, Sect: 0x0, Desc: 0x100, Value: 0x0},
80 macho.Symbol{Name: "__mh_execute_header", Type: 0xf, Sect: 0x1, Desc: 0x10, Value: 0x100000000},
81 macho.Symbol{Name: "_main", Type: 0xf, Sect: 0x1, Desc: 0x0, Value: 0x100000f30},
82 macho.Symbol{Name: "_symbol1", Type: 0xf, Sect: 0x8, Desc: 0x0, Value: 0x100001020},
83 macho.Symbol{Name: "_symbol2", Type: 0xf, Sect: 0x8, Desc: 0x0, Value: 0x1000010a0},
84 macho.Symbol{Name: "_write", Type: 0x1, Sect: 0x0, Desc: 0x100, Value: 0x0},
[all …]
Dpe_test.go58 …&pe.Symbol{Name: "_soong_build_number", Value: 0x20, SectionNumber: 2, Type: 0x0, StorageClass: 0x…
59 &pe.Symbol{Name: ".data", Value: 0x20, SectionNumber: 2, Type: 0x0, StorageClass: 0x3},
60 …&pe.Symbol{Name: "_adb_device_banner", Value: 0xa0, SectionNumber: 2, Type: 0x0, StorageClass: 0x2…
78 …&pe.Symbol{Name: "soong_build_number", Value: 0x20, SectionNumber: 2, Type: 0x0, StorageClass: 0x2…
97 …&pe.Symbol{Name: "soong_build_number", Value: 0x20, SectionNumber: 2, Type: 0x0, StorageClass: 0x2…
98 …&pe.Symbol{Name: "_adb_device_banner", Value: 0x30, SectionNumber: 3, Type: 0x0, StorageClass: 0x2…
116 …&pe.Symbol{Name: "_adb_device_banner", Value: 0xa0, SectionNumber: 2, Type: 0x0, StorageClass: 0x2…
117 …&pe.Symbol{Name: "soong_build_number", Value: 0x20, SectionNumber: 2, Type: 0x0, StorageClass: 0x2…
Dmacho.go40 return symbols[i].Value < symbols[j].Value
61 Addr: symbol.Value - section.Addr,
Dpe.go46 return symbols[i].Value < symbols[j].Value
65 Addr: uint64(symbol.Value),
/build/blueprint/parser/
Dparser_test.go72 Value: &String{
74 Value: "abc",
101 Value: &Bool{
103 Value: true,
131 Value: &Int64{
133 Value: 4,
162 Value: &List{
168 Value: "asdf",
172 Value: "jkl;",
176 Value: "qwert",
[all …]
Dast.go42 Value Expression member
50 …return fmt.Sprintf("%s@%s %s %s (%s) %t", a.Name, a.EqualsPos, a.Assigner, a.Value, a.OrigValue, a…
54 func (a *Assignment) End() scanner.Position { return a.Value.End() }
94 Value Expression member
99 ret.Value = p.Value.Copy()
104 return fmt.Sprintf("%s@%s: %s", p.Name, p.ColonPos, p.Value)
108 func (p *Property) End() scanner.Position { return p.Value.End() }
193 Value Expression member
204 return x.Value.Eval()
216 x.Value, x.OperatorPos)
[all …]
Dparser.go218 assignment.Value = value
232 val, err := p.evaluateOperator(old.Value, assignment.Value, '+', assignment.EqualsPos)
236 old.Value = val
324 property.Value = value
362 v.Value += e2.(*String).Value
364 v.Value += e2.(*Int64).Value
386 Value: value,
412 newProp.Value, err = p.evaluateOperator(prop1.Value, prop2.Value, '+', pos)
474 Value: text == "true",
485 value = assignment.Value
[all …]
Dsort.go25 sortListsInValue(assignment.Value, file)
28 sortListsInValue(prop.Value, file)
89 sortListsInValue(p.Value, file)
110 l[i] = elem{s.Value, i, v.Pos(), n}
153 if prev > s.Value {
156 prev = s.Value
/build/blueprint/proptools/
Dunpack.go139 switch propValue := property.Value.Eval().(type) {
159 Value: expr,
183 func (ctx *unpackContext) unpackToStruct(namePrefix string, structValue reflect.Value) {
307 sliceName string, property *parser.Property, sliceType reflect.Type) (reflect.Value, bool) {
308 propValueAsList, ok := property.Value.Eval().(*parser.List)
311 property.Value.Pos(), property.Value.Type(), property.Name))
321 var getItemFunc func(*parser.Property, reflect.Type) (reflect.Value, bool)
324 getItemFunc = func(property *parser.Property, t reflect.Type) (reflect.Value, bool) {
333 getItemFunc = func(property *parser.Property, t reflect.Type) (reflect.Value, bool) {
337 getItemFunc = func(property *parser.Property, t reflect.Type) (reflect.Value, bool) {
[all …]
Dclone.go26 func CloneProperties(structValue reflect.Value) reflect.Value { argument
38 func CopyProperties(dstValue, srcValue reflect.Value) { argument
48 func copyProperties(dstValue, srcValue reflect.Value) { argument
62 dstFieldInterfaceValue := reflect.Value{}
142 func ZeroProperties(structValue reflect.Value) { argument
149 func zeroProperties(structValue reflect.Value) { argument
201 func CloneEmptyProperties(structValue reflect.Value) reflect.Value { argument
210 func cloneEmptyProperties(dstValue, srcValue reflect.Value) { argument
220 dstFieldInterfaceValue := reflect.Value{}
Dextend.go218 dstValues := []reflect.Value{dstValue}
234 dstValues := make([]reflect.Value, len(dst))
246 func extendPropertiesRecursive(dstValues []reflect.Value, srcValue reflect.Value, argument
286 var recurse []reflect.Value
413 func ExtendBasicType(dstFieldValue, srcFieldValue reflect.Value, order Order) { argument
491 func getOrCreateStruct(in interface{}) (reflect.Value, error) {
502 func getStruct(in interface{}) (reflect.Value, error) {
505 return reflect.Value{}, fmt.Errorf("expected pointer to struct, got %s", value.Type())
508 return reflect.Value{}, getStructEmptyError{}
/build/soong/bpfix/bpfix/
Dbpfix.go285 switch filepath.Ext(src.Value) {
333 Value: &parser.List{
336 Value: defStr,
458 Value: &parser.Bool{
459 Value: true,
471 if propsAsMap, ok := prop.Value.(*parser.Map); ok {
474 if propFieldAsString, ok := propField.Value.(*parser.String); ok {
475 return propFieldAsString.Value
490 Value: &parser.String{Value: "ERROR: " + msg},
537 Value: &parser.String{Value: trimmedPath},
[all …]
/build/soong/androidmk/androidmk/
Dvalues.go28 Value: s,
84 Value: &bpparser.String{},
118 Value: l,
145 Value: ".",
153 Value: &bpparser.List{},
205 Value: b,
218 Value: &bpparser.Bool{},
225 return stringToBoolValue(ms.Value(nil))
233 variableName := name.Value(nil)
Dandroid.go44 Value: true,
302 Value: ".",
333 if strings.HasPrefix(s.Value, "/") {
334 s.Value = s.Value[1:]
396 if boolValue.Value {
398 Value: "32",
492 if v.(*bpparser.String).Value == s {
500 Value: false,
536 switch v.Value {
539 Value: true,
[all …]
Dandroidmk.go146 module, ok := mapIncludePath(x.Args.Value(file.scope))
263 name := assignment.Name.Value(nil)
305 err = prop(variableAssignmentContext{file, prefix, assignment.Value, appendVariable})
319 val, err = makeVariableToBlueprint(file, assignment.Value, bpparser.ListType)
402 oldValue = &oldProp.Value
431 Value: &bpparser.Map{
438 container = &prop.Value.(*bpparser.Map).Properties
444 Value: value,
454 Value: value,
467 Value: value,
[all …]
/build/soong/partner/bpfix/extensions/
Dheaders.go52 if arg0.Name == lib.variable && arg1.Value == lib.subdir {
83 list, ok = prop.Value.(*parser.List)
92 prop.Value = list
96 if stringValue, ok := v.(*parser.String); ok && stringValue.Value == libName {
102 lib.Value = libName
116 searchThroughOperatorList(mod, prop.Value)
/build/soong/androidmk/parser/
Dscope.go80 fname := f[0].Value(nil)
85 argVals[i] = a.Value(scope)
99 func (v Variable) Value(scope Scope) string { func
109 return scope.Get(v.Name.Value(scope))
Dast.go30 Value *MakeString member
39 return target + x.Name.Dump() + " " + x.Type + " " + x.Value.Dump()
49 func (x *Assignment) End() Pos { return x.Value.End() }
/build/soong/android/soongconfig/
Dmodules.go275 func CreateProperties(factory blueprint.ModuleFactory, moduleType *ModuleType) reflect.Value {
281 return reflect.Value{}
423 func PropertiesToApply(moduleType *ModuleType, props reflect.Value, config SoongConfig) ([]interfac… argument
455 initializeProperties(v reflect.Value, typ reflect.Type) argument
459 PropertiesToApply(config SoongConfig, values reflect.Value) (interface{}, error) argument
488 func (s *stringVariable) initializeProperties(v reflect.Value, typ reflect.Type) {
494 func (s *stringVariable) PropertiesToApply(config SoongConfig, values reflect.Value) (interface{}, …
512 func (b boolVariable) initializeProperties(v reflect.Value, typ reflect.Type) {
516 func (b boolVariable) PropertiesToApply(config SoongConfig, values reflect.Value) (interface{}, err…
532 func (s *valueVariable) initializeProperties(v reflect.Value, typ reflect.Type) {
[all …]
/build/soong/cmd/host_bionic_inject/
Dhost_bionic_inject.go101 } else if dlwrap_start.Value != file.Entry {
103 file.Entry, dlwrap_start.Value)
117 return start.Value, nil
141 laddr := lprog.Vaddr + dlwrap_linker_offset.Value
166 i, lprog.Vaddr, dlwrap_linker_offset.Value)
/build/blueprint/bootstrap/bpdoc/
Dbpdoc.go63 func AllPackages(pkgFiles map[string][]string, moduleTypeNameFactories map[string]reflect.Value, argument
107 func assembleModuleTypeInfo(r *Reader, name string, factory reflect.Value, argument
156 func nestedPropertyStructs(s reflect.Value) map[string]reflect.Value { argument
157 ret := make(map[string]reflect.Value)
158 var walk func(structValue reflect.Value, prefix string)
159 walk = func(structValue reflect.Value, prefix string) {
/build/soong/android/
Dpath_properties.go96 func fieldByIndex(v reflect.Value, index []int) reflect.Value { argument
103 return reflect.Value{}
/build/blueprint/bpmodify/
Dbpmodify.go127 if prop.Name == "name" && prop.Value.Type() == parser.StringType {
128 if targetedModule(prop.Value.Eval().(*parser.String).Value) {
146 modified, errs = processParameter(prop.Value, *parameter, moduleName, file)
151 prop := parser.Property{Name: *parameter, Value: &parser.List{}}
152 modified, errs = processParameter(prop.Value, *parameter, moduleName, file)

123