Searched refs:Sections (Results 1 – 10 of 10) sorted by relevance
/build/soong/symbol_inject/ |
D | elf.go | 25 Sections() []elf.SectionHeader methodSpec 35 func (f elfFileWrapper) Sections() []elf.SectionHeader { func 36 ret := make([]elf.SectionHeader, len(f.File.Sections)) 37 for i, section := range f.File.Sections { 54 func (f mockElfFile) Sections() []elf.SectionHeader { return f.sections } func 74 for _, section := range elfFile.Sections() { 75 file.Sections = append(file.Sections, &Section{ 92 if int(symbol.Section) >= len(file.Sections) { 96 section := file.Sections[symbol.Section] 146 for _, section := range elfFile.Sections {
|
D | macho.go | 45 for _, section := range machoFile.Sections { 46 file.Sections = append(file.Sections, &Section{ 56 section := file.Sections[symbol.Sect-1] 81 for _, section := range machoFile.Sections {
|
D | pe.go | 51 for _, section := range peFile.Sections { 52 file.Sections = append(file.Sections, &Section{ 68 Section: file.Sections[symbol.SectionNumber-1], 88 for _, section := range peFile.Sections {
|
D | pe_test.go | 53 Sections: []*pe.Section{ 73 Sections: []*pe.Section{ 91 Sections: []*pe.Section{ 111 Sections: []*pe.Section{
|
D | macho_symboldata_test.go | 33 Sections: []*macho.Section{ 68 Sections: []*macho.Section{
|
D | symbol_inject.go | 166 Sections []*Section member
|
D | pe_symboldata_test.go | 36 Sections: []*pe.Section{ 1078 Sections: []*pe.Section{
|
/build/make/tools/droiddoc/templates-ndk/assets/ |
D | GPL-LICENSE.txt | 136 Sections 1 and 2 above provided that you also do one of the following: 139 source code, which must be distributed under the terms of Sections 146 distributed under the terms of Sections 1 and 2 above on a medium
|
/build/make/core/ |
D | LINUX_KERNEL_COPYING | 152 Sections 1 and 2 above provided that you also do one of the following: 155 source code, which must be distributed under the terms of Sections 162 distributed under the terms of Sections 1 and 2 above on a medium
|
/build/blueprint/ |
D | LICENSE | 11 and distribution as defined by Sections 1 through 9 of this document.
|