Searched refs:section_flags (Results 1 - 7 of 7) sorted by relevance

/haiku-fatelf/src/bin/gdb/bfd/
H A Dvms-gsd.c147 vms_secflag_by_name (abfd, section_flags, name, hassize)
149 struct sec_flags_struct *section_flags;
155 while (section_flags[i].name != NULL)
158 strcasecmp (name, section_flags[i].name):
159 strcmp (name, section_flags[i].name)) == 0)
162 return section_flags[i].flags_hassize;
164 return section_flags[i].flags_always;
169 return section_flags[i].flags_hassize;
170 return section_flags[i].flags_always;
176 vms_esecflag_by_name (section_flags, nam
[all...]
H A Dbfd-in.h515 #define bfd_applicable_section_flags(abfd) ((abfd)->xvec->section_flags)
H A Dbfd-in2.h522 #define bfd_applicable_section_flags(abfd) ((abfd)->xvec->section_flags)
4313 flagword section_flags;
4306 flagword section_flags; member in struct:bfd_target
/haiku-fatelf/src/bin/gdb/bfd/config-x86/
H A Dbfd-in3.h522 #define bfd_applicable_section_flags(abfd) ((abfd)->xvec->section_flags)
4313 flagword section_flags;
4306 flagword section_flags; member in struct:bfd_target
H A Dbfd.h522 #define bfd_applicable_section_flags(abfd) ((abfd)->xvec->section_flags)
4313 flagword section_flags;
4306 flagword section_flags; member in struct:bfd_target
/haiku-fatelf/src/bin/gdb/bfd/config-x86_64/
H A Dbfd-in3.h520 #define bfd_applicable_section_flags(abfd) ((abfd)->xvec->section_flags)
4311 flagword section_flags;
4304 flagword section_flags; member in struct:bfd_target
H A Dbfd.h520 #define bfd_applicable_section_flags(abfd) ((abfd)->xvec->section_flags)
4311 flagword section_flags;
4304 flagword section_flags; member in struct:bfd_target

Completed in 236 milliseconds