| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | output.h | 276 extern section *get_named_text_section (tree, const char *, const char *); 291 extern void assemble_addr_to_section (rtx, section *); 468 section *next; 493 union GTY ((desc ("SECTION_STYLE (&(%h))"), for_user)) section { union 506 extern GTY(()) section *text_section; 507 extern GTY(()) section *data_section; 508 extern GTY(()) section *readonly_data_section; 509 extern GTY(()) section *sdata_section; 510 extern GTY(()) section *ctors_section; 511 extern GTY(()) section *dtors_section; [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | output.h | 276 extern section *get_named_text_section (tree, const char *, const char *); 291 extern void assemble_addr_to_section (rtx, section *); 468 section *next; 493 union GTY ((desc ("SECTION_STYLE (&(%h))"), for_user)) section { union 506 extern GTY(()) section *text_section; 507 extern GTY(()) section *data_section; 508 extern GTY(()) section *readonly_data_section; 509 extern GTY(()) section *sdata_section; 510 extern GTY(()) section *ctors_section; 511 extern GTY(()) section *dtors_section; [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/lib/ |
| H A D | sections.c | 22 char __bss_start[0] __attribute__((section(".__bss_start"))); 23 char __bss_end[0] __attribute__((section(".__bss_end"))); 24 char __image_copy_start[0] __attribute__((section(".__image_copy_start"))); 25 char __image_copy_end[0] __attribute__((section(".__image_copy_end"))); 26 char __rel_dyn_start[0] __attribute__((section(".__rel_dyn_start"))); 27 char __rel_dyn_end[0] __attribute__((section(".__rel_dyn_end"))); 28 char __secure_start[0] __attribute__((section(".__secure_start"))); 29 char __secure_end[0] __attribute__((section(".__secure_end"))); 30 char __secure_stack_start[0] __attribute__((section(".__secure_stack_start"))); 31 char __secure_stack_end[0] __attribute__((section(".__secure_stack_end"))); [all …]
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | kernel-doc | 319 my $section = $section_default; 518 my $section; 520 foreach $section (@{$args{'sectionlist'}}) { 521 print "<h3>$section</h3>\n"; 523 output_highlight($args{'sections'}{$section}); 621 my ($parameter, $section); 663 my ($parameter, $section); 666 foreach $section (@{$args{'sectionlist'}}) { 667 print "<h3>$section</h3>\n"; 669 output_highlight($args{'sections'}{$section}); [all …]
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.4/scripts/ |
| H A D | kernel-doc | 379 my $section = $section_default; 578 my $section; 580 foreach $section (@{$args{'sectionlist'}}) { 581 print "<h3>$section</h3>\n"; 583 output_highlight($args{'sections'}{$section}); 681 my ($parameter, $section); 723 my ($parameter, $section); 726 foreach $section (@{$args{'sectionlist'}}) { 727 print "<h3>$section</h3>\n"; 729 output_highlight($args{'sections'}{$section}); [all …]
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.4/scripts/ |
| H A D | kernel-doc | 379 my $section = $section_default; 578 my $section; 580 foreach $section (@{$args{'sectionlist'}}) { 581 print "<h3>$section</h3>\n"; 583 output_highlight($args{'sections'}{$section}); 681 my ($parameter, $section); 723 my ($parameter, $section); 726 foreach $section (@{$args{'sectionlist'}}) { 727 print "<h3>$section</h3>\n"; 729 output_highlight($args{'sections'}{$section}); [all …]
|
| /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 | range_by_section.hpp | 40 namespace detail { namespace section namespace 57 …ypename ring_return_type<Polygon const>::type apply(Polygon const& polygon, Section const& section) in apply() 59 return section.ring_id.ring_index < 0 in apply() 62 static_cast<std::size_t>(section.ring_id.ring_index)); in apply() 76 MultiGeometry const& multi, Section const& section) in apply() 82 section.ring_id.multi_index >= 0 in apply() 83 && size_type(section.ring_id.multi_index) < boost::size(multi) in apply() 86 return Policy::apply(range::at(multi, size_type(section.ring_id.multi_index)), section); in apply() 118 : detail::section::full_section_range<LineString, Section> 124 : detail::section::full_section_range<Ring, Section> [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/binutils/ |
| H A D | 0017-CVE-2022-38127-1.patch | 19 .debug_loclists section that contains offset entry tables. 23 (display_debug_ranges): Display the contents of the section's 64 struct dwarf_section *section = &debug_displays [debug_addr].section; 66 if (section->start == NULL) 67 - return (_("<no .debug_addr section>")); 69 + warn (_("<no .debug_addr section>")); 73 - if (offset + bytes > section->size) 74 + if (offset + num_bytes > section->size) 76 warn (_("Offset into section %s too big: 0x%s\n"), 77 section->name, dwarf_vmatoa ("x", offset)); [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | asm.S | 13 .macro FUNC name colon section=default align=4 argument 14 .ifc \section\(),default 15 .section .text.\name 17 .section \section , "ax" , %progbits 26 .macro LOCAL_FUNC name colon section=default align=4 argument 27 .ifc \section\(),default 28 .section .text.\name 30 .section \section , "ax" , %progbits 38 .macro WEAK_FUNC name colon section=default align=4 argument 39 .ifc \section\(),default [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | asm.S | 13 .macro FUNC name colon section=default align=4 argument 14 .ifc \section\(),default 15 .section .text.\name 17 .section \section , "ax" , %progbits 26 .macro LOCAL_FUNC name colon section=default align=4 argument 27 .ifc \section\(),default 28 .section .text.\name 30 .section \section , "ax" , %progbits 38 .macro WEAK_FUNC name colon section=default align=4 argument 39 .ifc \section\(),default [all …]
|
| /OK3568_Linux_fs/external/xserver/xkb/ |
| H A D | XKBGAlloc.c | 274 XkbFreeGeomRows(XkbSectionPtr section, int first, int count, Bool freeAll) in XkbFreeGeomRows() argument 277 §ion->num_rows, §ion->sz_rows, in XkbFreeGeomRows() 278 (char **) §ion->rows, in XkbFreeGeomRows() 287 XkbSectionPtr section = (XkbSectionPtr) section_in; in _XkbClearSection() local 289 if (section->rows != NULL) in _XkbClearSection() 290 XkbFreeGeomRows(section, 0, section->num_rows, TRUE); in _XkbClearSection() 291 if (section->doodads != NULL) { in _XkbClearSection() 292 XkbFreeGeomDoodads(section->doodads, section->num_doodads, TRUE); in _XkbClearSection() 293 section->doodads = NULL; in _XkbClearSection() 695 XkbAddGeomRow(XkbSectionPtr section, int sz_keys) in XkbAddGeomRow() argument [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | config.c | 537 struct perf_config_section *section; in find_section() local 539 list_for_each_entry(section, sections, node) in find_section() 540 if (!strcmp(section->name, section_name)) in find_section() 541 return section; in find_section() 547 struct perf_config_section *section) in find_config_item() argument 551 list_for_each_entry(item, §ion->items, node) in find_config_item() 561 struct perf_config_section *section = zalloc(sizeof(*section)); in add_section() local 563 if (!section) in add_section() 566 INIT_LIST_HEAD(§ion->items); in add_section() 567 section->name = strdup(section_name); in add_section() [all …]
|
| /OK3568_Linux_fs/kernel/tools/objtool/ |
| H A D | elf.h | 28 struct section { struct 36 struct section *base, *reloc; argument 51 struct section *sec; argument 73 struct section *sec; 108 static inline u32 sec_offset_hash(struct section *sec, unsigned long offset) in sec_offset_hash() 128 struct section *elf_create_section(struct elf *elf, const char *name, unsigned int sh_flags, size_t… 130 int elf_add_reloc(struct elf *elf, struct section *sec, unsigned long offset, 132 int elf_add_reloc_to_insn(struct elf *elf, struct section *sec, 134 struct section *insn_sec, unsigned long insn_off); 136 int elf_write_insn(struct elf *elf, struct section *sec, [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/nand/spi/ |
| H A D | hyf.c | 33 static int hyf1gq4upacae_ooblayout_ecc(struct mtd_info *mtd, int section, in hyf1gq4upacae_ooblayout_ecc() argument 36 if (section) in hyf1gq4upacae_ooblayout_ecc() 45 static int hyf1gq4upacae_ooblayout_free(struct mtd_info *mtd, int section, in hyf1gq4upacae_ooblayout_free() argument 48 if (section) in hyf1gq4upacae_ooblayout_free() 62 static int hyf1gq4udacae_ooblayout_ecc(struct mtd_info *mtd, int section, in hyf1gq4udacae_ooblayout_ecc() argument 65 if (section > 3) in hyf1gq4udacae_ooblayout_ecc() 68 region->offset = (16 * section) + 8; in hyf1gq4udacae_ooblayout_ecc() 74 static int hyf1gq4udacae_ooblayout_free(struct mtd_info *mtd, int section, in hyf1gq4udacae_ooblayout_free() argument 77 if (section > 3) in hyf1gq4udacae_ooblayout_free() 80 region->offset = (16 * section) + 4; in hyf1gq4udacae_ooblayout_free() [all …]
|
| H A D | xtx.c | 31 static int xt26g0xa_ooblayout_ecc(struct mtd_info *mtd, int section, in xt26g0xa_ooblayout_ecc() argument 34 if (section) in xt26g0xa_ooblayout_ecc() 43 static int xt26g0xa_ooblayout_free(struct mtd_info *mtd, int section, in xt26g0xa_ooblayout_free() argument 46 if (section) in xt26g0xa_ooblayout_free() 60 static int xt26g01b_ooblayout_ecc(struct mtd_info *mtd, int section, in xt26g01b_ooblayout_ecc() argument 66 static int xt26g01b_ooblayout_free(struct mtd_info *mtd, int section, in xt26g01b_ooblayout_free() argument 69 if (section) in xt26g01b_ooblayout_free() 83 static int xt26g02b_ooblayout_ecc(struct mtd_info *mtd, int section, in xt26g02b_ooblayout_ecc() argument 86 if (section > 3) in xt26g02b_ooblayout_ecc() 89 region->offset = (16 * section) + 8; in xt26g02b_ooblayout_ecc() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/spi/ |
| H A D | hyf.c | 31 static int hyf1gq4upacae_ooblayout_ecc(struct mtd_info *mtd, int section, in hyf1gq4upacae_ooblayout_ecc() argument 34 if (section) in hyf1gq4upacae_ooblayout_ecc() 43 static int hyf1gq4upacae_ooblayout_free(struct mtd_info *mtd, int section, in hyf1gq4upacae_ooblayout_free() argument 46 if (section) in hyf1gq4upacae_ooblayout_free() 60 static int hyf1gq4udacae_ooblayout_ecc(struct mtd_info *mtd, int section, in hyf1gq4udacae_ooblayout_ecc() argument 63 if (section > 3) in hyf1gq4udacae_ooblayout_ecc() 66 region->offset = (16 * section) + 8; in hyf1gq4udacae_ooblayout_ecc() 72 static int hyf1gq4udacae_ooblayout_free(struct mtd_info *mtd, int section, in hyf1gq4udacae_ooblayout_free() argument 75 if (section > 3) in hyf1gq4udacae_ooblayout_free() 78 region->offset = (16 * section) + 4; in hyf1gq4udacae_ooblayout_free() [all …]
|
| H A D | xtx.c | 29 static int xt26g0xa_ooblayout_ecc(struct mtd_info *mtd, int section, in xt26g0xa_ooblayout_ecc() argument 32 if (section) in xt26g0xa_ooblayout_ecc() 41 static int xt26g0xa_ooblayout_free(struct mtd_info *mtd, int section, in xt26g0xa_ooblayout_free() argument 44 if (section) in xt26g0xa_ooblayout_free() 58 static int xt26g01b_ooblayout_ecc(struct mtd_info *mtd, int section, in xt26g01b_ooblayout_ecc() argument 64 static int xt26g01b_ooblayout_free(struct mtd_info *mtd, int section, in xt26g01b_ooblayout_free() argument 67 if (section) in xt26g01b_ooblayout_free() 81 static int xt26g02b_ooblayout_ecc(struct mtd_info *mtd, int section, in xt26g02b_ooblayout_ecc() argument 84 if (section > 3) in xt26g02b_ooblayout_ecc() 87 region->offset = (16 * section) + 8; in xt26g02b_ooblayout_ecc() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_custom_memprealloc.c | 164 #define GET_STATIC_BUF(section, config_size, req_size, buf) ({\ argument 167 pr_err("request " #section " size(%lu) is bigger than" \ 176 *dhd_wlan_mem_prealloc(int section, unsigned long size) in dhd_wlan_mem_prealloc() argument 178 if (section == PREALLOC_WLAN_SEC_NUM) { in dhd_wlan_mem_prealloc() 182 if (section == WLAN_STATIC_SCAN_BUF0) { in dhd_wlan_mem_prealloc() 186 if (section == WLAN_STATIC_SCAN_BUF1) { in dhd_wlan_mem_prealloc() 190 if (section == WLAN_STATIC_DHD_INFO_BUF) { in dhd_wlan_mem_prealloc() 200 if (section == WLAN_STATIC_DHD_WLFC_BUF) { in dhd_wlan_mem_prealloc() 210 if (section == WLAN_STATIC_DHD_WLFC_HANGER) { in dhd_wlan_mem_prealloc() 220 if (section == WLAN_STATIC_DHD_IF_FLOW_LKUP) { in dhd_wlan_mem_prealloc() [all …]
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.19/scripts/ |
| H A D | kernel-doc | 389 my $section = $section_default; 576 my ($parameter, $section); 617 foreach $section (@{$args{'sectionlist'}}) { 618 print ".SH \"", uc $section, "\"\n"; 619 output_highlight($args{'sections'}{$section}); 627 my ($parameter, $section); 658 foreach $section (@{$args{'sectionlist'}}) { 659 print ".SH \"$section\"\n"; 660 output_highlight($args{'sections'}{$section}); 668 my ($parameter, $section); [all …]
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.19/scripts/ |
| H A D | kernel-doc | 389 my $section = $section_default; 576 my ($parameter, $section); 617 foreach $section (@{$args{'sectionlist'}}) { 618 print ".SH \"", uc $section, "\"\n"; 619 output_highlight($args{'sections'}{$section}); 627 my ($parameter, $section); 658 foreach $section (@{$args{'sectionlist'}}) { 659 print ".SH \"$section\"\n"; 660 output_highlight($args{'sections'}{$section}); 668 my ($parameter, $section); [all …]
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | check_extable.sh | 55 …eval $(objdump -rj .altinstructions ${obj} | grep -B1 "${section}+${section_offset}" | head -n1 | … 62 find_alt_replacement_target ${section} ${section_offset} 72 objdump -hwj ${section} ${obj} | grep -q CODE 78 if is_executable_section ${section}; then 83 echo "Warning: found a reference to section \"${section}\" in __ex_table:" 84 addr2line -fip -j ${section} -e ${obj} ${section_offset} | awk '{print "\t" $0}' 89 …echo "Error: found a reference to non-executable section \"${section}\" in __ex_table at offset ${… 96 case "${section}" in 98 handle_alt_replacement_reloc ${section} ${section_offset} 101 handle_suspicious_generic_reloc ${section} ${section_offset} [all …]
|
| H A D | kernel-doc | 416 my $section = $section_default; 666 my ($parameter, $section); 707 foreach $section (@{$args{'sectionlist'}}) { 708 print ".SH \"", uc $section, "\"\n"; 709 output_highlight($args{'sections'}{$section}); 717 my ($parameter, $section); 748 foreach $section (@{$args{'sectionlist'}}) { 749 print ".SH \"$section\"\n"; 750 output_highlight($args{'sections'}{$section}); 758 my ($parameter, $section); [all …]
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-5.10/scripts/ |
| H A D | kernel-doc | 416 my $section = $section_default; 666 my ($parameter, $section); 707 foreach $section (@{$args{'sectionlist'}}) { 708 print ".SH \"", uc $section, "\"\n"; 709 output_highlight($args{'sections'}{$section}); 717 my ($parameter, $section); 748 foreach $section (@{$args{'sectionlist'}}) { 749 print ".SH \"$section\"\n"; 750 output_highlight($args{'sections'}{$section}); 758 my ($parameter, $section); [all …]
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-5.10/scripts/ |
| H A D | kernel-doc | 416 my $section = $section_default; 666 my ($parameter, $section); 707 foreach $section (@{$args{'sectionlist'}}) { 708 print ".SH \"", uc $section, "\"\n"; 709 output_highlight($args{'sections'}{$section}); 717 my ($parameter, $section); 748 foreach $section (@{$args{'sectionlist'}}) { 749 print ".SH \"$section\"\n"; 750 output_highlight($args{'sections'}{$section}); 758 my ($parameter, $section); [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/ |
| H A D | logparser.py | 82 for section in self.sections: 83 self.sections[section]['log'] = "".join(self.sections[section]['log']) 92 for section in self.results: 94 if section: 95 prefix = section 99 for test_name in sorted(self.results[section]): 100 status = self.results[section][test_name] 108 self.section = {'duration': "", 'log': ""} 125 … self.section['log'] = self.section['log'] + ("%s: %s\n" % (result.strip()[:-2], test.strip())) 127 return self.results, self.section [all …]
|