Searched defs:ABFD (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/include/ |
D | bfd.h | 486 #define bfd_read(BUF, ELTSIZE, NITEMS, ABFD) \ argument 489 #define bfd_write(BUF, ELTSIZE, NITEMS, ABFD) \ argument 493 #define bfd_read(BUF, ELTSIZE, NITEMS, ABFD) \ argument 496 #define bfd_write(BUF, ELTSIZE, NITEMS, ABFD) \ argument 1683 #define bfd_section_list_remove(ABFD, S) \ argument 1699 #define bfd_section_list_append(ABFD, S) \ argument 1718 #define bfd_section_list_prepend(ABFD, S) \ argument 1737 #define bfd_section_list_insert_after(ABFD, A, S) \ argument 1752 #define bfd_section_list_insert_before(ABFD, B, S) \ argument 1767 #define bfd_section_removed_from_list(ABFD, S) \ argument
|