| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/ |
| H A D | coredump.c | 807 .sections = NULL, 822 .sections = NULL, 837 .sections = NULL, 850 .sections = NULL, 860 .sections = NULL, 870 .sections = qca6174_hw21_register_sections, 883 .sections = NULL, 893 .sections = NULL, 903 .sections = NULL, 913 .sections = NULL, [all …]
|
| /OK3568_Linux_fs/u-boot/spl/arch/arm/lib/ |
| H A D | .sections.o.cmd | |
| /OK3568_Linux_fs/u-boot/tpl/arch/arm/lib/ |
| H A D | .sections.o.cmd | |
| /OK3568_Linux_fs/u-boot/arch/arm/lib/ |
| H A D | .sections.o.cmd | |
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/ |
| H A D | case.py | 81 sections = self.extraresults.get("ptestresult.sections") 82 if section not in sections: 83 sections[section] = {} 86 sections[section]["log"] = self._compress_log(log) 89 sections[section]["log"] = self._compress_log(f.read()) 92 sections[section]["duration"] = duration 94 sections[section]["exitcode"] = exitcode 100 sections = self.extraresults.get("ptestresult.sections") 101 if section not in sections: 102 sections[section] = {}
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/sections/ |
| H A D | sectionalize.hpp | 128 struct sections : std::vector<section<Box, DimensionCount> > struct 395 static inline void apply(Sections& sections, in apply() 406 apply(sections, begin, end, in apply() 418 static inline void apply(Sections& sections, in apply() 451 std::size_t last_non_duplicate_index = sections.size(); in apply() 510 last_non_duplicate_index = sections.size(); in apply() 513 sections.push_back(section); in apply() 563 last_non_duplicate_index = sections.size(); in apply() 566 sections.push_back(section); in apply() 569 if (last_non_duplicate_index < sections.size() in apply() [all …]
|
| /OK3568_Linux_fs/kernel/sound/firewire/dice/ |
| H A D | dice-proc.c | 71 u32 sections[ARRAY_SIZE(section_names) * 2]; in dice_proc_read() local 117 if (dice_proc_read_mem(dice, sections, 0, ARRAY_SIZE(sections)) < 0) in dice_proc_read() 123 sections[i * 2], sections[i * 2 + 1]); in dice_proc_read() 125 quadlets = min_t(u32, sections[1], sizeof(buf.global) / 4); in dice_proc_read() 126 if (dice_proc_read_mem(dice, &buf.global, sections[0], quadlets) < 0) in dice_proc_read() 170 if (dice_proc_read_mem(dice, &tx_rx_header, sections[2], 2) < 0) in dice_proc_read() 174 if (dice_proc_read_mem(dice, &buf.tx, sections[2] + 2 + in dice_proc_read() 196 if (dice_proc_read_mem(dice, &tx_rx_header, sections[4], 2) < 0) in dice_proc_read() 200 if (dice_proc_read_mem(dice, &buf.rx, sections[4] + 2 + in dice_proc_read() 222 quadlets = min_t(u32, sections[7], sizeof(buf.ext_sync) / 4); in dice_proc_read() [all …]
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | generate_initcall_order.pl | 227 my $sections = {}; # level -> [ secname, ...] 235 if (!exists($sections->{$level})) { 236 $sections->{$level} = []; 239 push(@{$sections->{$level}}, $result->{'secname'}); 243 die "$0: ERROR: no initcalls?" if (!keys(%{$sections})); 249 foreach my $level (sort(keys(%{$sections}))) { 260 foreach my $secname (@{$sections->{$level}}) {
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/ |
| H A D | logparser.py | 13 self.sections = {} 51 if current_section['name'] in self.sections: 53 self.sections[current_section['name']] = current_section 54 del self.sections[current_section['name']]['name'] 82 for section in self.sections: 83 self.sections[section]['log'] = "".join(self.sections[section]['log']) 85 return self.results, self.sections
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/cmake/ |
| H A D | CompileOptions.cmake | 39 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -ffunction-sections -fdata-sections") 40 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -ffunction-sections -fdata-sections") 41 …set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -Wl,--gc-sections -Wl,-Map,librkaiq.ma… 62 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -ffunction-sections -fdata-sections") 63 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -ffunction-sections -fdata-sections") 66 …set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -Wl,--gc-sections -Wl,-Map,librkaiq.ma…
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/runtime/cases/ |
| H A D | ltp_compliance.py | 29 cls.sections = {} 48 cls.extras['ltpposixresult.sections'] = cls.sections 74 … results, sections = parser.parse(os.path.join(self.ltptest_log_dir, "%s" % posix_group)) 77 sections['duration'] = runtime 78 self.sections[posix_group] = sections
|
| H A D | ltp_stress.py | 30 cls.sections = {} 49 cls.extras['ltpstressresult.sections'] = cls.sections 73 … results, sections = parser.parse(os.path.join(self.ltptest_log_dir, "%s" % stress_group)) 76 sections['duration'] = runtime 77 self.sections[stress_group] = sections
|
| H A D | ltp.py | 29 cls.sections = {} 48 cls.extras['ltpresult.sections'] = cls.sections 87 results, sections = parser.parse(dst) 90 sections['duration'] = runtime 91 self.sections[ltp_group] = sections
|
| /OK3568_Linux_fs/yocto/poky/meta-poky/conf/distro/include/ |
| H A D | gcsections.inc | 1 CFLAGS_SECTION_REMOVAL = "-ffunction-sections -fdata-sections" 2 LDFLAGS_SECTION_REMOVAL = "-Wl,--gc-sections" 4 # packages with build problems using sections 16 # SDK packages with build problems using sections
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/lib/ldscripts/ |
| H A D | aarch64elf32b.xu | 10 if gld -r is used and the intermediate file has sections starting 49 /* .gnu.warning sections are handled specially by elf.em. */ 62 /* These sections are generated by the Sun/Oracle C++ compiler. */ 69 /* Thread Local Storage sections */ 93 /* Stabs debugging sections. */ 102 /* DWARF debug sections. 103 Symbols in the DWARF debugging sections are relative to the beginning
|
| H A D | aarch64linux.xu | 10 if gld -r is used and the intermediate file has sections starting 49 /* .gnu.warning sections are handled specially by elf.em. */ 62 /* These sections are generated by the Sun/Oracle C++ compiler. */ 69 /* Thread Local Storage sections */ 89 /* Stabs debugging sections. */ 98 /* DWARF debug sections. 99 Symbols in the DWARF debugging sections are relative to the beginning
|
| H A D | aarch64linux.xr | 10 if gld -r is used and the intermediate file has sections starting 49 /* .gnu.warning sections are handled specially by elf.em. */ 62 /* These sections are generated by the Sun/Oracle C++ compiler. */ 69 /* Thread Local Storage sections */ 88 /* Stabs debugging sections. */ 97 /* DWARF debug sections. 98 Symbols in the DWARF debugging sections are relative to the beginning
|
| H A D | aarch64elfb.xr | 10 if gld -r is used and the intermediate file has sections starting 49 /* .gnu.warning sections are handled specially by elf.em. */ 62 /* These sections are generated by the Sun/Oracle C++ compiler. */ 69 /* Thread Local Storage sections */ 92 /* Stabs debugging sections. */ 101 /* DWARF debug sections. 102 Symbols in the DWARF debugging sections are relative to the beginning
|
| H A D | aarch64linuxb.xu | 10 if gld -r is used and the intermediate file has sections starting 49 /* .gnu.warning sections are handled specially by elf.em. */ 62 /* These sections are generated by the Sun/Oracle C++ compiler. */ 69 /* Thread Local Storage sections */ 89 /* Stabs debugging sections. */ 98 /* DWARF debug sections. 99 Symbols in the DWARF debugging sections are relative to the beginning
|
| H A D | aarch64elfb.xu | 10 if gld -r is used and the intermediate file has sections starting 49 /* .gnu.warning sections are handled specially by elf.em. */ 62 /* These sections are generated by the Sun/Oracle C++ compiler. */ 69 /* Thread Local Storage sections */ 93 /* Stabs debugging sections. */ 102 /* DWARF debug sections. 103 Symbols in the DWARF debugging sections are relative to the beginning
|
| H A D | aarch64elf32.xr | 10 if gld -r is used and the intermediate file has sections starting 49 /* .gnu.warning sections are handled specially by elf.em. */ 62 /* These sections are generated by the Sun/Oracle C++ compiler. */ 69 /* Thread Local Storage sections */ 92 /* Stabs debugging sections. */ 101 /* DWARF debug sections. 102 Symbols in the DWARF debugging sections are relative to the beginning
|
| H A D | aarch64elf.xu | 10 if gld -r is used and the intermediate file has sections starting 49 /* .gnu.warning sections are handled specially by elf.em. */ 62 /* These sections are generated by the Sun/Oracle C++ compiler. */ 69 /* Thread Local Storage sections */ 93 /* Stabs debugging sections. */ 102 /* DWARF debug sections. 103 Symbols in the DWARF debugging sections are relative to the beginning
|
| H A D | aarch64linux32.xr | 10 if gld -r is used and the intermediate file has sections starting 49 /* .gnu.warning sections are handled specially by elf.em. */ 62 /* These sections are generated by the Sun/Oracle C++ compiler. */ 69 /* Thread Local Storage sections */ 88 /* Stabs debugging sections. */ 97 /* DWARF debug sections. 98 Symbols in the DWARF debugging sections are relative to the beginning
|
| H A D | aarch64elf.xr | 10 if gld -r is used and the intermediate file has sections starting 49 /* .gnu.warning sections are handled specially by elf.em. */ 62 /* These sections are generated by the Sun/Oracle C++ compiler. */ 69 /* Thread Local Storage sections */ 92 /* Stabs debugging sections. */ 101 /* DWARF debug sections. 102 Symbols in the DWARF debugging sections are relative to the beginning
|
| H A D | aarch64linux32b.xu | 10 if gld -r is used and the intermediate file has sections starting 49 /* .gnu.warning sections are handled specially by elf.em. */ 62 /* These sections are generated by the Sun/Oracle C++ compiler. */ 69 /* Thread Local Storage sections */ 89 /* Stabs debugging sections. */ 98 /* DWARF debug sections. 99 Symbols in the DWARF debugging sections are relative to the beginning
|