Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/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()