Home
last modified time | relevance | path

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

123

/dports/archivers/par/par-0.03.01/
H A Dpar.c292 p_pak_hdr->toc_off= (uint32_t) PAK_HDR_SIZE; in init_pak_header()
324 p_pak_hdr->toc_off= UCHARs_2_uint32_t( buf+PAK_MAGIC_SIZE ); in read_pak_header()
355 uint32_t_2_UCHARs( p_pak_hdr->toc_off, buf+PAK_MAGIC_SIZE ); in write_pak_header()
379 if( p_pak_hdr->toc_off < (uint32_t)PAK_HDR_SIZE ) in check_pak_header()
382 pn, pak_fn, (int)p_pak_hdr->toc_off); in check_pak_header()
391 if( p_pak_hdr->pak_sze != p_pak_hdr->toc_off + p_pak_hdr->toc_sze ) in check_pak_header()
474 if( my_lseek(pak_fd,p_pak_hdr->toc_off,SEEK_SET,pak_fn,pn) == -1 ) in read_pak_toc()
512 if( my_lseek(pak_fd,p_pak_hdr->toc_off,SEEK_SET,pak_fn,pn) == -1 ) in write_pak_toc()
824 p_pak_hdr->toc_off= pak_off; in write_pak()
1015 fprintf( DEBUG_CHANNEL, "DEBUG: toc offset= %#08x\n",pak_hdr.toc_off); in main()
H A Dpar.h57 off_t toc_off; member
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/bfd/
H A Delf64-ppc.c2816 bfd_vma toc_off; member
6250 - htab->stub_group[stub_entry->id_sec->id].toc_off); in ppc_build_one_stub()
6569 htab->stub_group[id].toc_off = TOC_BASE_OFF; in ppc64_elf_setup_section_lists()
6736 htab->stub_group[isec->id].toc_off = htab->toc_curr; in ppc64_elf_next_input_section()
6770 curr_toc = htab->stub_group[tail->id].toc_off; in group_sections()
6775 && htab->stub_group[prev->id].toc_off == curr_toc) in group_sections()
7003 && (htab->stub_group[sym_sec->id].toc_off in ppc64_elf_size_stubs()
7004 != htab->stub_group[section->id].toc_off) in ppc64_elf_size_stubs()
7910 && (htab->stub_group[sec->id].toc_off in ppc64_elf_relocate_section()
8274 relocation += htab->stub_group[sec->id].toc_off; in ppc64_elf_relocate_section()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/bfd/
H A Delf64-ppc.c2816 bfd_vma toc_off; member
6250 - htab->stub_group[stub_entry->id_sec->id].toc_off); in ppc_build_one_stub()
6569 htab->stub_group[id].toc_off = TOC_BASE_OFF; in ppc64_elf_setup_section_lists()
6736 htab->stub_group[isec->id].toc_off = htab->toc_curr; in ppc64_elf_next_input_section()
6770 curr_toc = htab->stub_group[tail->id].toc_off; in group_sections()
6775 && htab->stub_group[prev->id].toc_off == curr_toc) in group_sections()
7003 && (htab->stub_group[sym_sec->id].toc_off in ppc64_elf_size_stubs()
7004 != htab->stub_group[section->id].toc_off) in ppc64_elf_size_stubs()
7910 && (htab->stub_group[sec->id].toc_off in ppc64_elf_relocate_section()
8274 relocation += htab->stub_group[sec->id].toc_off; in ppc64_elf_relocate_section()
[all …]
/dports/devel/avr-gdb/gdb-7.3.1/bfd/
H A Delf64-ppc.c3737 bfd_vma toc_off; member
10111 htab->stub_group[id].toc_off = TOC_BASE_OFF; in ppc64_elf_setup_section_lists()
10736 bfd_vma toc_off = 0; in check_pasted_section() local
10742 if (toc_off == 0) in check_pasted_section()
10743 toc_off = htab->stub_group[i->id].toc_off; in check_pasted_section()
10744 else if (toc_off != htab->stub_group[i->id].toc_off) in check_pasted_section()
10748 if (toc_off == 0) in check_pasted_section()
10752 toc_off = htab->stub_group[i->id].toc_off; in check_pasted_section()
10757 if (toc_off != 0) in check_pasted_section()
10759 htab->stub_group[i->id].toc_off = toc_off; in check_pasted_section()
[all …]
H A DChangeLog-02032715 per output section. Set toc_off for abs and other standard sections.
2863 toc_curr, toc_off and emit_stub_syms.
2874 range test. Use toc_off to calculte r2 values. Handle emit_stub_syms.
2878 (ppc64_elf_next_input_section): Set toc_off.
/dports/devel/gdb761/gdb-7.6.1/bfd/
H A Delf64-ppc.c3722 bfd_vma toc_off; member
10516 htab->stub_group[id].toc_off = TOC_BASE_OFF; in ppc64_elf_setup_section_lists()
11139 bfd_vma toc_off = 0; in check_pasted_section() local
11145 if (toc_off == 0) in check_pasted_section()
11146 toc_off = htab->stub_group[i->id].toc_off; in check_pasted_section()
11147 else if (toc_off != htab->stub_group[i->id].toc_off) in check_pasted_section()
11151 if (toc_off == 0) in check_pasted_section()
11155 toc_off = htab->stub_group[i->id].toc_off; in check_pasted_section()
11160 if (toc_off != 0) in check_pasted_section()
11162 htab->stub_group[i->id].toc_off = toc_off; in check_pasted_section()
[all …]
H A DChangeLog-02032715 per output section. Set toc_off for abs and other standard sections.
2863 toc_curr, toc_off and emit_stub_syms.
2874 range test. Use toc_off to calculte r2 values. Handle emit_stub_syms.
2878 (ppc64_elf_next_input_section): Set toc_off.
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/bfd/
H A Delf64-ppc.c3273 bfd_vma toc_off; member
8363 htab->stub_group[id].toc_off = TOC_BASE_OFF; in ppc64_elf_setup_section_lists()
8588 && htab->stub_group[sym_sec->id].toc_off == 0) in toc_adjusting_stub_needed()
8608 htab->stub_group[sym_sec->id].toc_off = 1; in toc_adjusting_stub_needed()
8680 htab->stub_group[isec->id].toc_off = htab->toc_curr; in ppc64_elf_next_input_section()
8711 curr_toc = htab->stub_group[tail->id].toc_off; in group_sections()
8716 && htab->stub_group[prev->id].toc_off == curr_toc) in group_sections()
8996 && (htab->stub_group[code_sec->id].toc_off in ppc64_elf_size_stubs()
8997 != htab->stub_group[section->id].toc_off) in ppc64_elf_size_stubs()
9931 && (htab->stub_group[sec->id].toc_off in ppc64_elf_relocate_section()
[all …]
H A DChangeLog-02032715 per output section. Set toc_off for abs and other standard sections.
2863 toc_curr, toc_off and emit_stub_syms.
2874 range test. Use toc_off to calculte r2 values. Handle emit_stub_syms.
2878 (ppc64_elf_next_input_section): Set toc_off.
/dports/devel/djgpp-binutils/binutils-2.17/bfd/
H A Delf64-ppc.c3305 bfd_vma toc_off; member
8595 htab->stub_group[id].toc_off = TOC_BASE_OFF; in ppc64_elf_setup_section_lists()
8820 && htab->stub_group[sym_sec->id].toc_off == 0) in toc_adjusting_stub_needed()
8840 htab->stub_group[sym_sec->id].toc_off = 1; in toc_adjusting_stub_needed()
8912 htab->stub_group[isec->id].toc_off = htab->toc_curr; in ppc64_elf_next_input_section()
8946 curr_toc = htab->stub_group[tail->id].toc_off; in group_sections()
8951 && htab->stub_group[prev->id].toc_off == curr_toc) in group_sections()
9230 && (htab->stub_group[code_sec->id].toc_off in ppc64_elf_size_stubs()
9231 != htab->stub_group[section->id].toc_off) in ppc64_elf_size_stubs()
10203 && (htab->stub_group[sec->id].toc_off in ppc64_elf_relocate_section()
[all …]
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/bfd/
H A Delf64-ppc.c4019 bfd_vma toc_off; member
11330 htab->sec_info[id].toc_off = TOC_BASE_OFF; in ppc64_elf_setup_section_lists()
11924 bfd_vma toc_off = 0; in check_pasted_section() local
11930 if (toc_off == 0) in check_pasted_section()
11931 toc_off = htab->sec_info[i->id].toc_off; in check_pasted_section()
11932 else if (toc_off != htab->sec_info[i->id].toc_off) in check_pasted_section()
11936 if (toc_off == 0) in check_pasted_section()
11940 toc_off = htab->sec_info[i->id].toc_off; in check_pasted_section()
11945 if (toc_off != 0) in check_pasted_section()
11947 htab->sec_info[i->id].toc_off = toc_off; in check_pasted_section()
[all …]
H A DChangeLog-02032715 per output section. Set toc_off for abs and other standard sections.
2863 toc_curr, toc_off and emit_stub_syms.
2874 range test. Use toc_off to calculte r2 values. Handle emit_stub_syms.
2878 (ppc64_elf_next_input_section): Set toc_off.
/dports/lang/gnatdroid-binutils/binutils-2.27/bfd/
H A Delf64-ppc.c4019 bfd_vma toc_off; member
11330 htab->sec_info[id].toc_off = TOC_BASE_OFF; in ppc64_elf_setup_section_lists()
11924 bfd_vma toc_off = 0; in check_pasted_section() local
11930 if (toc_off == 0) in check_pasted_section()
11931 toc_off = htab->sec_info[i->id].toc_off; in check_pasted_section()
11932 else if (toc_off != htab->sec_info[i->id].toc_off) in check_pasted_section()
11936 if (toc_off == 0) in check_pasted_section()
11940 toc_off = htab->sec_info[i->id].toc_off; in check_pasted_section()
11945 if (toc_off != 0) in check_pasted_section()
11947 htab->sec_info[i->id].toc_off = toc_off; in check_pasted_section()
[all …]
H A DChangeLog-02032715 per output section. Set toc_off for abs and other standard sections.
2863 toc_curr, toc_off and emit_stub_syms.
2874 range test. Use toc_off to calculte r2 values. Handle emit_stub_syms.
2878 (ppc64_elf_next_input_section): Set toc_off.
/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/bfd/
H A Delf64-ppc.c4077 bfd_vma toc_off; member
11485 htab->sec_info[id].toc_off = TOC_BASE_OFF; in ppc64_elf_setup_section_lists()
12079 bfd_vma toc_off = 0; in check_pasted_section() local
12085 if (toc_off == 0) in check_pasted_section()
12086 toc_off = htab->sec_info[i->id].toc_off; in check_pasted_section()
12087 else if (toc_off != htab->sec_info[i->id].toc_off) in check_pasted_section()
12091 if (toc_off == 0) in check_pasted_section()
12095 toc_off = htab->sec_info[i->id].toc_off; in check_pasted_section()
12100 if (toc_off != 0) in check_pasted_section()
12102 htab->sec_info[i->id].toc_off = toc_off; in check_pasted_section()
[all …]
H A DChangeLog-02032715 per output section. Set toc_off for abs and other standard sections.
2863 toc_curr, toc_off and emit_stub_syms.
2874 range test. Use toc_off to calculte r2 values. Handle emit_stub_syms.
2878 (ppc64_elf_next_input_section): Set toc_off.
/dports/devel/arm-elf-binutils/binutils-2.37/bfd/
H A Delf64-ppc.c3189 bfd_vma toc_off; member
12423 htab->sec_info[id].toc_off = TOC_BASE_OFF; in ppc64_elf_setup_section_lists()
13021 bfd_vma toc_off = 0; in check_pasted_section() local
13027 if (toc_off == 0) in check_pasted_section()
13028 toc_off = htab->sec_info[i->id].toc_off; in check_pasted_section()
13029 else if (toc_off != htab->sec_info[i->id].toc_off) in check_pasted_section()
13033 if (toc_off == 0) in check_pasted_section()
13037 toc_off = htab->sec_info[i->id].toc_off; in check_pasted_section()
13042 if (toc_off != 0) in check_pasted_section()
13044 htab->sec_info[i->id].toc_off = toc_off; in check_pasted_section()
[all …]
H A DChangeLog-02032715 per output section. Set toc_off for abs and other standard sections.
2863 toc_curr, toc_off and emit_stub_syms.
2874 range test. Use toc_off to calculte r2 values. Handle emit_stub_syms.
2878 (ppc64_elf_next_input_section): Set toc_off.
/dports/devel/gnulibiberty/binutils-2.37/bfd/
H A Delf64-ppc.c3189 bfd_vma toc_off; member
12423 htab->sec_info[id].toc_off = TOC_BASE_OFF; in ppc64_elf_setup_section_lists()
13021 bfd_vma toc_off = 0; in check_pasted_section() local
13027 if (toc_off == 0) in check_pasted_section()
13028 toc_off = htab->sec_info[i->id].toc_off; in check_pasted_section()
13029 else if (toc_off != htab->sec_info[i->id].toc_off) in check_pasted_section()
13033 if (toc_off == 0) in check_pasted_section()
13037 toc_off = htab->sec_info[i->id].toc_off; in check_pasted_section()
13042 if (toc_off != 0) in check_pasted_section()
13044 htab->sec_info[i->id].toc_off = toc_off; in check_pasted_section()
[all …]
H A DChangeLog-02032715 per output section. Set toc_off for abs and other standard sections.
2863 toc_curr, toc_off and emit_stub_syms.
2874 range test. Use toc_off to calculte r2 values. Handle emit_stub_syms.
2878 (ppc64_elf_next_input_section): Set toc_off.
/dports/devel/gdb/gdb-11.1/bfd/
H A Delf64-ppc.c3189 bfd_vma toc_off; member
12423 htab->sec_info[id].toc_off = TOC_BASE_OFF; in ppc64_elf_setup_section_lists()
13021 bfd_vma toc_off = 0; in check_pasted_section() local
13027 if (toc_off == 0) in check_pasted_section()
13028 toc_off = htab->sec_info[i->id].toc_off; in check_pasted_section()
13029 else if (toc_off != htab->sec_info[i->id].toc_off) in check_pasted_section()
13033 if (toc_off == 0) in check_pasted_section()
13037 toc_off = htab->sec_info[i->id].toc_off; in check_pasted_section()
13042 if (toc_off != 0) in check_pasted_section()
13044 htab->sec_info[i->id].toc_off = toc_off; in check_pasted_section()
[all …]
H A DChangeLog-02032715 per output section. Set toc_off for abs and other standard sections.
2863 toc_curr, toc_off and emit_stub_syms.
2874 range test. Use toc_off to calculte r2 values. Handle emit_stub_syms.
2878 (ppc64_elf_next_input_section): Set toc_off.
/dports/devel/binutils/binutils-2.37/bfd/
H A Delf64-ppc.c3189 bfd_vma toc_off; member
12423 htab->sec_info[id].toc_off = TOC_BASE_OFF; in ppc64_elf_setup_section_lists()
13021 bfd_vma toc_off = 0; in check_pasted_section() local
13027 if (toc_off == 0) in check_pasted_section()
13028 toc_off = htab->sec_info[i->id].toc_off; in check_pasted_section()
13029 else if (toc_off != htab->sec_info[i->id].toc_off) in check_pasted_section()
13033 if (toc_off == 0) in check_pasted_section()
13037 toc_off = htab->sec_info[i->id].toc_off; in check_pasted_section()
13042 if (toc_off != 0) in check_pasted_section()
13044 htab->sec_info[i->id].toc_off = toc_off; in check_pasted_section()
[all …]
H A DChangeLog-02032715 per output section. Set toc_off for abs and other standard sections.
2863 toc_curr, toc_off and emit_stub_syms.
2874 range test. Use toc_off to calculte r2 values. Handle emit_stub_syms.
2878 (ppc64_elf_next_input_section): Set toc_off.

123