Home
last modified time | relevance | path

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

123456

/dports/devel/py-PeachPy/PeachPy-01d1515/peachpy/
H A Dwriter.py156 if encoded_function.const_section.content:
166 self.rodata_section.content += encoded_function.const_section.content
172 for symbol in encoded_function.const_section.symbols:
239 const_offset = self.image.const_section.content_size
242 self.image.const_section.content += const_padding
244 self.image.const_section.content += encoded_function.const_section.content
245 self.image.const_section.alignment = \
246 max(self.image.const_section.alignment, encoded_function.const_section.alignment)
250 for symbol in encoded_function.const_section.symbols:
317 self.rdata_section.content += encoded_function.const_section.content
[all …]
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Doptimize_basis_utils.F776 TYPE(section_vals_type), POINTER :: const_section local
778 const_section => section_vals_get_subs_vals(kind1_section, "CONSTRAIN_EXPONENTS")
779 CALL section_vals_get(const_section, n_repetition=nrep)
781 CALL section_vals_val_get(const_section, "USE_EXP", i_vals=def_exp, i_rep_section=irep)
782 … CALL section_vals_val_get(const_section, "BOUNDARIES", explicit=is_bound, i_rep_section=irep)
783 …CALL section_vals_val_get(const_section, "MAX_VAR_FRACTION", explicit=is_varlim, i_rep_section=ire…
794 … CALL set_constraint(flex_basis, iset, ipgf, const_section, is_bound, is_varlim, irep)
838 SUBROUTINE set_constraint(flex_basis, iset, ipgf, const_section, is_bound, is_varlim, irep) argument
841 TYPE(section_vals_type), POINTER :: const_section local
857 CALL section_vals_val_get(const_section, "BOUNDARIES", r_vals=r_vals, i_rep_section=irep)
[all …]
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Doptimize_basis_utils.F776 TYPE(section_vals_type), POINTER :: const_section local
778 const_section => section_vals_get_subs_vals(kind1_section, "CONSTRAIN_EXPONENTS")
779 CALL section_vals_get(const_section, n_repetition=nrep)
781 CALL section_vals_val_get(const_section, "USE_EXP", i_vals=def_exp, i_rep_section=irep)
782 … CALL section_vals_val_get(const_section, "BOUNDARIES", explicit=is_bound, i_rep_section=irep)
783 …CALL section_vals_val_get(const_section, "MAX_VAR_FRACTION", explicit=is_varlim, i_rep_section=ire…
794 … CALL set_constraint(flex_basis, iset, ipgf, const_section, is_bound, is_varlim, irep)
838 SUBROUTINE set_constraint(flex_basis, iset, ipgf, const_section, is_bound, is_varlim, irep) argument
841 TYPE(section_vals_type), POINTER :: const_section local
857 CALL section_vals_val_get(const_section, "BOUNDARIES", r_vals=r_vals, i_rep_section=irep)
[all …]
/dports/devel/py-PeachPy/PeachPy-01d1515/peachpy/formats/macho/
H A Dimage.py18 self.const_section = ConstSection()
19 self.text_segment.add_section(self.const_section)
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/config/
H A Ddarwin-protos.h83 extern void const_section (void);
H A Ddarwin.h535 SECTION_FUNCTION (const_section, \
685 #define READONLY_DATA_SECTION const_section
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/config/
H A Ddarwin-protos.h83 extern void const_section (void);
H A Ddarwin.h535 SECTION_FUNCTION (const_section, \
685 #define READONLY_DATA_SECTION const_section
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/config/
H A Ddarwin-protos.h93 extern void const_section (void);
H A Ddarwin.h678 SECTION_FUNCTION (const_section, \
842 #define READONLY_DATA_SECTION const_section
/dports/dns/knot-resolver/knot-resolver-5.4.3/daemon/lua/
H A Dkres.lua166 local const_section = {
212 local const_section_str = itable(const_section)
569 return ipairs(self:section(const_section.ANSWER))
1025 section = const_section,
/dports/devel/py-PeachPy/PeachPy-01d1515/peachpy/x86_64/
H A Dfunction.py1696 self.const_section = Section(SectionType.const_data)
1720 self.const_section.alignment = max_constant_alignment
1740 constants_address_map[constant_value] = len(self.const_section)
1741 self.const_section.content += constant_value
1751 self.const_section.add_symbol(constant_symbol)
1942 self.const_segment = bytearray(function.const_section.content)
1952 assert relocation.symbol in function.const_section.symbols
1965 assert not function.const_section.relocations
/dports/lang/gcc48/gcc-4.8.5/gcc/config/
H A Ddarwin-sections.def53 DEF_SECTION (const_section, 0, ".const", 0)
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/config/
H A Ddarwin-sections.def53 DEF_SECTION (const_section, 0, ".const", 0)
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/config/
H A Ddarwin-sections.def53 DEF_SECTION (const_section, 0, ".const", 0)
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/config/
H A Ddarwin-sections.def58 DEF_SECTION (const_section, 0, ".const", 0)
/dports/lang/gcc9/gcc-9.4.0/gcc/config/
H A Ddarwin-sections.def58 DEF_SECTION (const_section, 0, ".const", 0)
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/config/
H A Ddarwin-sections.def58 DEF_SECTION (const_section, 0, ".const", 0)
/dports/lang/gnat_util/gcc-6-20180516/gcc/config/
H A Ddarwin-sections.def58 DEF_SECTION (const_section, 0, ".const", 0)
/dports/devel/avr-gcc/gcc-10.2.0/gcc/config/
H A Ddarwin-sections.def58 DEF_SECTION (const_section, 0, ".const", 0)
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/config/
H A Ddarwin-sections.def58 DEF_SECTION (const_section, 0, ".const", 0)
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/config/
H A Ddarwin-sections.def58 DEF_SECTION (const_section, 0, ".const", 0)
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/config/
H A Ddarwin-sections.def58 DEF_SECTION (const_section, 0, ".const", 0)
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/config/
H A Ddarwin-sections.def58 DEF_SECTION (const_section, 0, ".const", 0)
/dports/lang/gcc11/gcc-11.2.0/gcc/config/
H A Ddarwin-sections.def58 DEF_SECTION (const_section, 0, ".const", 0)

123456