Home
last modified time | relevance | path

Searched refs:bfd_get_section_flags (Results 1 – 25 of 634) sorted by relevance

12345678910>>...26

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/sim/ppc/
H A Dhw_htab.c400 if (! (bfd_get_section_flags(abfd, sec) & SEC_ALLOC)) in htab_sum_binary()
403 if ((bfd_get_section_flags (abfd, sec) & SEC_CODE) in htab_sum_binary()
404 || (bfd_get_section_flags (abfd, sec) & SEC_READONLY)) { in htab_sum_binary()
412 else if ((bfd_get_section_flags (abfd, sec) & SEC_DATA) in htab_sum_binary()
413 || (bfd_get_section_flags (abfd, sec) & SEC_ALLOC)) { in htab_sum_binary()
436 if (! (bfd_get_section_flags(abfd, sec) & SEC_ALLOC)) in htab_dma_binary()
445 if (! (bfd_get_section_flags(abfd, sec) & SEC_LOAD)) in htab_dma_binary()
451 if ((bfd_get_section_flags (abfd, sec) & SEC_CODE) in htab_dma_binary()
452 || (bfd_get_section_flags (abfd, sec) & SEC_READONLY)) in htab_dma_binary()
454 else if ((bfd_get_section_flags (abfd, sec) & SEC_DATA)) in htab_dma_binary()
[all …]
H A Dhw_init.c328 if (! (bfd_get_section_flags(abfd, the_section) & SEC_ALLOC)) in update_for_binary_section()
344 (long)bfd_get_section_flags(abfd, the_section), in update_for_binary_section()
345 bfd_get_section_flags(abfd, the_section) & SEC_LOAD ? " LOAD" : "", in update_for_binary_section()
346 bfd_get_section_flags(abfd, the_section) & SEC_CODE ? " CODE" : "", in update_for_binary_section()
347 bfd_get_section_flags(abfd, the_section) & SEC_DATA ? " DATA" : "", in update_for_binary_section()
348 bfd_get_section_flags(abfd, the_section) & SEC_ALLOC ? " ALLOC" : "", in update_for_binary_section()
349 bfd_get_section_flags(abfd, the_section) & SEC_READONLY ? " READONLY" : "" in update_for_binary_section()
358 if (bfd_get_section_flags(abfd, the_section) & SEC_CODE) in update_for_binary_section()
360 if (!(bfd_get_section_flags(abfd, the_section) & SEC_READONLY)) in update_for_binary_section()
390 if (bfd_get_section_flags(abfd, the_section) & SEC_LOAD) { in update_for_binary_section()
/dports/devel/avr-gdb/gdb-7.3.1/sim/ppc/
H A Dhw_htab.c399 if (! (bfd_get_section_flags(abfd, sec) & SEC_ALLOC)) in htab_sum_binary()
402 if ((bfd_get_section_flags (abfd, sec) & SEC_CODE) in htab_sum_binary()
403 || (bfd_get_section_flags (abfd, sec) & SEC_READONLY)) { in htab_sum_binary()
411 else if ((bfd_get_section_flags (abfd, sec) & SEC_DATA) in htab_sum_binary()
412 || (bfd_get_section_flags (abfd, sec) & SEC_ALLOC)) { in htab_sum_binary()
435 if (! (bfd_get_section_flags(abfd, sec) & SEC_ALLOC)) in htab_dma_binary()
444 if (! (bfd_get_section_flags(abfd, sec) & SEC_LOAD)) in htab_dma_binary()
450 if ((bfd_get_section_flags (abfd, sec) & SEC_CODE) in htab_dma_binary()
451 || (bfd_get_section_flags (abfd, sec) & SEC_READONLY)) in htab_dma_binary()
453 else if ((bfd_get_section_flags (abfd, sec) & SEC_DATA)) in htab_dma_binary()
[all …]
H A Dhw_init.c328 if (! (bfd_get_section_flags(abfd, the_section) & SEC_ALLOC)) in update_for_binary_section()
344 (long)bfd_get_section_flags(abfd, the_section), in update_for_binary_section()
345 bfd_get_section_flags(abfd, the_section) & SEC_LOAD ? " LOAD" : "", in update_for_binary_section()
346 bfd_get_section_flags(abfd, the_section) & SEC_CODE ? " CODE" : "", in update_for_binary_section()
347 bfd_get_section_flags(abfd, the_section) & SEC_DATA ? " DATA" : "", in update_for_binary_section()
348 bfd_get_section_flags(abfd, the_section) & SEC_ALLOC ? " ALLOC" : "", in update_for_binary_section()
349 bfd_get_section_flags(abfd, the_section) & SEC_READONLY ? " READONLY" : "" in update_for_binary_section()
358 if (bfd_get_section_flags(abfd, the_section) & SEC_CODE) in update_for_binary_section()
360 if (!(bfd_get_section_flags(abfd, the_section) & SEC_READONLY)) in update_for_binary_section()
390 if (bfd_get_section_flags(abfd, the_section) & SEC_LOAD) { in update_for_binary_section()
/dports/devel/gdb761/gdb-7.6.1/sim/ppc/
H A Dhw_htab.c398 if (! (bfd_get_section_flags(abfd, sec) & SEC_ALLOC)) in htab_sum_binary()
401 if ((bfd_get_section_flags (abfd, sec) & SEC_CODE) in htab_sum_binary()
402 || (bfd_get_section_flags (abfd, sec) & SEC_READONLY)) { in htab_sum_binary()
410 else if ((bfd_get_section_flags (abfd, sec) & SEC_DATA) in htab_sum_binary()
411 || (bfd_get_section_flags (abfd, sec) & SEC_ALLOC)) { in htab_sum_binary()
434 if (! (bfd_get_section_flags(abfd, sec) & SEC_ALLOC)) in htab_dma_binary()
443 if (! (bfd_get_section_flags(abfd, sec) & SEC_LOAD)) in htab_dma_binary()
449 if ((bfd_get_section_flags (abfd, sec) & SEC_CODE) in htab_dma_binary()
450 || (bfd_get_section_flags (abfd, sec) & SEC_READONLY)) in htab_dma_binary()
452 else if ((bfd_get_section_flags (abfd, sec) & SEC_DATA)) in htab_dma_binary()
[all …]
H A Dhw_init.c327 if (! (bfd_get_section_flags(abfd, the_section) & SEC_ALLOC)) in update_for_binary_section()
343 (long)bfd_get_section_flags(abfd, the_section), in update_for_binary_section()
344 bfd_get_section_flags(abfd, the_section) & SEC_LOAD ? " LOAD" : "", in update_for_binary_section()
345 bfd_get_section_flags(abfd, the_section) & SEC_CODE ? " CODE" : "", in update_for_binary_section()
346 bfd_get_section_flags(abfd, the_section) & SEC_DATA ? " DATA" : "", in update_for_binary_section()
347 bfd_get_section_flags(abfd, the_section) & SEC_ALLOC ? " ALLOC" : "", in update_for_binary_section()
348 bfd_get_section_flags(abfd, the_section) & SEC_READONLY ? " READONLY" : "" in update_for_binary_section()
357 if (bfd_get_section_flags(abfd, the_section) & SEC_CODE) in update_for_binary_section()
359 if (!(bfd_get_section_flags(abfd, the_section) & SEC_READONLY)) in update_for_binary_section()
389 if (bfd_get_section_flags(abfd, the_section) & SEC_LOAD) { in update_for_binary_section()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/sim/ppc/
H A Dhw_htab.c400 if (! (bfd_get_section_flags(abfd, sec) & SEC_ALLOC)) in htab_sum_binary()
403 if ((bfd_get_section_flags (abfd, sec) & SEC_CODE) in htab_sum_binary()
404 || (bfd_get_section_flags (abfd, sec) & SEC_READONLY)) { in htab_sum_binary()
412 else if ((bfd_get_section_flags (abfd, sec) & SEC_DATA) in htab_sum_binary()
413 || (bfd_get_section_flags (abfd, sec) & SEC_ALLOC)) { in htab_sum_binary()
436 if (! (bfd_get_section_flags(abfd, sec) & SEC_ALLOC)) in htab_dma_binary()
445 if (! (bfd_get_section_flags(abfd, sec) & SEC_LOAD)) in htab_dma_binary()
451 if ((bfd_get_section_flags (abfd, sec) & SEC_CODE) in htab_dma_binary()
452 || (bfd_get_section_flags (abfd, sec) & SEC_READONLY)) in htab_dma_binary()
454 else if ((bfd_get_section_flags (abfd, sec) & SEC_DATA)) in htab_dma_binary()
[all …]
H A Dhw_init.c328 if (! (bfd_get_section_flags(abfd, the_section) & SEC_ALLOC)) in update_for_binary_section()
344 (long)bfd_get_section_flags(abfd, the_section), in update_for_binary_section()
345 bfd_get_section_flags(abfd, the_section) & SEC_LOAD ? " LOAD" : "", in update_for_binary_section()
346 bfd_get_section_flags(abfd, the_section) & SEC_CODE ? " CODE" : "", in update_for_binary_section()
347 bfd_get_section_flags(abfd, the_section) & SEC_DATA ? " DATA" : "", in update_for_binary_section()
348 bfd_get_section_flags(abfd, the_section) & SEC_ALLOC ? " ALLOC" : "", in update_for_binary_section()
349 bfd_get_section_flags(abfd, the_section) & SEC_READONLY ? " READONLY" : "" in update_for_binary_section()
358 if (bfd_get_section_flags(abfd, the_section) & SEC_CODE) in update_for_binary_section()
360 if (!(bfd_get_section_flags(abfd, the_section) & SEC_READONLY)) in update_for_binary_section()
390 if (bfd_get_section_flags(abfd, the_section) & SEC_LOAD) { in update_for_binary_section()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/bfd/
H A Delf32-sh64-com.c110 if (bfd_get_section_flags (cranges->owner, cranges) & SEC_RELOC) in sh64_address_in_cranges()
115 if ((bfd_get_section_flags (cranges->owner, cranges) & SEC_IN_MEMORY) in sh64_address_in_cranges()
136 bfd_get_section_flags (cranges->owner, cranges) in sh64_address_in_cranges()
208 = ((bfd_get_section_flags (sec->owner, sec) & SEC_CODE) != 0 in sh64_get_contents_type()
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/bfd/
H A Delf32-sh64-com.c111 if (bfd_get_section_flags (cranges->owner, cranges) & SEC_RELOC) in sh64_address_in_cranges()
116 if ((bfd_get_section_flags (cranges->owner, cranges) & SEC_IN_MEMORY) in sh64_address_in_cranges()
137 bfd_get_section_flags (cranges->owner, cranges) in sh64_address_in_cranges()
209 = ((bfd_get_section_flags (sec->owner, sec) & SEC_CODE) != 0 in sh64_get_contents_type()
H A Di386msdos.c56 if (bfd_get_section_flags (abfd, sec) & SEC_ALLOC) in msdos_write_object_contents()
62 if (bfd_get_section_flags (abfd, sec) & SEC_LOAD) in msdos_write_object_contents()
118 if (bfd_get_section_flags (abfd, section) & SEC_LOAD) in msdos_set_section_contents()
/dports/lang/gnatdroid-binutils/binutils-2.27/bfd/
H A Delf32-sh64-com.c111 if (bfd_get_section_flags (cranges->owner, cranges) & SEC_RELOC) in sh64_address_in_cranges()
116 if ((bfd_get_section_flags (cranges->owner, cranges) & SEC_IN_MEMORY) in sh64_address_in_cranges()
137 bfd_get_section_flags (cranges->owner, cranges) in sh64_address_in_cranges()
209 = ((bfd_get_section_flags (sec->owner, sec) & SEC_CODE) != 0 in sh64_get_contents_type()
H A Di386msdos.c56 if (bfd_get_section_flags (abfd, sec) & SEC_ALLOC) in msdos_write_object_contents()
62 if (bfd_get_section_flags (abfd, sec) & SEC_LOAD) in msdos_write_object_contents()
118 if (bfd_get_section_flags (abfd, section) & SEC_LOAD) in msdos_set_section_contents()
/dports/devel/avr-gdb/gdb-7.3.1/bfd/
H A Delf32-sh64-com.c112 if (bfd_get_section_flags (cranges->owner, cranges) & SEC_RELOC) in sh64_address_in_cranges()
117 if ((bfd_get_section_flags (cranges->owner, cranges) & SEC_IN_MEMORY) in sh64_address_in_cranges()
138 bfd_get_section_flags (cranges->owner, cranges) in sh64_address_in_cranges()
210 = ((bfd_get_section_flags (sec->owner, sec) & SEC_CODE) != 0 in sh64_get_contents_type()
H A Di386msdos.c57 if (bfd_get_section_flags (abfd, sec) & SEC_ALLOC) in msdos_write_object_contents()
63 if (bfd_get_section_flags (abfd, sec) & SEC_LOAD) in msdos_write_object_contents()
119 if (bfd_get_section_flags (abfd, section) & SEC_LOAD) in msdos_set_section_contents()
/dports/devel/gdb761/gdb-7.6.1/bfd/
H A Delf32-sh64-com.c112 if (bfd_get_section_flags (cranges->owner, cranges) & SEC_RELOC) in sh64_address_in_cranges()
117 if ((bfd_get_section_flags (cranges->owner, cranges) & SEC_IN_MEMORY) in sh64_address_in_cranges()
138 bfd_get_section_flags (cranges->owner, cranges) in sh64_address_in_cranges()
210 = ((bfd_get_section_flags (sec->owner, sec) & SEC_CODE) != 0 in sh64_get_contents_type()
H A Di386msdos.c58 if (bfd_get_section_flags (abfd, sec) & SEC_ALLOC) in msdos_write_object_contents()
64 if (bfd_get_section_flags (abfd, sec) & SEC_LOAD) in msdos_write_object_contents()
120 if (bfd_get_section_flags (abfd, section) & SEC_LOAD) in msdos_set_section_contents()
/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/bfd/
H A Delf32-sh64-com.c111 if (bfd_get_section_flags (cranges->owner, cranges) & SEC_RELOC) in sh64_address_in_cranges()
116 if ((bfd_get_section_flags (cranges->owner, cranges) & SEC_IN_MEMORY) in sh64_address_in_cranges()
137 bfd_get_section_flags (cranges->owner, cranges) in sh64_address_in_cranges()
209 = ((bfd_get_section_flags (sec->owner, sec) & SEC_CODE) != 0 in sh64_get_contents_type()
/dports/devel/djgpp-binutils/binutils-2.17/bfd/
H A Delf32-sh64-com.c110 if (bfd_get_section_flags (cranges->owner, cranges) & SEC_RELOC) in sh64_address_in_cranges()
115 if ((bfd_get_section_flags (cranges->owner, cranges) & SEC_IN_MEMORY) in sh64_address_in_cranges()
136 bfd_get_section_flags (cranges->owner, cranges) in sh64_address_in_cranges()
208 = ((bfd_get_section_flags (sec->owner, sec) & SEC_CODE) != 0 in sh64_get_contents_type()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/bfd/
H A Delf32-sh64-com.c110 if (bfd_get_section_flags (cranges->owner, cranges) & SEC_RELOC) in sh64_address_in_cranges()
115 if ((bfd_get_section_flags (cranges->owner, cranges) & SEC_IN_MEMORY) in sh64_address_in_cranges()
143 bfd_get_section_flags (cranges->owner, cranges) in sh64_address_in_cranges()
214 = ((bfd_get_section_flags (sec->owner, sec) & SEC_CODE) != 0 in sh64_get_contents_type()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/bfd/
H A Delf32-sh64-com.c110 if (bfd_get_section_flags (cranges->owner, cranges) & SEC_RELOC) in sh64_address_in_cranges()
115 if ((bfd_get_section_flags (cranges->owner, cranges) & SEC_IN_MEMORY) in sh64_address_in_cranges()
143 bfd_get_section_flags (cranges->owner, cranges) in sh64_address_in_cranges()
214 = ((bfd_get_section_flags (sec->owner, sec) & SEC_CODE) != 0 in sh64_get_contents_type()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dgcore.c243 if (bfd_get_section_flags (abfd, sec) & SEC_DATA in derive_heap_segment()
301 if (!(bfd_get_section_flags (obfd, osec) & SEC_READONLY)) in make_output_phdrs()
303 if (bfd_get_section_flags (obfd, osec) & SEC_CODE) in make_output_phdrs()
407 flagword flags = bfd_get_section_flags (ibfd, isec); in objfile_find_memory_regions()
452 if ((bfd_get_section_flags (obfd, osec) & SEC_LOAD) == 0) in gcore_copy_callback()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dgcore.c243 if (bfd_get_section_flags (abfd, sec) & SEC_DATA in derive_heap_segment()
301 if (!(bfd_get_section_flags (obfd, osec) & SEC_READONLY)) in make_output_phdrs()
303 if (bfd_get_section_flags (obfd, osec) & SEC_CODE) in make_output_phdrs()
407 flagword flags = bfd_get_section_flags (ibfd, isec); in objfile_find_memory_regions()
452 if ((bfd_get_section_flags (obfd, osec) & SEC_LOAD) == 0) in gcore_copy_callback()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dgcore.c331 if (bfd_get_section_flags (abfd, sec) & SEC_DATA in derive_heap_segment()
372 if (!(bfd_get_section_flags (obfd, osec) & SEC_READONLY)) in make_output_phdrs()
374 if (bfd_get_section_flags (obfd, osec) & SEC_CODE) in make_output_phdrs()
476 flagword flags = bfd_get_section_flags (ibfd, isec); in objfile_find_memory_regions()
521 if ((bfd_get_section_flags (obfd, osec) & SEC_LOAD) == 0) in gcore_copy_callback()
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dgcore.c334 if (bfd_get_section_flags (abfd, sec) & SEC_DATA in derive_heap_segment()
375 if (!(bfd_get_section_flags (obfd, osec) & SEC_READONLY)) in make_output_phdrs()
377 if (bfd_get_section_flags (obfd, osec) & SEC_CODE) in make_output_phdrs()
484 flagword flags = bfd_get_section_flags (ibfd, isec); in objfile_find_memory_regions()
536 if ((bfd_get_section_flags (obfd, osec) & SEC_LOAD) == 0) in gcore_copy_callback()

12345678910>>...26