Home
last modified time | relevance | path

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

12345678910>>...17

/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/libiberty/
H A Dsimple-object-xcoff.c203 unsigned char x_scnlen[4]; /* section length */ member
214 unsigned char x_scnlen[4]; /* csect length */ member
241 unsigned char x_scnlen[4]; /* section length */ member
591 off_t scnptr, x_scnlen; in simple_object_xcoff_find_sections() local
603 x_scnlen = fetch_32 (aux + offsetof (union external_auxent, in simple_object_xcoff_find_sections()
605 x_scnlen = x_scnlen << 32 in simple_object_xcoff_find_sections()
615 x_scnlen = fetch_32 (aux + offsetof (union external_auxent, in simple_object_xcoff_find_sections()
616 u.xcoff32.x_csect.x_scnlen)); in simple_object_xcoff_find_sections()
635 if (n_value + x_scnlen > size) in simple_object_xcoff_find_sections()
638 (*pfn) (data, ".go_export", scnptr + n_value, x_scnlen); in simple_object_xcoff_find_sections()
[all …]
/dports/devel/binutils/binutils-2.37/include/coff/
H A Drs6000.h182 char x_scnlen[4]; /* section length */ member
189 char x_scnlen[4]; member
199 char x_scnlen[4]; member
/dports/devel/arm-elf-binutils/binutils-2.37/include/coff/
H A Drs6000.h182 char x_scnlen[4]; /* section length */ member
189 char x_scnlen[4]; member
199 char x_scnlen[4]; member
/dports/devel/gnulibiberty/binutils-2.37/include/coff/
H A Drs6000.h182 char x_scnlen[4]; /* section length */ member
189 char x_scnlen[4]; member
199 char x_scnlen[4]; member
/dports/devel/gdb/gdb-11.1/include/coff/
H A Drs6000.h182 char x_scnlen[4]; /* section length */ member
189 char x_scnlen[4]; member
199 char x_scnlen[4]; member
/dports/lang/gcc12-devel/gcc-12-20211205/libiberty/
H A Dsimple-object-xcoff.c203 unsigned char x_scnlen[4]; /* section length */ member
214 unsigned char x_scnlen[4]; /* csect length */ member
241 unsigned char x_scnlen[4]; /* section length */ member
591 off_t scnptr, x_scnlen; in simple_object_xcoff_find_sections() local
612 x_scnlen = in simple_object_xcoff_find_sections()
624 x_scnlen = fetch_32 (aux + offsetof (union external_auxent, in simple_object_xcoff_find_sections()
625 u.xcoff32.x_csect.x_scnlen)); in simple_object_xcoff_find_sections()
644 if (n_value + x_scnlen > size) in simple_object_xcoff_find_sections()
647 (*pfn) (data, ".go_export", scnptr + n_value, x_scnlen); in simple_object_xcoff_find_sections()
1006 set_32 (&syms[1].aux.x_scn.x_scnlen[0], scnsize); in simple_object_xcoff_write_to_file()
/dports/lang/gcc8/gcc-8.5.0/libiberty/
H A Dsimple-object-xcoff.c203 unsigned char x_scnlen[4]; /* section length */ member
214 unsigned char x_scnlen[4]; /* csect length */ member
241 unsigned char x_scnlen[4]; /* section length */ member
591 off_t scnptr, x_scnlen; in simple_object_xcoff_find_sections() local
612 x_scnlen = in simple_object_xcoff_find_sections()
624 x_scnlen = fetch_32 (aux + offsetof (union external_auxent, in simple_object_xcoff_find_sections()
625 u.xcoff32.x_csect.x_scnlen)); in simple_object_xcoff_find_sections()
644 if (n_value + x_scnlen > size) in simple_object_xcoff_find_sections()
647 (*pfn) (data, ".go_export", scnptr + n_value, x_scnlen); in simple_object_xcoff_find_sections()
1006 set_32 (&syms[1].aux.x_scn.x_scnlen[0], scnsize); in simple_object_xcoff_write_to_file()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libiberty/
H A Dsimple-object-xcoff.c203 unsigned char x_scnlen[4]; /* section length */ member
214 unsigned char x_scnlen[4]; /* csect length */ member
241 unsigned char x_scnlen[4]; /* section length */ member
591 off_t scnptr, x_scnlen; in simple_object_xcoff_find_sections() local
612 x_scnlen = in simple_object_xcoff_find_sections()
624 x_scnlen = fetch_32 (aux + offsetof (union external_auxent, in simple_object_xcoff_find_sections()
625 u.xcoff32.x_csect.x_scnlen)); in simple_object_xcoff_find_sections()
644 if (n_value + x_scnlen > size) in simple_object_xcoff_find_sections()
647 (*pfn) (data, ".go_export", scnptr + n_value, x_scnlen); in simple_object_xcoff_find_sections()
1006 set_32 (&syms[1].aux.x_scn.x_scnlen[0], scnsize); in simple_object_xcoff_write_to_file()
/dports/lang/gcc11/gcc-11.2.0/libiberty/
H A Dsimple-object-xcoff.c203 unsigned char x_scnlen[4]; /* section length */ member
214 unsigned char x_scnlen[4]; /* csect length */ member
241 unsigned char x_scnlen[4]; /* section length */ member
591 off_t scnptr, x_scnlen; in simple_object_xcoff_find_sections() local
612 x_scnlen = in simple_object_xcoff_find_sections()
624 x_scnlen = fetch_32 (aux + offsetof (union external_auxent, in simple_object_xcoff_find_sections()
625 u.xcoff32.x_csect.x_scnlen)); in simple_object_xcoff_find_sections()
644 if (n_value + x_scnlen > size) in simple_object_xcoff_find_sections()
647 (*pfn) (data, ".go_export", scnptr + n_value, x_scnlen); in simple_object_xcoff_find_sections()
1006 set_32 (&syms[1].aux.x_scn.x_scnlen[0], scnsize); in simple_object_xcoff_write_to_file()
/dports/lang/gcc10/gcc-10.3.0/libiberty/
H A Dsimple-object-xcoff.c203 unsigned char x_scnlen[4]; /* section length */ member
214 unsigned char x_scnlen[4]; /* csect length */ member
241 unsigned char x_scnlen[4]; /* section length */ member
591 off_t scnptr, x_scnlen; in simple_object_xcoff_find_sections() local
612 x_scnlen = in simple_object_xcoff_find_sections()
624 x_scnlen = fetch_32 (aux + offsetof (union external_auxent, in simple_object_xcoff_find_sections()
625 u.xcoff32.x_csect.x_scnlen)); in simple_object_xcoff_find_sections()
644 if (n_value + x_scnlen > size) in simple_object_xcoff_find_sections()
647 (*pfn) (data, ".go_export", scnptr + n_value, x_scnlen); in simple_object_xcoff_find_sections()
1006 set_32 (&syms[1].aux.x_scn.x_scnlen[0], scnsize); in simple_object_xcoff_write_to_file()
/dports/lang/gcc11-devel/gcc-11-20211009/libiberty/
H A Dsimple-object-xcoff.c203 unsigned char x_scnlen[4]; /* section length */ member
214 unsigned char x_scnlen[4]; /* csect length */ member
241 unsigned char x_scnlen[4]; /* section length */ member
591 off_t scnptr, x_scnlen; in simple_object_xcoff_find_sections() local
612 x_scnlen = in simple_object_xcoff_find_sections()
624 x_scnlen = fetch_32 (aux + offsetof (union external_auxent, in simple_object_xcoff_find_sections()
625 u.xcoff32.x_csect.x_scnlen)); in simple_object_xcoff_find_sections()
644 if (n_value + x_scnlen > size) in simple_object_xcoff_find_sections()
647 (*pfn) (data, ".go_export", scnptr + n_value, x_scnlen); in simple_object_xcoff_find_sections()
1006 set_32 (&syms[1].aux.x_scn.x_scnlen[0], scnsize); in simple_object_xcoff_write_to_file()
/dports/devel/arm-elf-binutils/binutils-2.37/libiberty/
H A Dsimple-object-xcoff.c203 unsigned char x_scnlen[4]; /* section length */ member
214 unsigned char x_scnlen[4]; /* csect length */ member
241 unsigned char x_scnlen[4]; /* section length */ member
591 off_t scnptr, x_scnlen; in simple_object_xcoff_find_sections() local
612 x_scnlen = in simple_object_xcoff_find_sections()
624 x_scnlen = fetch_32 (aux + offsetof (union external_auxent, in simple_object_xcoff_find_sections()
625 u.xcoff32.x_csect.x_scnlen)); in simple_object_xcoff_find_sections()
644 if (n_value + x_scnlen > size) in simple_object_xcoff_find_sections()
647 (*pfn) (data, ".go_export", scnptr + n_value, x_scnlen); in simple_object_xcoff_find_sections()
1006 set_32 (&syms[1].aux.x_scn.x_scnlen[0], scnsize); in simple_object_xcoff_write_to_file()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libiberty/
H A Dsimple-object-xcoff.c203 unsigned char x_scnlen[4]; /* section length */ member
214 unsigned char x_scnlen[4]; /* csect length */ member
241 unsigned char x_scnlen[4]; /* section length */ member
591 off_t scnptr, x_scnlen; in simple_object_xcoff_find_sections() local
612 x_scnlen = in simple_object_xcoff_find_sections()
624 x_scnlen = fetch_32 (aux + offsetof (union external_auxent, in simple_object_xcoff_find_sections()
625 u.xcoff32.x_csect.x_scnlen)); in simple_object_xcoff_find_sections()
644 if (n_value + x_scnlen > size) in simple_object_xcoff_find_sections()
647 (*pfn) (data, ".go_export", scnptr + n_value, x_scnlen); in simple_object_xcoff_find_sections()
1006 set_32 (&syms[1].aux.x_scn.x_scnlen[0], scnsize); in simple_object_xcoff_write_to_file()
/dports/devel/avr-gcc/gcc-10.2.0/libiberty/
H A Dsimple-object-xcoff.c203 unsigned char x_scnlen[4]; /* section length */ member
214 unsigned char x_scnlen[4]; /* csect length */ member
241 unsigned char x_scnlen[4]; /* section length */ member
591 off_t scnptr, x_scnlen; in simple_object_xcoff_find_sections() local
612 x_scnlen = in simple_object_xcoff_find_sections()
624 x_scnlen = fetch_32 (aux + offsetof (union external_auxent, in simple_object_xcoff_find_sections()
625 u.xcoff32.x_csect.x_scnlen)); in simple_object_xcoff_find_sections()
644 if (n_value + x_scnlen > size) in simple_object_xcoff_find_sections()
647 (*pfn) (data, ".go_export", scnptr + n_value, x_scnlen); in simple_object_xcoff_find_sections()
1006 set_32 (&syms[1].aux.x_scn.x_scnlen[0], scnsize); in simple_object_xcoff_write_to_file()
/dports/lang/gcc9-devel/gcc-9-20211007/libiberty/
H A Dsimple-object-xcoff.c203 unsigned char x_scnlen[4]; /* section length */ member
214 unsigned char x_scnlen[4]; /* csect length */ member
241 unsigned char x_scnlen[4]; /* section length */ member
591 off_t scnptr, x_scnlen; in simple_object_xcoff_find_sections() local
612 x_scnlen = in simple_object_xcoff_find_sections()
624 x_scnlen = fetch_32 (aux + offsetof (union external_auxent, in simple_object_xcoff_find_sections()
625 u.xcoff32.x_csect.x_scnlen)); in simple_object_xcoff_find_sections()
644 if (n_value + x_scnlen > size) in simple_object_xcoff_find_sections()
647 (*pfn) (data, ".go_export", scnptr + n_value, x_scnlen); in simple_object_xcoff_find_sections()
1006 set_32 (&syms[1].aux.x_scn.x_scnlen[0], scnsize); in simple_object_xcoff_write_to_file()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libiberty/
H A Dsimple-object-xcoff.c203 unsigned char x_scnlen[4]; /* section length */ member
214 unsigned char x_scnlen[4]; /* csect length */ member
241 unsigned char x_scnlen[4]; /* section length */ member
591 off_t scnptr, x_scnlen; in simple_object_xcoff_find_sections() local
612 x_scnlen = in simple_object_xcoff_find_sections()
624 x_scnlen = fetch_32 (aux + offsetof (union external_auxent, in simple_object_xcoff_find_sections()
625 u.xcoff32.x_csect.x_scnlen)); in simple_object_xcoff_find_sections()
644 if (n_value + x_scnlen > size) in simple_object_xcoff_find_sections()
647 (*pfn) (data, ".go_export", scnptr + n_value, x_scnlen); in simple_object_xcoff_find_sections()
1006 set_32 (&syms[1].aux.x_scn.x_scnlen[0], scnsize); in simple_object_xcoff_write_to_file()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libiberty/
H A Dsimple-object-xcoff.c203 unsigned char x_scnlen[4]; /* section length */ member
214 unsigned char x_scnlen[4]; /* csect length */ member
241 unsigned char x_scnlen[4]; /* section length */ member
591 off_t scnptr, x_scnlen; in simple_object_xcoff_find_sections() local
612 x_scnlen = in simple_object_xcoff_find_sections()
624 x_scnlen = fetch_32 (aux + offsetof (union external_auxent, in simple_object_xcoff_find_sections()
625 u.xcoff32.x_csect.x_scnlen)); in simple_object_xcoff_find_sections()
644 if (n_value + x_scnlen > size) in simple_object_xcoff_find_sections()
647 (*pfn) (data, ".go_export", scnptr + n_value, x_scnlen); in simple_object_xcoff_find_sections()
1006 set_32 (&syms[1].aux.x_scn.x_scnlen[0], scnsize); in simple_object_xcoff_write_to_file()
/dports/devel/gdb/gdb-11.1/libiberty/
H A Dsimple-object-xcoff.c203 unsigned char x_scnlen[4]; /* section length */ member
214 unsigned char x_scnlen[4]; /* csect length */ member
241 unsigned char x_scnlen[4]; /* section length */ member
591 off_t scnptr, x_scnlen; in simple_object_xcoff_find_sections() local
612 x_scnlen = in simple_object_xcoff_find_sections()
624 x_scnlen = fetch_32 (aux + offsetof (union external_auxent, in simple_object_xcoff_find_sections()
625 u.xcoff32.x_csect.x_scnlen)); in simple_object_xcoff_find_sections()
644 if (n_value + x_scnlen > size) in simple_object_xcoff_find_sections()
647 (*pfn) (data, ".go_export", scnptr + n_value, x_scnlen); in simple_object_xcoff_find_sections()
1006 set_32 (&syms[1].aux.x_scn.x_scnlen[0], scnsize); in simple_object_xcoff_write_to_file()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libiberty/
H A Dsimple-object-xcoff.c203 unsigned char x_scnlen[4]; /* section length */ member
214 unsigned char x_scnlen[4]; /* csect length */ member
241 unsigned char x_scnlen[4]; /* section length */ member
591 off_t scnptr, x_scnlen; in simple_object_xcoff_find_sections() local
612 x_scnlen = in simple_object_xcoff_find_sections()
624 x_scnlen = fetch_32 (aux + offsetof (union external_auxent, in simple_object_xcoff_find_sections()
625 u.xcoff32.x_csect.x_scnlen)); in simple_object_xcoff_find_sections()
644 if (n_value + x_scnlen > size) in simple_object_xcoff_find_sections()
647 (*pfn) (data, ".go_export", scnptr + n_value, x_scnlen); in simple_object_xcoff_find_sections()
1006 set_32 (&syms[1].aux.x_scn.x_scnlen[0], scnsize); in simple_object_xcoff_write_to_file()
/dports/devel/riscv64-gcc/gcc-8.3.0/libiberty/
H A Dsimple-object-xcoff.c203 unsigned char x_scnlen[4]; /* section length */ member
214 unsigned char x_scnlen[4]; /* csect length */ member
241 unsigned char x_scnlen[4]; /* section length */ member
591 off_t scnptr, x_scnlen; in simple_object_xcoff_find_sections() local
612 x_scnlen = in simple_object_xcoff_find_sections()
624 x_scnlen = fetch_32 (aux + offsetof (union external_auxent, in simple_object_xcoff_find_sections()
625 u.xcoff32.x_csect.x_scnlen)); in simple_object_xcoff_find_sections()
644 if (n_value + x_scnlen > size) in simple_object_xcoff_find_sections()
647 (*pfn) (data, ".go_export", scnptr + n_value, x_scnlen); in simple_object_xcoff_find_sections()
1006 set_32 (&syms[1].aux.x_scn.x_scnlen[0], scnsize); in simple_object_xcoff_write_to_file()
/dports/devel/gnulibiberty/binutils-2.37/libiberty/
H A Dsimple-object-xcoff.c203 unsigned char x_scnlen[4]; /* section length */ member
214 unsigned char x_scnlen[4]; /* csect length */ member
241 unsigned char x_scnlen[4]; /* section length */ member
591 off_t scnptr, x_scnlen; in simple_object_xcoff_find_sections() local
612 x_scnlen = in simple_object_xcoff_find_sections()
624 x_scnlen = fetch_32 (aux + offsetof (union external_auxent, in simple_object_xcoff_find_sections()
625 u.xcoff32.x_csect.x_scnlen)); in simple_object_xcoff_find_sections()
644 if (n_value + x_scnlen > size) in simple_object_xcoff_find_sections()
647 (*pfn) (data, ".go_export", scnptr + n_value, x_scnlen); in simple_object_xcoff_find_sections()
1006 set_32 (&syms[1].aux.x_scn.x_scnlen[0], scnsize); in simple_object_xcoff_write_to_file()
/dports/lang/gcc10-devel/gcc-10-20211008/libiberty/
H A Dsimple-object-xcoff.c203 unsigned char x_scnlen[4]; /* section length */ member
214 unsigned char x_scnlen[4]; /* csect length */ member
241 unsigned char x_scnlen[4]; /* section length */ member
591 off_t scnptr, x_scnlen; in simple_object_xcoff_find_sections() local
612 x_scnlen = in simple_object_xcoff_find_sections()
624 x_scnlen = fetch_32 (aux + offsetof (union external_auxent, in simple_object_xcoff_find_sections()
625 u.xcoff32.x_csect.x_scnlen)); in simple_object_xcoff_find_sections()
644 if (n_value + x_scnlen > size) in simple_object_xcoff_find_sections()
647 (*pfn) (data, ".go_export", scnptr + n_value, x_scnlen); in simple_object_xcoff_find_sections()
1006 set_32 (&syms[1].aux.x_scn.x_scnlen[0], scnsize); in simple_object_xcoff_write_to_file()
/dports/lang/gcc9/gcc-9.4.0/libiberty/
H A Dsimple-object-xcoff.c203 unsigned char x_scnlen[4]; /* section length */ member
214 unsigned char x_scnlen[4]; /* csect length */ member
241 unsigned char x_scnlen[4]; /* section length */ member
591 off_t scnptr, x_scnlen; in simple_object_xcoff_find_sections() local
612 x_scnlen = in simple_object_xcoff_find_sections()
624 x_scnlen = fetch_32 (aux + offsetof (union external_auxent, in simple_object_xcoff_find_sections()
625 u.xcoff32.x_csect.x_scnlen)); in simple_object_xcoff_find_sections()
644 if (n_value + x_scnlen > size) in simple_object_xcoff_find_sections()
647 (*pfn) (data, ".go_export", scnptr + n_value, x_scnlen); in simple_object_xcoff_find_sections()
1006 set_32 (&syms[1].aux.x_scn.x_scnlen[0], scnsize); in simple_object_xcoff_write_to_file()
/dports/lang/gcc9-aux/gcc-9.1.0/libiberty/
H A Dsimple-object-xcoff.c203 unsigned char x_scnlen[4]; /* section length */ member
214 unsigned char x_scnlen[4]; /* csect length */ member
241 unsigned char x_scnlen[4]; /* section length */ member
591 off_t scnptr, x_scnlen; in simple_object_xcoff_find_sections() local
612 x_scnlen = in simple_object_xcoff_find_sections()
624 x_scnlen = fetch_32 (aux + offsetof (union external_auxent, in simple_object_xcoff_find_sections()
625 u.xcoff32.x_csect.x_scnlen)); in simple_object_xcoff_find_sections()
644 if (n_value + x_scnlen > size) in simple_object_xcoff_find_sections()
647 (*pfn) (data, ".go_export", scnptr + n_value, x_scnlen); in simple_object_xcoff_find_sections()
1006 set_32 (&syms[1].aux.x_scn.x_scnlen[0], scnsize); in simple_object_xcoff_write_to_file()
/dports/devel/binutils/binutils-2.37/libiberty/
H A Dsimple-object-xcoff.c203 unsigned char x_scnlen[4]; /* section length */ member
214 unsigned char x_scnlen[4]; /* csect length */ member
241 unsigned char x_scnlen[4]; /* section length */ member
591 off_t scnptr, x_scnlen; in simple_object_xcoff_find_sections() local
612 x_scnlen = in simple_object_xcoff_find_sections()
624 x_scnlen = fetch_32 (aux + offsetof (union external_auxent, in simple_object_xcoff_find_sections()
625 u.xcoff32.x_csect.x_scnlen)); in simple_object_xcoff_find_sections()
644 if (n_value + x_scnlen > size) in simple_object_xcoff_find_sections()
647 (*pfn) (data, ".go_export", scnptr + n_value, x_scnlen); in simple_object_xcoff_find_sections()
1006 set_32 (&syms[1].aux.x_scn.x_scnlen[0], scnsize); in simple_object_xcoff_write_to_file()

12345678910>>...17