Home
last modified time | relevance | path

Searched defs:abfd (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/include/
Dbfd.h202 #define bfd_printf_vma(abfd,x) bfd_fprintf_vma (abfd,stdout,x) argument
262 bfd *abfd; member
504 #define bfd_get_filename(abfd) ((char *) (abfd)->filename) argument
505 #define bfd_get_cacheable(abfd) ((abfd)->cacheable) argument
506 #define bfd_get_format(abfd) ((abfd)->format) argument
507 #define bfd_get_target(abfd) ((abfd)->xvec->name) argument
508 #define bfd_get_flavour(abfd) ((abfd)->xvec->flavour) argument
509 #define bfd_family_coff(abfd) \ argument
512 #define bfd_big_endian(abfd) ((abfd)->xvec->byteorder == BFD_ENDIAN_BIG) argument
513 #define bfd_little_endian(abfd) ((abfd)->xvec->byteorder == BFD_ENDIAN_LITTLE) argument
[all …]
Dbfdlink.h139 bfd *abfd; member
/aosp_15_r20/external/wpa_supplicant_8/src/utils/
H A Dtrace.c72 bfd *abfd; in open_bfd() local
98 static void read_syms(bfd *abfd) in read_syms()
161 static void find_addr_sect(bfd *abfd, asection *section, void *obj) in find_addr_sect()
191 bfd *abfd = cached_abfd; in wpa_trace_bfd_addr() local
235 bfd *abfd = cached_abfd; in wpa_trace_bfd_addr2func() local
291 bfd *abfd; in wpa_trace_calling_func() local