Home
last modified time | relevance | path

Searched refs:section (Results 1 – 18 of 18) sorted by relevance

/build/soong/symbol_inject/
Dmacho.go45 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)
Delf.go37 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 …]
Dpe.go51 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/
Dstrip.sh41 --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/
Dbloaty_merger.py49 section = file_proto.sections.add()
50 section.name = row["sections"]
51 section.vm_size = int(row["vmsize"])
52 section.file_size = int(row["filesize"])
Dfile_sections.proto19 // 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/
Dandroid-developer-docs.js120 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);
Dandroid-developer-docs.css663 the details section for constants,
/build/make/tools/droiddoc/templates-pdk/assets/design/
Ddefault.css235 /* 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/
Dfs_config_generator.py551 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/
DLINUX_KERNEL_COPYING140 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
Dbase_rules.mk166 $(warning * section of a product makefile to have it installed.)
/build/soong/android/
Dbazel_handler.go550 # Main switch section
/build/soong/docs/
Dmap_files.md35 see the "Tags" section.
Dbest_practices.md243 [Referencing Modules](../README.md#referencing-modules) section of the Soong
/build/soong/licenses/
DLICENSE89 (except as stated in this section) patent license to make, have made,
/build/blueprint/
DLICENSE77 (except as stated in this section) patent license to make, have made,
/build/make/
DChanges.md191 line generated by those tools. See the [export section](#export_keyword) below