Searched refs:sec (Results 1 - 25 of 558) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/gcc.target/arm/
H A Dpr50318-1.c5 long long test (unsigned int sec, unsigned long long nsecs) argument
7 return (long long)(long)sec * 1000000000L + (long long)(unsigned
/haiku-buildtools/binutils/ld/testsuite/ld-scripts/
H A Dsection-match-1.s1 .section .sec.foo
4 .section .sec..foo
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20000728-1.c2 long sec; long usec; member in struct:clock
12 if (foo == clock_old.sec && 0 == clock_old.usec);
H A D20010320-1.c1 typedef struct sec { struct
5 struct sec *next;
/haiku-buildtools/binutils/bfd/
H A Dcompress.c76 bfd_compress_section_contents (bfd *abfd, sec_ptr sec, argument
89 = bfd_is_section_compressed_with_header (abfd, sec,
144 sec->size = orig_uncompressed_size;
156 sec->contents = buffer;
157 sec->compress_status = COMPRESS_SECTION_DONE;
162 bfd_update_compression_header (abfd, buffer, sec);
184 bfd_update_compression_header (abfd, buffer, sec);
190 sec->contents = uncompressed_buffer;
191 sec->compress_status = COMPRESS_SECTION_NONE;
197 sec
223 bfd_get_full_section_contents(bfd *abfd, sec_ptr sec, bfd_byte **ptr) argument
351 bfd_cache_section_contents(asection *sec, void *contents) argument
378 bfd_is_section_compressed_with_header(bfd *abfd, sec_ptr sec, int *compression_header_size_p, bfd_size_type *uncompressed_size_p) argument
448 bfd_is_section_compressed(bfd *abfd, sec_ptr sec) argument
477 bfd_init_section_decompress_status(bfd *abfd, sec_ptr sec) argument
541 bfd_init_section_compress_status(bfd *abfd, sec_ptr sec) argument
592 bfd_compress_section(bfd *abfd, sec_ptr sec, bfd_byte *uncompressed_buffer) argument
[all...]
H A Daix5ppc-core.c58 asection *sec; local
127 sec = bfd_make_section_anyway_with_flags (abfd, ".stack", flags);
128 if (NULL == sec)
131 sec->size = core.c_size;
132 sec->vma = core.c_stackorg;
133 sec->filepos = core.c_stack;
137 sec = bfd_make_section_anyway_with_flags (abfd, ".reg", flags);
138 if (NULL == sec)
141 sec->size = sizeof (struct __context64);
142 sec
[all...]
H A Dcoff-bfd.h66 #define coff_section_data(abfd, sec) \
67 ((struct coff_section_tdata *) (sec)->used_by_bfd)
69 #define bfd_coff_get_comdat_section(abfd, sec) \
71 && coff_section_data (abfd, sec) != NULL) \
72 ? coff_section_data (abfd, sec)->comdat : NULL)
H A Delf-vxworks.c194 asection *sec = (*hash_ptr)->root.u.def.section; local
195 int this_idx = sec->output_section->target_index;
200 irela[j].r_addend += sec->output_offset;
219 asection * sec; local
222 sec = bfd_get_section_by_name (abfd, ".rel.plt.unloaded");
223 if (!sec)
224 sec = bfd_get_section_by_name (abfd, ".rela.plt.unloaded");
225 if (!sec)
227 d = elf_section_data (sec);
229 sec
262 asection *sec; local
[all...]
H A Dmerge.c90 asection *sec; member in struct:sec_merge_sec_info
291 asection *sec = secinfo->sec; local
294 int alignment_power = sec->output_section->alignment_power;
336 off = sec->size - off;
359 _bfd_add_merge_section (bfd *abfd, void **psinfo, asection *sec, argument
369 || (sec->flags & SEC_MERGE) == 0)
372 if (sec->size == 0
373 || (sec->flags & SEC_EXCLUDE) != 0
374 || sec
467 asection *sec = secinfo->sec; local
800 _bfd_write_merged_section(bfd *output_bfd, asection *sec, void *psecinfo) argument
852 asection *sec = *psec; local
[all...]
H A Delf32-ip2k.c344 asection *sec,
352 if (addr + 4 > sec->size)
424 asection *sec,
432 if (addr + 4 > sec->size)
481 asection *sec,
485 bfd_vma page = PAGENO (BASEADDR (sec) + addr);
491 if (PAGENO (BASEADDR (sec)) == page)
498 while (PAGENO (BASEADDR (sec) + addr - 2) == page)
508 if (ip2k_is_switch_table_128 (abfd, sec, addr, contents) != -1)
512 if (ip2k_is_switch_table_256 (abfd, sec, add
343 ip2k_is_switch_table_128(bfd *abfd ATTRIBUTE_UNUSED, asection *sec, bfd_vma addr, bfd_byte *contents) argument
423 ip2k_is_switch_table_256(bfd *abfd ATTRIBUTE_UNUSED, asection *sec, bfd_vma addr, bfd_byte *contents) argument
480 ip2k_nominal_page_bits(bfd *abfd ATTRIBUTE_UNUSED, asection *sec, bfd_vma addr, bfd_byte *contents) argument
534 ip2k_test_page_insn(bfd *abfd ATTRIBUTE_UNUSED, asection *sec, Elf_Internal_Rela *irel, struct misc *misc) argument
569 adjust_all_relocations(bfd *abfd, asection *sec, bfd_vma addr, bfd_vma endaddr, int count, int noadj) argument
785 ip2k_elf_relax_delete_bytes(bfd *abfd, asection *sec, bfd_vma addr, int count) argument
804 ip2k_delete_page_insn(bfd *abfd ATTRIBUTE_UNUSED, asection *sec, Elf_Internal_Rela *irel, bfd_boolean *again, struct misc *misc) argument
829 ip2k_relax_switch_table_128(bfd *abfd ATTRIBUTE_UNUSED, asection *sec, Elf_Internal_Rela *irel, bfd_boolean *again, struct misc *misc) argument
900 ip2k_relax_switch_table_256(bfd *abfd ATTRIBUTE_UNUSED, asection *sec, Elf_Internal_Rela *irel, bfd_boolean *again, struct misc *misc) argument
986 ip2k_elf_relax_section_page(bfd *abfd, asection *sec, bfd_boolean *again, struct misc *misc, unsigned long page_start, unsigned long page_end) argument
1063 ip2k_elf_relax_section(bfd *abfd, asection *sec, struct bfd_link_info *link_info, bfd_boolean *again) argument
1409 asection * sec; local
[all...]
H A Delf32-sh64-com.c188 sh64_get_contents_type (asection *sec, bfd_vma addr, sh64_elf_crange *rangep) argument
193 if (bfd_get_flavour (sec->owner) == bfd_target_elf_flavour
194 && elf_elfheader (sec->owner)->e_type == ET_EXEC)
196 rangep->cr_addr = bfd_get_section_vma (sec->owner, sec);
197 rangep->cr_size = sec->size;
205 if ((elf_section_data (sec)->this_hdr.sh_flags
209 = ((bfd_get_section_flags (sec->owner, sec) & SEC_CODE) != 0
216 if ((elf_section_data (sec)
241 sh64_address_is_shmedia(asection *sec, bfd_vma addr) argument
[all...]
H A Delf-nacl.c133 asection *sec; local
142 sec = bfd_zalloc (abfd, sizeof *sec);
143 if (sec == NULL)
148 sec->vma = end;
149 sec->lma = lastsec->lma + lastsec->size;
150 sec->size = bed->minpagesize - (end % bed->minpagesize);
151 sec->flags = (SEC_ALLOC | SEC_LOAD
153 sec->used_by_bfd = secdata;
157 secdata->this_hdr.sh_addr = sec
332 asection *sec = seg->sections[seg->count - 1]; local
[all...]
/haiku-buildtools/legacy/binutils/bfd/
H A Daix5ppc-core.c53 asection *sec; local
120 sec = bfd_make_section_anyway (abfd, ".stack");
121 if (NULL == sec)
124 sec->flags = SEC_ALLOC | SEC_LOAD | SEC_HAS_CONTENTS;
125 sec->size = core.c_size;
126 sec->vma = core.c_stackorg;
127 sec->filepos = core.c_stack;
130 sec = bfd_make_section_anyway (abfd, ".reg");
131 if (NULL == sec)
134 sec
[all...]
H A Delf-eh-frame.c166 (bfd *abfd, struct bfd_link_info *info, asection *sec,
183 if (sec->_raw_size == 0)
189 if ((sec->output_section != NULL
190 && bfd_is_abs_section (sec->output_section)))
202 ehbuf = bfd_malloc (sec->_raw_size);
206 if (! bfd_get_section_contents (abfd, sec, ehbuf, 0, sec->_raw_size))
209 if (sec->_raw_size >= 4
220 if (sec->_raw_size != (unsigned int) sec
165 _bfd_elf_discard_section_eh_frame(bfd *abfd, struct bfd_link_info *info, asection *sec, bfd_boolean (*reloc_symbol_deleted_p) (bfd_vma, void *), struct elf_reloc_cookie *cookie) argument
633 asection *sec; local
703 _bfd_elf_eh_frame_section_offset(bfd *output_bfd ATTRIBUTE_UNUSED, struct bfd_link_info * dummy ATTRIBUTE_UNUSED, asection *sec, bfd_vma offset) argument
762 _bfd_elf_write_section_eh_frame(bfd *abfd, struct bfd_link_info *info, asection *sec, bfd_byte *contents) argument
1081 asection *sec; local
[all...]
H A Delf32-sh64-com.c187 sh64_get_contents_type (asection *sec, bfd_vma addr, sh64_elf_crange *rangep) argument
192 if (bfd_get_flavour (sec->owner) == bfd_target_elf_flavour
193 && elf_elfheader (sec->owner)->e_type == ET_EXEC)
195 rangep->cr_addr = bfd_get_section_vma (sec->owner, sec);
196 rangep->cr_size = sec->size;
204 if ((elf_section_data (sec)->this_hdr.sh_flags
208 = ((bfd_get_section_flags (sec->owner, sec) & SEC_CODE) != 0
215 if ((elf_section_data (sec)
240 sh64_address_is_shmedia(asection *sec, bfd_vma addr) argument
[all...]
H A Dmerge.c88 asection *sec; member in struct:sec_merge_sec_info
292 asection *sec = secinfo->sec; local
295 int alignment_power = sec->output_section->alignment_power;
327 off = sec->size - off;
346 _bfd_add_merge_section (bfd *abfd, void **psinfo, asection *sec, argument
355 || (sec->flags & SEC_MERGE) == 0)
358 if (sec->size == 0
359 || (sec->flags & SEC_EXCLUDE) != 0
360 || sec
445 asection *sec = secinfo->sec; local
778 _bfd_write_merged_section(bfd *output_bfd, asection *sec, void *psecinfo) argument
809 asection *sec = *psec; local
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/all/
H A Dcofftag.d7 \[ 0\]\(sec -2\)\(fl 0x00\)\(ty 0\)\(scl 103\) \(nx 1\) 0x0+0000 foo.c
9 \[ 2\]\(sec 1\)\(fl 0x00\)\(ty 0\)\(scl 6\) \(nx 0\) 0x0+0000 gcc2_compiled.
10 \[ 3\]\(sec 1\)\(fl 0x00\)\(ty 0\)\(scl 6\) \(nx 0\) 0x0+0000 ___gnu_compiled_c
11 \[ 4\]\(sec -2\)\(fl 0x00\)\(ty a\)\(scl 15\) \(nx 1\) 0x0+0000 _token
13 \[ 6\]\(sec -(1|2)\)\(fl 0x00\)\(ty b\)\(scl 16\) \(nx 0\) 0x0+0000 _operator
14 \[ 7\]\(sec -(1|2)\)\(fl 0x00\)\(ty b\)\(scl 16\) \(nx 0\) 0x0+0001 _flags
15 \[ 8\]\(sec -(1|2)\)\(fl 0x00\)\(ty 0\)\(scl 102\) \(nx 1\) 0x0+0004 .eos
17 \[ 10\]\(sec 1\)\(fl 0x00\)\(ty 0\)\(scl 3\) \(nx 1\) 0x[0-9a-f]+ .text
19 \[ 12\]\(sec 2\)\(fl 0x00\)\(ty 0\)\(scl 3\) \(nx 1\) 0x[0-9a-f]+ .data
21 \[ 14\]\(sec
[all...]
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/all/
H A Dcofftag.d7 \[ 0\]\(sec -2\)\(fl 0x00\)\(ty 0\)\(scl 103\) \(nx 1\) 0x0+0000 foo.c
9 \[ 2\]\(sec 1\)\(fl 0x00\)\(ty 0\)\(scl 6\) \(nx 0\) 0x0+0000 gcc2_compiled.
10 \[ 3\]\(sec 1\)\(fl 0x00\)\(ty 0\)\(scl 6\) \(nx 0\) 0x0+0000 ___gnu_compiled_c
11 \[ 4\]\(sec -2\)\(fl 0x00\)\(ty a\)\(scl 15\) \(nx 1\) 0x0+0000 _token
13 \[ 6\]\(sec -(1|2)\)\(fl 0x00\)\(ty b\)\(scl 16\) \(nx 0\) 0x0+0000 _operator
14 \[ 7\]\(sec -(1|2)\)\(fl 0x00\)\(ty b\)\(scl 16\) \(nx 0\) 0x0+0001 _flags
15 \[ 8\]\(sec -(1|2)\)\(fl 0x00\)\(ty 0\)\(scl 102\) \(nx 1\) 0x0+0004 .eos
17 \[ 10\]\(sec 1\)\(fl 0x00\)\(ty 0\)\(scl 3\) \(nx 1\) 0x[0-9a-f]+ .text
19 \[ 12\]\(sec 2\)\(fl 0x00\)\(ty 0\)\(scl 3\) \(nx 1\) 0x[0-9a-f]+ .data
21 \[ 14\]\(sec
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20111212-1.c7 unsigned int sec; member in struct:event::__anon1717
16 if (event.sent.sec < 64) {
17 event.sent.sec = -1U;
/haiku-buildtools/gcc/gcc/ada/
H A Dcal.c62 __gnat_timeval_to_duration (struct timeval *t, long long *sec, long *usec) argument
64 *sec = (long long) t->tv_sec;
69 __gnat_duration_to_timeval (long long sec, long usec, struct timeval *t) argument
74 t->tv_sec = sec;
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-mmix/
H A Dsec-7m.d2 #source: sec-7a.s
3 #source: sec-7b.s
4 #source: sec-7c.s
5 #source: sec-7d.s
6 #source: sec-7e.s
/haiku-buildtools/binutils/ld/testsuite/ld-mmix/
H A Dsec-7m.d2 #source: sec-7a.s
3 #source: sec-7b.s
4 #source: sec-7c.s
5 #source: sec-7d.s
6 #source: sec-7e.s
/haiku-buildtools/binutils/gas/testsuite/gas/arm/
H A Dattr-march-armv6k+sec.d1 # name: attributes for -march=armv6k+sec
3 # as: -march=armv6k+sec
/haiku-buildtools/binutils/gold/testsuite/
H A Dscript_test_14.s49 .section .sec.101,"aw"
52 .section .sec.103,"aw"
55 .section .sec,"aw"
58 .section .sec.0103,"aw"
/haiku-buildtools/binutils/ld/testsuite/ld-elf/
H A Dsec-to-seg.exp30 if { ! [ld_assemble $as $srcdir/$subdir/sec-to-seg1.s tmpdir/sec-to-seg1.o]
31 || ! [ld_assemble $as $srcdir/$subdir/sec-to-seg2.s tmpdir/sec-to-seg2.o]} then {
43 if {! [ld_simple_link $ld tmpdir/sec-to-seg "-T $srcdir/$subdir/$scriptname tmpdir/sec-to-seg1.o tmpdir/sec-to-seg2.o"] } then {
48 send_log "$READELF --program-headers --section-headers tmpdir/sec-to-seg\n"
49 set exec_output [run_host_cmd "$READELF" "--program-headers --section-headers tmpdir/sec-to-seg"]
97 sec_to_seg_test "assignment of ELF sections to segments (same page)" "sec
[all...]

Completed in 238 milliseconds

1234567891011>>