Home
last modified time | relevance | path

Searched refs:section_type (Results 1 – 25 of 25) sorted by relevance

/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.4/scripts/
H A Drecordmcount.pl166 my $section_type; # Section header plus possible alignment command
218 $section_type = '@progbits';
276 $section_type = '%progbits';
282 $section_type = '%progbits';
460 print FILE "\t.section $mcount_section,\"a\",$section_type\n";
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.4/scripts/
H A Drecordmcount.pl166 my $section_type; # Section header plus possible alignment command
218 $section_type = '@progbits';
276 $section_type = '%progbits';
282 $section_type = '%progbits';
460 print FILE "\t.section $mcount_section,\"a\",$section_type\n";
/OK3568_Linux_fs/kernel/scripts/
H A Drecordmcount.pl175 my $section_type; # Section header plus possible alignment command
227 $section_type = '@progbits';
305 $section_type = '%progbits';
311 $section_type = '%progbits';
492 print FILE "\t.section $mcount_section,\"a\",$section_type\n";
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.19/scripts/
H A Drecordmcount.pl175 my $section_type; # Section header plus possible alignment command
227 $section_type = '@progbits';
305 $section_type = '%progbits';
311 $section_type = '%progbits';
489 print FILE "\t.section $mcount_section,\"a\",$section_type\n";
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-5.10/scripts/
H A Drecordmcount.pl175 my $section_type; # Section header plus possible alignment command
227 $section_type = '@progbits';
305 $section_type = '%progbits';
311 $section_type = '%progbits';
492 print FILE "\t.section $mcount_section,\"a\",$section_type\n";
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-5.10/scripts/
H A Drecordmcount.pl175 my $section_type; # Section header plus possible alignment command
227 $section_type = '@progbits';
305 $section_type = '%progbits';
311 $section_type = '%progbits';
492 print FILE "\t.section $mcount_section,\"a\",$section_type\n";
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.19/scripts/
H A Drecordmcount.pl175 my $section_type; # Section header plus possible alignment command
227 $section_type = '@progbits';
305 $section_type = '%progbits';
311 $section_type = '%progbits';
489 print FILE "\t.section $mcount_section,\"a\",$section_type\n";
/OK3568_Linux_fs/kernel/drivers/net/ethernet/huawei/hinic/
H A Dhinic_devlink.c129 u32 section_type, section_crc, section_version; in hinic_flash_fw() local
156 section_type = in hinic_flash_fw()
162 if (section_type == UP_FW_UPDATE_BOOT) in hinic_flash_fw()
185 if (section_type <= UP_FW_UPDATE_UP_DATA_B) { in hinic_flash_fw()
187 (section_type % 2) ? in hinic_flash_fw()
192 if (section_type <= UP_FW_UPDATE_UP_DATA_A) in hinic_flash_fw()
196 section_type - 0x2; in hinic_flash_fw()
/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 Dsectionalize.hpp427 typedef typename boost::range_value<Sections>::type section_type; in apply() typedef
430 (static_cast<std::size_t>(section_type::dimension_count) in apply()
448 section_type section; in apply()
514 section = section_type(); in apply()
932 typedef typename boost::range_value<Sections>::type section_type; in sectionalize() typedef
938 typename section_type::box_type in sectionalize()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/buffer/
H A Dturn_in_original_visitor.hpp173 typedef typename boost::range_value<sections_type const>::type section_type; in point_in_original() typedef
183 section_type const& section = *it; in point_in_original()
H A Dturn_in_piece_visitor.hpp208 typedef typename Piece::section_type section_type; in apply() typedef
230 section_type const& section = piece.sections[s]; in apply()
H A Dbuffered_piece_collection.hpp198 typedef geometry::section<robust_box_type, 1> section_type; typedef
225 std::vector<section_type> sections;
/OK3568_Linux_fs/kernel/drivers/acpi/apei/
H A Derst.c1019 if (guid_equal(&rcd->sec_hdr.section_type, &CPER_SECTION_TYPE_DMESG_Z)) { in erst_reader()
1022 } else if (guid_equal(&rcd->sec_hdr.section_type, &CPER_SECTION_TYPE_DMESG)) in erst_reader()
1024 else if (guid_equal(&rcd->sec_hdr.section_type, &CPER_SECTION_TYPE_MCE)) in erst_reader()
1070 rcd->sec_hdr.section_type = CPER_SECTION_TYPE_DMESG_Z; in erst_writer()
1072 rcd->sec_hdr.section_type = CPER_SECTION_TYPE_DMESG; in erst_writer()
1075 rcd->sec_hdr.section_type = CPER_SECTION_TYPE_MCE; in erst_writer()
H A Dghes.c637 sec_type = (guid_t *)gdata->section_type; in ghes_do_proc()
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/mce/
H A Dapei.c95 rcd.sec_hdr.section_type = CPER_SECTION_TYPE_MCE; in apei_write_mce()
/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 Dlto-streamer.h683 enum lto_section_type section_type; member
736 enum lto_section_type section_type; member
/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 Dlto-streamer.h683 enum lto_section_type section_type; member
736 enum lto_section_type section_type; member
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dacpi_extlog.c173 sec_type = (guid_t *)gdata->section_type; in extlog_print()
/OK3568_Linux_fs/kernel/drivers/pci/controller/
H A Dpcie-hisi-error.c260 import_guid(&err_sec_guid, gdata->section_type); in hisi_pcie_notify_error()
/OK3568_Linux_fs/kernel/include/acpi/
H A Dactbl1.h1332 u8 section_type[16]; member
1345 u8 section_type[16]; member
/OK3568_Linux_fs/kernel/include/linux/
H A Dcper.h353 guid_t section_type; member
/OK3568_Linux_fs/kernel/Documentation/firmware-guide/acpi/apei/
H A Doutput_format.rst18 section_type: <section type string>
/OK3568_Linux_fs/kernel/drivers/firmware/efi/
H A Dcper.c499 guid_t *sec_type = (guid_t *)gdata->section_type; in cper_estatus_print_section()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/
H A Di40e_prototype.h461 i40e_find_section_in_profile(u32 section_type,
H A Di40e_common.c5615 i40e_find_section_in_profile(u32 section_type, in i40e_find_section_in_profile() argument
5631 if (sec->section.type == section_type) in i40e_find_section_in_profile()