Searched refs:bfd_get_section (Results 1 - 24 of 24) sorted by relevance

/haiku-fatelf/src/bin/gdb/opcodes/
H A Dsh64-dis.c419 && ! bfd_is_und_section (bfd_get_section (info->symbols[0]))
420 && ! bfd_is_abs_section (bfd_get_section (info->symbols[0])))
421 section = bfd_get_section (info->symbols[0]);
488 && ! bfd_is_und_section (bfd_get_section (info->symbols[0]))
489 && ! bfd_is_abs_section (bfd_get_section (info->symbols[0])))
492 = sh64_get_contents_type (bfd_get_section (info->symbols[0]),
/haiku-fatelf/src/bin/gdb/bfd/
H A Dnlm32-i386.c200 if (! bfd_is_und_section (bfd_get_section (sym)))
211 if (bfd_get_section_flags (abfd, bfd_get_section (sym)) & SEC_CODE)
287 if (((bfd_get_section_flags (abfd, bfd_get_section (sym))
289 && ((bfd_get_section_flags (abfd, bfd_get_section (sym))
H A Daout-cris.c180 if (bfd_is_abs_section (bfd_get_section (sym)))
187 if (bfd_is_und_section (bfd_get_section (sym))
H A Dlinker.c1267 || bfd_is_und_section (bfd_get_section (p))
1268 || bfd_is_com_section (bfd_get_section (p))
1269 || bfd_is_ind_section (bfd_get_section (p)))
1298 (info, abfd, name, p->flags, bfd_get_section (p),
1325 || (! bfd_is_und_section (bfd_get_section (p))
1326 && (! bfd_is_com_section (bfd_get_section (p))
1327 || bfd_is_und_section (bfd_get_section (h->sym)))))
1333 if (bfd_is_com_section (bfd_get_section (p)))
2173 || bfd_is_und_section (bfd_get_section (sym))
2174 || bfd_is_com_section (bfd_get_section (sy
[all...]
H A Dnlm32-ppc.c757 if (! bfd_is_und_section (bfd_get_section (sym)))
762 if (bfd_get_section_flags (abfd, bfd_get_section (sym)) & SEC_CODE)
802 symsec = bfd_get_section (sym);
982 sec = bfd_get_section (sym);
H A Dcoff-i960.c212 if (bfd_is_und_section (bfd_get_section (symbol)))
218 if (bfd_is_com_section (bfd_get_section (symbol)))
227 osec = bfd_get_section (symbol)->output_section;
H A Dnlm32-alpha.c695 if (bfd_is_und_section (bfd_get_section (sym)))
703 if (bfd_get_section_flags (abfd, bfd_get_section (sym)) & SEC_CODE)
H A Dnlmcode.h1536 if (!bfd_is_com_section (bfd_get_section (sym)))
1747 if (! bfd_is_und_section (bfd_get_section (sym)))
1785 if (! bfd_is_und_section (bfd_get_section (sym)))
1855 || bfd_is_und_section (bfd_get_section (sym)))
1941 || bfd_is_und_section (bfd_get_section (sym)))
H A Delf32-mips.c1169 || bfd_is_und_section (bfd_get_section (sym))
1170 || bfd_is_com_section (bfd_get_section (sym)));
H A Delfn32-mips.c1737 || bfd_is_und_section (bfd_get_section (sym))
1738 || bfd_is_com_section (bfd_get_section (sym)));
H A Dbfd-in.h257 #define bfd_get_section(x) ((x)->section)
255 #define bfd_get_section macro
H A Dbout.c265 sec = bfd_get_section (&(*a)->symbol);
267 sec = bfd_get_section (&(*b)->symbol);
H A Decoff.c911 bfd_get_section (asym)->symbol_ptr_ptr;
2429 && ! bfd_is_und_section (bfd_get_section (sym)))
2809 name = bfd_get_section_name (abfd, bfd_get_section (sym));
H A Dpdp11.c1663 sec = bfd_get_section (cache_ptr);
2073 if (bfd_is_abs_section (bfd_get_section (sym)))
2081 if (bfd_is_und_section (bfd_get_section (sym))
H A Daoutx.h1679 sec = bfd_get_section (cache_ptr);
2184 if (bfd_is_abs_section (bfd_get_section (sym)))
2191 if (bfd_is_und_section (bfd_get_section (sym))
H A Delf.c3026 || bfd_is_und_section (bfd_get_section (sym))
3027 || bfd_is_com_section (bfd_get_section (sym)));
6337 if (bfd_get_section (&q->symbol) == section
H A Dbfd-in2.h264 #define bfd_get_section(x) ((x)->section)
262 #define bfd_get_section macro
H A Delfxx-mips.c1183 || bfd_is_und_section (bfd_get_section (symbol))
1184 || bfd_is_com_section (bfd_get_section (symbol)))
H A Delf32-arm.h3217 if (bfd_get_section (&q->symbol) == section
/haiku-fatelf/src/bin/gdb/gdb/
H A Ddbxread.c1040 sec = bfd_get_section (sym);
/haiku-fatelf/src/bin/gdb/bfd/config-x86/
H A Dbfd-in3.h264 #define bfd_get_section(x) ((x)->section)
262 #define bfd_get_section macro
H A Dbfd.h264 #define bfd_get_section(x) ((x)->section)
262 #define bfd_get_section macro
/haiku-fatelf/src/bin/gdb/bfd/config-x86_64/
H A Dbfd-in3.h262 #define bfd_get_section(x) ((x)->section)
260 #define bfd_get_section macro
H A Dbfd.h262 #define bfd_get_section(x) ((x)->section)
260 #define bfd_get_section macro

Completed in 330 milliseconds