Home
last modified time | relevance | path

Searched refs:SEC_RELOC (Results 1 – 25 of 81) sorted by relevance

1234

/dragonfly/contrib/gdb-7/bfd/
HDelf64-gen.c64 if ((o->flags & SEC_RELOC) != 0) in check_for_relocs()
HDelf32-gen.c64 if ((o->flags & SEC_RELOC) != 0) in check_for_relocs()
HDelfxx-target.h825 (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC | SEC_READONLY
923 (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC | SEC_READONLY
HDsimple.c165 || ! (sec->flags & SEC_RELOC)) in bfd_simple_get_relocated_section_contents()
HDverilog.c331 | SEC_ALLOC | SEC_LOAD | SEC_RELOC), /* Section flags. */
/dragonfly/contrib/binutils-2.27/bfd/
HDelf32-gen.c63 if ((o->flags & SEC_RELOC) != 0) in check_for_relocs()
HDelf64-gen.c63 if ((o->flags & SEC_RELOC) != 0) in check_for_relocs()
HDelfxx-target.h872 (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC | SEC_READONLY
973 (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC | SEC_READONLY
HDsimple.c190 || ! (sec->flags & SEC_RELOC)) in bfd_simple_get_relocated_section_contents()
HDverilog.c329 | SEC_ALLOC | SEC_LOAD | SEC_RELOC), /* Section flags. */
HDcoffgen.c141 return_section->flags |= SEC_RELOC; in make_a_section_from_file()
2828 if ((sec->flags & SEC_RELOC) != 0 in _bfd_coff_gc_mark()
2886 || (isec->flags & (SEC_ALLOC | SEC_LOAD | SEC_RELOC)) == 0) in _bfd_coff_gc_mark_extra_sections()
2935 || (o->flags & (SEC_ALLOC | SEC_LOAD | SEC_RELOC)) == 0) in coff_gc_sweep()
2961 && (o->flags & SEC_RELOC) != 0 in coff_gc_sweep()
HDcofflink.c677 o->flags |= SEC_RELOC; in _bfd_coff_final_link()
1373 if ((a->flags & SEC_RELOC) == 0 || a->reloc_count < 1 in mark_relocs()
2359 || (o->size == 0 && (o->flags & SEC_RELOC) == 0)) in _bfd_coff_link_input_bfd()
2361 if ((o->flags & SEC_RELOC) != 0 in _bfd_coff_link_input_bfd()
2384 if ((o->flags & SEC_RELOC) != 0) in _bfd_coff_link_input_bfd()
HDsrec.c1293 | SEC_ALLOC | SEC_LOAD | SEC_RELOC), /* Section flags. */
1349 | SEC_ALLOC | SEC_LOAD | SEC_RELOC), /* Section flags. */
/dragonfly/contrib/binutils-2.34/bfd/
HDelf32-gen.c65 if ((o->flags & SEC_RELOC) != 0) in check_for_relocs()
HDelf64-gen.c65 if ((o->flags & SEC_RELOC) != 0) in check_for_relocs()
HDelfxx-target.h956 (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC | SEC_READONLY
1057 (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC | SEC_READONLY
HDsimple.c190 || ! (sec->flags & SEC_RELOC)) in bfd_simple_get_relocated_section_contents()
HDverilog.c390 | SEC_ALLOC | SEC_LOAD | SEC_RELOC), /* Section flags. */
HDcofflink.c687 o->flags |= SEC_RELOC; in _bfd_coff_final_link()
1383 if ((a->flags & SEC_RELOC) == 0 || a->reloc_count < 1 in mark_relocs()
2370 || (o->size == 0 && (o->flags & SEC_RELOC) == 0)) in _bfd_coff_link_input_bfd()
2372 if ((o->flags & SEC_RELOC) != 0 in _bfd_coff_link_input_bfd()
2396 if ((o->flags & SEC_RELOC) != 0) in _bfd_coff_link_input_bfd()
/dragonfly/contrib/gdb-7/gdb/
HDmaint.c230 if (flags & SEC_RELOC) in match_bfd_flags()
271 if (flags & SEC_RELOC) in print_bfd_flags()
HDgdb_bfd.c351 gdb_assert ((sectp->flags & SEC_RELOC) == 0); in gdb_bfd_map_section()
/dragonfly/contrib/binutils-2.34/gas/
HDas.c1170 applicable & (SEC_ALLOC | SEC_LOAD | SEC_RELOC in perform_an_assembly_pass()
1173 applicable & (SEC_ALLOC | SEC_LOAD | SEC_RELOC in perform_an_assembly_pass()
HDstabs.c340 SEC_READONLY | SEC_RELOC | SEC_DEBUGGING); in s_stab_generic()
/dragonfly/contrib/binutils-2.27/gas/
HDas.c1133 applicable & (SEC_ALLOC | SEC_LOAD | SEC_RELOC in perform_an_assembly_pass()
1136 applicable & (SEC_ALLOC | SEC_LOAD | SEC_RELOC in perform_an_assembly_pass()
HDstabs.c335 SEC_READONLY | SEC_RELOC | SEC_DEBUGGING); in s_stab_generic()

1234