Home
last modified time | relevance | path

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

12

/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/gc/
H A Dgc.cpp3523 … begin_index, (uint8_t*)(begin_entry->h0), (begin_entry->h0 ? begin_entry->h0->heap_number : -1), in seg_mapping_table_add_segment()
3524 (uint8_t*)(begin_entry->h1), (begin_entry->h1 ? begin_entry->h1->heap_number : -1), in seg_mapping_table_add_segment()
3531 assert (begin_entry->h1 == 0); in seg_mapping_table_add_segment()
3532 begin_entry->h1 = hp; in seg_mapping_table_add_segment()
3540 assert ((begin_entry->seg1 == 0) || ((size_t)(begin_entry->seg1) == ro_in_entry)); in seg_mapping_table_add_segment()
3541 begin_entry->seg1 = (heap_segment*)((size_t)(begin_entry->seg1) | (size_t)seg); in seg_mapping_table_add_segment()
3560 … begin_index, (uint8_t*)(begin_entry->h0), (begin_entry->h0 ? begin_entry->h0->heap_number : -1), in seg_mapping_table_add_segment()
3561 (uint8_t*)(begin_entry->h1), (begin_entry->h1 ? begin_entry->h1->heap_number : -1), in seg_mapping_table_add_segment()
3585 begin_entry->h1 = 0; in seg_mapping_table_remove_segment()
3589 begin_entry->seg1 = (heap_segment*)((size_t)(begin_entry->seg1) & ro_in_entry); in seg_mapping_table_remove_segment()
[all …]
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dexp_ftn.cpp67 static void begin_entry(SPTR); /* interface to exp_header */
3694 begin_entry(SPTR_NULL); in exp_misc()
3729 begin_entry(ILM_SymOPND(ilmp, 1)); in exp_misc()
4354 begin_entry(SPTR esym) in begin_entry() function
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Ddwarf2out.c1364 addr_table_entry *begin_entry; member
3202 addr_table_entry *begin_entry; member
10167 retlist->begin_entry = NULL; in new_loc_list()
10530 dw2_asm_output_data_uleb128 (curr->begin_entry->index, in output_loc_list()
12079 r->begin_entry in index_rnglists()
12086 r->begin_entry in index_rnglists()
12100 r->begin_entry in index_rnglists()
12245 dw2_asm_output_data_uleb128 (r->begin_entry->index, in output_rnglists()
12263 dw2_asm_output_data_uleb128 (r->begin_entry->index, in output_rnglists()
12296 dw2_asm_output_data_uleb128 (r->begin_entry->index, in output_rnglists()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Ddwarf2out.c1318 addr_table_entry *begin_entry; member
3164 addr_table_entry *begin_entry; member
10112 retlist->begin_entry = NULL; in new_loc_list()
10475 dw2_asm_output_data_uleb128 (curr->begin_entry->index, in output_loc_list()
11990 r->begin_entry in index_rnglists()
11997 r->begin_entry in index_rnglists()
12011 r->begin_entry in index_rnglists()
12156 dw2_asm_output_data_uleb128 (r->begin_entry->index, in output_rnglists()
12174 dw2_asm_output_data_uleb128 (r->begin_entry->index, in output_rnglists()
12207 dw2_asm_output_data_uleb128 (r->begin_entry->index, in output_rnglists()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Ddwarf2out.c1318 addr_table_entry *begin_entry; member
3164 addr_table_entry *begin_entry; member
10112 retlist->begin_entry = NULL; in new_loc_list()
10475 dw2_asm_output_data_uleb128 (curr->begin_entry->index, in output_loc_list()
11990 r->begin_entry in index_rnglists()
11997 r->begin_entry in index_rnglists()
12011 r->begin_entry in index_rnglists()
12156 dw2_asm_output_data_uleb128 (r->begin_entry->index, in output_rnglists()
12174 dw2_asm_output_data_uleb128 (r->begin_entry->index, in output_rnglists()
12207 dw2_asm_output_data_uleb128 (r->begin_entry->index, in output_rnglists()
[all …]
H A DChangeLog2367 (struct dw_ranges): Add begin_entry and end_entry members.
2375 DW_RANGES_IDX_SKELETON. Initialize r->begin_entry and
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Ddwarf2out.c1318 addr_table_entry *begin_entry; member
3164 addr_table_entry *begin_entry; member
10112 retlist->begin_entry = NULL; in new_loc_list()
10475 dw2_asm_output_data_uleb128 (curr->begin_entry->index, in output_loc_list()
11990 r->begin_entry in index_rnglists()
11997 r->begin_entry in index_rnglists()
12011 r->begin_entry in index_rnglists()
12156 dw2_asm_output_data_uleb128 (r->begin_entry->index, in output_rnglists()
12174 dw2_asm_output_data_uleb128 (r->begin_entry->index, in output_rnglists()
12207 dw2_asm_output_data_uleb128 (r->begin_entry->index, in output_rnglists()
[all …]
H A DChangeLog2367 (struct dw_ranges): Add begin_entry and end_entry members.
2375 DW_RANGES_IDX_SKELETON. Initialize r->begin_entry and
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Ddwarf2out.c1229 addr_table_entry *begin_entry; member
8127 retlist->begin_entry = NULL; in new_loc_list()
8177 dw2_asm_output_data_uleb128 (curr->begin_entry->index, in output_loc_list()
23267 if (curr->begin_entry != NULL in index_location_lists()
23271 curr->begin_entry in index_location_lists()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Ddwarf2out.c1267 addr_table_entry *begin_entry; member
8328 retlist->begin_entry = NULL; in new_loc_list()
8378 dw2_asm_output_data_uleb128 (curr->begin_entry->index, in output_loc_list()
23938 if (curr->begin_entry != NULL in index_location_lists()
23942 curr->begin_entry in index_location_lists()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Ddwarf2out.c1229 addr_table_entry *begin_entry; member
8127 retlist->begin_entry = NULL; in new_loc_list()
8177 dw2_asm_output_data_uleb128 (curr->begin_entry->index, in output_loc_list()
23313 if (curr->begin_entry != NULL in index_location_lists()
23317 curr->begin_entry in index_location_lists()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Ddwarf2out.c1309 addr_table_entry *begin_entry; member
10028 retlist->begin_entry = NULL; in new_loc_list()
10264 dw2_asm_output_data_uleb128 (curr->begin_entry->index, in output_loc_list()
10377 dw2_asm_output_data_uleb128 (curr->begin_entry->index, in output_loc_list()
31060 if (curr->begin_entry != NULL in index_location_lists()
31064 curr->begin_entry in index_location_lists()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Ddwarf2out.c1305 addr_table_entry *begin_entry; member
10054 retlist->begin_entry = NULL; in new_loc_list()
10290 dw2_asm_output_data_uleb128 (curr->begin_entry->index, in output_loc_list()
10403 dw2_asm_output_data_uleb128 (curr->begin_entry->index, in output_loc_list()
31263 if (curr->begin_entry != NULL in index_location_lists()
31267 curr->begin_entry in index_location_lists()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Ddwarf2out.c1309 addr_table_entry *begin_entry; member
10017 retlist->begin_entry = NULL; in new_loc_list()
10253 dw2_asm_output_data_uleb128 (curr->begin_entry->index, in output_loc_list()
10366 dw2_asm_output_data_uleb128 (curr->begin_entry->index, in output_loc_list()
31043 if (curr->begin_entry != NULL in index_location_lists()
31047 curr->begin_entry in index_location_lists()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Ddwarf2out.c1308 addr_table_entry *begin_entry; member
10059 retlist->begin_entry = NULL; in new_loc_list()
10295 dw2_asm_output_data_uleb128 (curr->begin_entry->index, in output_loc_list()
10408 dw2_asm_output_data_uleb128 (curr->begin_entry->index, in output_loc_list()
31196 if (curr->begin_entry != NULL in index_location_lists()
31200 curr->begin_entry in index_location_lists()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Ddwarf2out.c1308 addr_table_entry *begin_entry; member
10059 retlist->begin_entry = NULL; in new_loc_list()
10295 dw2_asm_output_data_uleb128 (curr->begin_entry->index, in output_loc_list()
10408 dw2_asm_output_data_uleb128 (curr->begin_entry->index, in output_loc_list()
31229 if (curr->begin_entry != NULL in index_location_lists()
31233 curr->begin_entry in index_location_lists()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Ddwarf2out.c1309 addr_table_entry *begin_entry; member
10028 retlist->begin_entry = NULL; in new_loc_list()
10264 dw2_asm_output_data_uleb128 (curr->begin_entry->index, in output_loc_list()
10377 dw2_asm_output_data_uleb128 (curr->begin_entry->index, in output_loc_list()
31060 if (curr->begin_entry != NULL in index_location_lists()
31064 curr->begin_entry in index_location_lists()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Ddwarf2out.c1309 addr_table_entry *begin_entry; member
10028 retlist->begin_entry = NULL; in new_loc_list()
10264 dw2_asm_output_data_uleb128 (curr->begin_entry->index, in output_loc_list()
10377 dw2_asm_output_data_uleb128 (curr->begin_entry->index, in output_loc_list()
31060 if (curr->begin_entry != NULL in index_location_lists()
31064 curr->begin_entry in index_location_lists()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Ddwarf2out.c1309 addr_table_entry *begin_entry; member
10028 retlist->begin_entry = NULL; in new_loc_list()
10264 dw2_asm_output_data_uleb128 (curr->begin_entry->index, in output_loc_list()
10377 dw2_asm_output_data_uleb128 (curr->begin_entry->index, in output_loc_list()
31060 if (curr->begin_entry != NULL in index_location_lists()
31064 curr->begin_entry in index_location_lists()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Ddwarf2out.c1305 addr_table_entry *begin_entry; member
10054 retlist->begin_entry = NULL; in new_loc_list()
10290 dw2_asm_output_data_uleb128 (curr->begin_entry->index, in output_loc_list()
10403 dw2_asm_output_data_uleb128 (curr->begin_entry->index, in output_loc_list()
31214 if (curr->begin_entry != NULL in index_location_lists()
31218 curr->begin_entry in index_location_lists()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Ddwarf2out.c1308 addr_table_entry *begin_entry; member
10059 retlist->begin_entry = NULL; in new_loc_list()
10295 dw2_asm_output_data_uleb128 (curr->begin_entry->index, in output_loc_list()
10408 dw2_asm_output_data_uleb128 (curr->begin_entry->index, in output_loc_list()
31229 if (curr->begin_entry != NULL in index_location_lists()
31233 curr->begin_entry in index_location_lists()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Ddwarf2out.c1305 addr_table_entry *begin_entry; member
10054 retlist->begin_entry = NULL; in new_loc_list()
10290 dw2_asm_output_data_uleb128 (curr->begin_entry->index, in output_loc_list()
10403 dw2_asm_output_data_uleb128 (curr->begin_entry->index, in output_loc_list()
31263 if (curr->begin_entry != NULL in index_location_lists()
31267 curr->begin_entry in index_location_lists()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Ddwarf2out.c1309 addr_table_entry *begin_entry; member
10028 retlist->begin_entry = NULL; in new_loc_list()
10264 dw2_asm_output_data_uleb128 (curr->begin_entry->index, in output_loc_list()
10377 dw2_asm_output_data_uleb128 (curr->begin_entry->index, in output_loc_list()
31101 if (curr->begin_entry != NULL in index_location_lists()
31105 curr->begin_entry in index_location_lists()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Ddwarf2out.c1283 addr_table_entry *begin_entry; member
8988 retlist->begin_entry = NULL; in new_loc_list()
9038 dw2_asm_output_data_uleb128 (curr->begin_entry->index, in output_loc_list()
27585 if (curr->begin_entry != NULL in index_location_lists()
27589 curr->begin_entry in index_location_lists()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Ddwarf2out.c1283 addr_table_entry *begin_entry; member
8988 retlist->begin_entry = NULL; in new_loc_list()
9038 dw2_asm_output_data_uleb128 (curr->begin_entry->index, in output_loc_list()
27585 if (curr->begin_entry != NULL in index_location_lists()
27589 curr->begin_entry in index_location_lists()

12