Home
last modified time | relevance | path

Searched refs:bfd_get_section_vma (Results 1 – 25 of 467) sorted by relevance

12345678910>>...19

/dports/lang/gnatdroid-binutils-x86/binutils-2.27/bfd/
H A Di386msdos.c58 bfd_vma sec_vma = bfd_get_section_vma (abfd, sec) + sec->size; in msdos_write_object_contents()
65 + bfd_get_section_vma (abfd, sec) in msdos_write_object_contents()
116 section->filepos = EXE_PAGE_SIZE + bfd_get_section_vma (abfd, section); in msdos_set_section_contents()
H A Dnlm32-alpha.c452 BFD_ASSERT (bfd_get_section_vma (abfd, code_sec) == 0); in nlm_alpha_read_reloc()
458 rel->addend = - bfd_get_section_vma (abfd, data_sec); in nlm_alpha_read_reloc()
663 r_vaddr = bfd_get_section_vma (abfd, sec) + rel->address; in nlm_alpha_write_import()
/dports/lang/gnatdroid-binutils/binutils-2.27/bfd/
H A Di386msdos.c58 bfd_vma sec_vma = bfd_get_section_vma (abfd, sec) + sec->size; in msdos_write_object_contents()
65 + bfd_get_section_vma (abfd, sec) in msdos_write_object_contents()
116 section->filepos = EXE_PAGE_SIZE + bfd_get_section_vma (abfd, section); in msdos_set_section_contents()
H A Dnlm32-alpha.c452 BFD_ASSERT (bfd_get_section_vma (abfd, code_sec) == 0); in nlm_alpha_read_reloc()
458 rel->addend = - bfd_get_section_vma (abfd, data_sec); in nlm_alpha_read_reloc()
663 r_vaddr = bfd_get_section_vma (abfd, sec) + rel->address; in nlm_alpha_write_import()
/dports/devel/avr-gdb/gdb-7.3.1/bfd/
H A Di386msdos.c59 bfd_vma sec_vma = bfd_get_section_vma (abfd, sec) + sec->size; in msdos_write_object_contents()
66 + bfd_get_section_vma (abfd, sec) in msdos_write_object_contents()
117 section->filepos = EXE_PAGE_SIZE + bfd_get_section_vma (abfd, section); in msdos_set_section_contents()
/dports/devel/gdb761/gdb-7.6.1/bfd/
H A Di386msdos.c60 bfd_vma sec_vma = bfd_get_section_vma (abfd, sec) + sec->size; in msdos_write_object_contents()
67 + bfd_get_section_vma (abfd, sec) in msdos_write_object_contents()
118 section->filepos = EXE_PAGE_SIZE + bfd_get_section_vma (abfd, section); in msdos_set_section_contents()
/dports/devel/avr-gdb/gdb-7.3.1/sim/lm32/
H A Dsim-if.c81 base = bfd_get_section_vma (prog_bfd, s); in find_base()
86 bfd_get_section_vma (prog_bfd, in find_base()
87 s) < base ? bfd_get_section_vma (prog_bfd, in find_base()
/dports/devel/gdb761/gdb-7.6.1/sim/lm32/
H A Dsim-if.c81 base = bfd_get_section_vma (prog_bfd, s); in find_base()
86 bfd_get_section_vma (prog_bfd, in find_base()
87 s) < base ? bfd_get_section_vma (prog_bfd, in find_base()
/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/bfd/
H A Di386msdos.c58 bfd_vma sec_vma = bfd_get_section_vma (abfd, sec) + sec->size; in msdos_write_object_contents()
65 + bfd_get_section_vma (abfd, sec) in msdos_write_object_contents()
116 section->filepos = EXE_PAGE_SIZE + bfd_get_section_vma (abfd, section); in msdos_set_section_contents()
H A Dnlm32-alpha.c452 BFD_ASSERT (bfd_get_section_vma (abfd, code_sec) == 0); in nlm_alpha_read_reloc()
458 rel->addend = - bfd_get_section_vma (abfd, data_sec); in nlm_alpha_read_reloc()
663 r_vaddr = bfd_get_section_vma (abfd, sec) + rel->address; in nlm_alpha_write_import()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/bfd/
H A Di386msdos.c67 bfd_vma sec_vma = bfd_get_section_vma (abfd, sec) + sec->size;
74 + bfd_get_section_vma (abfd, sec)
126 section->filepos = EXE_PAGE_SIZE + bfd_get_section_vma (abfd, section);
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/bfd/
H A Di386msdos.c90 bfd_vma sec_vma = bfd_get_section_vma (abfd, sec)
98 + bfd_get_section_vma (abfd, sec)
150 section->filepos = EXE_PAGE_SIZE + bfd_get_section_vma (abfd, section);
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/bfd/
H A Di386msdos.c90 bfd_vma sec_vma = bfd_get_section_vma (abfd, sec)
98 + bfd_get_section_vma (abfd, sec)
150 section->filepos = EXE_PAGE_SIZE + bfd_get_section_vma (abfd, section);
/dports/devel/djgpp-binutils/binutils-2.17/bfd/
H A Di386msdos.c67 bfd_vma sec_vma = bfd_get_section_vma (abfd, sec) + sec->size;
74 + bfd_get_section_vma (abfd, sec)
126 section->filepos = EXE_PAGE_SIZE + bfd_get_section_vma (abfd, section);
/dports/databases/mariadb104-server/mariadb-10.4.24/mysys/
H A Dmy_addr_resolve.c67 #ifndef bfd_get_section_vma
68 #define bfd_get_section_vma(H, S) bfd_section_vma(S) macro
92 start = bfd_get_section_vma(bfdh, sec); in my_addr_resolve()
/dports/databases/mariadb104-client/mariadb-10.4.24/mysys/
H A Dmy_addr_resolve.c67 #ifndef bfd_get_section_vma
68 #define bfd_get_section_vma(H, S) bfd_section_vma(S) macro
92 start = bfd_get_section_vma(bfdh, sec); in my_addr_resolve()
/dports/databases/mariadb103-server/mariadb-10.3.34/mysys/
H A Dmy_addr_resolve.c67 #ifndef bfd_get_section_vma
68 #define bfd_get_section_vma(H, S) bfd_section_vma(S)
92 start = bfd_get_section_vma(bfdh, sec);
/dports/databases/mariadb103-client/mariadb-10.3.34/mysys/
H A Dmy_addr_resolve.c67 #ifndef bfd_get_section_vma
68 #define bfd_get_section_vma(H, S) bfd_section_vma(S) macro
92 start = bfd_get_section_vma(bfdh, sec); in my_addr_resolve()
/dports/net/hostapd-devel/hostap-14ab4a816/src/utils/
H A Dtrace.c154 #ifndef bfd_get_section_vma
155 #define bfd_get_section_vma(bfd, section) bfd_section_vma(section) macro
170 if (!(bfd_get_section_vma(abfd, section))) in find_addr_sect()
173 vma = bfd_get_section_vma(abfd, section); in find_addr_sect()
/dports/security/wpa_supplicant-devel/hostap-14ab4a816/src/utils/
H A Dtrace.c154 #ifndef bfd_get_section_vma
155 #define bfd_get_section_vma(bfd, section) bfd_section_vma(section) macro
170 if (!(bfd_get_section_vma(abfd, section))) in find_addr_sect()
173 vma = bfd_get_section_vma(abfd, section); in find_addr_sect()
/dports/databases/mariadb105-client/mariadb-10.5.15/mysys/
H A Dmy_addr_resolve.c67 #ifndef bfd_get_section_vma
68 #define bfd_get_section_vma(H, S) bfd_section_vma(S) macro
92 start = bfd_get_section_vma(bfdh, sec); in my_addr_resolve()
/dports/databases/mariadb105-server/mariadb-10.5.15/mysys/
H A Dmy_addr_resolve.c67 #ifndef bfd_get_section_vma
68 #define bfd_get_section_vma(H, S) bfd_section_vma(S) macro
92 start = bfd_get_section_vma(bfdh, sec); in my_addr_resolve()
/dports/net/reaver/reaver-wps-fork-t6x-1.6.6/src/utils/
H A Dtrace.c141 if (!(bfd_get_section_vma(abfd, section))) in find_addr_sect()
144 vma = bfd_get_section_vma(abfd, section); in find_addr_sect()
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dobjfiles.h130 (bfd_get_section_vma ((s)->objfile->obfd, s->the_bfd_section) \
136 (bfd_get_section_vma ((s)->objfile->obfd, s->the_bfd_section) \
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dobjfiles.h131 (bfd_get_section_vma ((s)->objfile->abfd, s->the_bfd_section) \
137 (bfd_get_section_vma ((s)->objfile->abfd, s->the_bfd_section) \

12345678910>>...19