/dflybsd-src/contrib/gdb-7/bfd/ |
H A D | bfd-in2.h | 1184 typedef struct bfd_section struct 1197 struct bfd_section *next; argument 1200 struct bfd_section *prev; argument 1205 flagword flags; 1391 unsigned int user_set_vma : 1; 1394 unsigned int linker_mark : 1; 1398 unsigned int linker_has_input : 1; 1401 unsigned int gc_mark : 1; 1404 unsigned int compress_status : 2; 1412 unsigned int segment_mark : 1; [all …]
|
/dflybsd-src/contrib/binutils-2.27/bfd/ |
H A D | bfd-in2.h | 1218 typedef struct bfd_section struct 1231 struct bfd_section *next; argument 1234 struct bfd_section *prev; argument 1239 flagword flags; 1439 unsigned int user_set_vma : 1; 1442 unsigned int linker_mark : 1; 1446 unsigned int linker_has_input : 1; 1449 unsigned int gc_mark : 1; 1452 unsigned int compress_status : 2; 1460 unsigned int segment_mark : 1; [all …]
|
/dflybsd-src/contrib/binutils-2.34/bfd/ |
H A D | bfd-in2.h | 789 typedef struct bfd_section struct 802 struct bfd_section *next; argument 805 struct bfd_section *prev; argument 810 flagword flags; 1012 unsigned int user_set_vma : 1; 1015 unsigned int linker_mark : 1; 1019 unsigned int linker_has_input : 1; 1022 unsigned int gc_mark : 1; 1025 unsigned int compress_status : 2; 1033 unsigned int segment_mark : 1; [all …]
|
/dflybsd-src/contrib/binutils-2.34/gas/ |
H A D | subsegs.h | 87 asection *bfd_section; member
|
/dflybsd-src/contrib/binutils-2.27/gas/ |
H A D | subsegs.h | 87 asection *bfd_section; member
|
/dflybsd-src/contrib/gdb-7/gdb/ |
H A D | minsyms.c | 883 asection *bfd_section, in prim_record_minimal_symbol_full() 961 asection *bfd_section, in prim_record_minimal_symbol_and_info()
|
H A D | symfile.c | 3011 asection *bfd_section = section->the_bfd_section; in section_is_overlay() local 3087 asection *bfd_section = section->the_bfd_section; in pc_in_unmapped_range() local 3141 asection *bfd_section = section->the_bfd_section; in overlay_unmapped_address() local 3160 asection *bfd_section = section->the_bfd_section; in overlay_mapped_address() local
|
H A D | coffread.c | 426 struct bfd_section *bfd_section; in record_minimal_symbol() local 919 asection *bfd_section = cs_to_bfd_section (cs, objfile); in coff_symtab_read() local
|
H A D | elfread.c | 202 asection *bfd_section, struct objfile *objfile) in record_minimal_symbol()
|
H A D | dbxread.c | 443 asection *bfd_section; in record_minimal_symbol() local
|
H A D | mdebugread.c | 2262 asection *bfd_section; in record_minimal_symbol() local
|
/dflybsd-src/contrib/gdb-7/include/elf/ |
H A D | internal.h | 115 asection * bfd_section; /* Associated BFD section. */ member
|
/dflybsd-src/contrib/binutils-2.27/include/elf/ |
H A D | internal.h | 114 asection * bfd_section; /* Associated BFD section. */ member
|
/dflybsd-src/contrib/binutils-2.34/include/elf/ |
H A D | internal.h | 114 asection * bfd_section; /* Associated BFD section. */ member
|
/dflybsd-src/contrib/binutils-2.34/ld/ |
H A D | ldlang.h | 142 asection *bfd_section; member
|
H A D | ldlang.c | 1909 asection *bfd_section = after->bfd_section; in lang_insert_orphan() local
|
/dflybsd-src/contrib/binutils-2.27/ld/ |
H A D | ldlang.h | 140 asection *bfd_section; member
|
H A D | ldlang.c | 1916 asection *bfd_section = after->bfd_section; in lang_insert_orphan() local
|