Searched refs:section (Results 1 – 18 of 18) sorted by relevance
/build/soong/symbol_inject/ |
D | macho.go | 45 for _, section := range machoFile.Sections { 47 Name: section.Name, 48 Addr: section.Addr, 49 Offset: uint64(section.Offset), 50 Size: section.Size, 56 section := file.Sections[symbol.Sect-1] 61 Addr: symbol.Value - section.Addr, 64 Section: section, 81 for _, section := range machoFile.Sections { 82 fmt.Printf("\t\t&macho.Section{SectionHeader: %#v},\n", section.SectionHeader)
|
D | elf.go | 37 for i, section := range f.File.Sections { 38 ret[i] = section.SectionHeader 74 for _, section := range elfFile.Sections() { 76 Name: section.Name, 77 Addr: section.Addr, 78 Offset: section.Offset, 79 Size: section.Size, 96 section := file.Sections[symbol.Section] 109 if symbol.Value < section.Addr { 112 addr = symbol.Value - section.Addr [all …]
|
D | pe.go | 51 for _, section := range peFile.Sections { 53 Name: section.Name, 54 Addr: uint64(section.VirtualAddress), 55 Offset: uint64(section.Offset), 56 Size: uint64(section.VirtualSize), 88 for _, section := range peFile.Sections { 89 fmt.Printf("\t\t&pe.Section{SectionHeader: %#v},\n", section.SectionHeader)
|
/build/soong/scripts/ |
D | strip.sh | 41 --add-gnu-debuglink Add a gnu-debuglink section to out-file 45 --remove-build-id Remove the gnu build-id section in out-file 53 …"${CLANG_BIN}/llvm-strip" --strip-all --keep-section=.ARM.attributes "${infile}" -o "${outfile}.tm… 77 …"${CLANG_BIN}/llvm-strip" --strip-all --keep-section=.ARM.attributes --remove-section=.comment "${… 85 …"${CLANG_BIN}/llvm-objcopy" -S --keep-section .debug_frame --keep-symbols="${outfile}.keep_symbols… 88 …"${CLANG_BIN}/llvm-objcopy" --add-section .gnu_debugdata="${outfile}.mini_debuginfo.xz" "${outfile… 98 …"${CLANG_BIN}/llvm-strip" --strip-all --keep-section=.ARM.attributes --remove-section=.comment "${… 102 …"${CLANG_BIN}/llvm-objcopy" --add-section .gnu_debugdata="${outfile}.mini_debuginfo.xz" "${outfile… 126 …"${CLANG_BIN}/llvm-strip" --remove-section=.note.gnu.build-id "${outfile}.tmp" -o "${outfile}.tmp.…
|
/build/soong/bloaty/ |
D | bloaty_merger.py | 49 section = file_proto.sections.add() 50 section.name = row["sections"] 51 section.vm_size = int(row["vmsize"]) 52 section.file_size = int(row["filesize"])
|
D | file_sections.proto | 19 // Name of the section (e.g. .rodata) 22 // Size of that section as part of the file. 25 // Size of that section when loaded in memory.
|
/build/make/tools/droiddoc/templates-pdk/assets/ |
D | android-developer-docs.js | 120 function writeCookie(cookie, val, section, expiration) { argument 122 section = section == null ? "_" : "_"+section+"_"; 128 …document.cookie = cookie_namespace + section + cookie + "=" + val + "; expires=" + expiration+"; p… 317 var section = basePath.substring(1,basePath.indexOf("/",1)); 318 writeCookie("height", resizePackagesNav.css("height"), section, null); 374 var section = basePath.substring(1,basePath.indexOf("/",1)); 375 section = section.indexOf("training") != -1 ? "resources" : section; 376 writeCookie("width", sidenavWidth, section, null);
|
D | android-developer-docs.css | 663 the details section for constants,
|
/build/make/tools/droiddoc/templates-pdk/assets/design/ |
D | default.css | 235 /* section header divs */ 236 /* expanded section header divs */ 246 #nav li.selected .nav-section-header a { 249 #nav .nav-section-header { 253 /* section header links */ } 254 #nav .nav-section-header a { 258 #nav .nav-section-header:after { 267 #nav .nav-section-header.empty:after { 269 #nav li.expanded .nav-section-header { 271 #nav li.expanded .nav-section-header:after { [all …]
|
/build/make/tools/fs_config/ |
D | fs_config_generator.py | 551 for section in config.sections(): 559 if all([config.has_option(section, item) for item in options]): 561 handler(file_name, section, config) 566 sys.exit('Invalid section "%s" in file: "%s"' % (section,
|
/build/make/core/ |
D | LINUX_KERNEL_COPYING | 140 Thus, it is not the intent of this section to claim rights or contest 226 If any portion of this section is held invalid or unenforceable under 227 any particular circumstance, the balance of the section is intended to 228 apply and the section as a whole is intended to apply in other 231 It is not the purpose of this section to induce you to infringe any 233 such claims; this section has the sole purpose of protecting the 242 This section is intended to make thoroughly clear what is believed to
|
D | base_rules.mk | 166 $(warning * section of a product makefile to have it installed.)
|
/build/soong/android/ |
D | bazel_handler.go | 550 # Main switch section
|
/build/soong/docs/ |
D | map_files.md | 35 see the "Tags" section.
|
D | best_practices.md | 243 [Referencing Modules](../README.md#referencing-modules) section of the Soong
|
/build/soong/licenses/ |
D | LICENSE | 89 (except as stated in this section) patent license to make, have made,
|
/build/blueprint/ |
D | LICENSE | 77 (except as stated in this section) patent license to make, have made,
|
/build/make/ |
D | Changes.md | 191 line generated by those tools. See the [export section](#export_keyword) below
|