Searched refs:elf_dyn_lib_class (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/bin/gdb/bfd/
H A Delf-bfd.h1327 #define elf_dyn_lib_class(bfd) (elf_tdata(bfd) -> dyn_lib_class)
1325 #define elf_dyn_lib_class macro
H A Delflink.c3131 add_needed = (elf_dyn_lib_class (abfd)
3916 if ((elf_dyn_lib_class (abfd) & DYN_NO_NEEDED) != 0)
5919 || (elf_dyn_lib_class (abfd) & DYN_DT_NEEDED) == 0)
H A Delf.c1563 lib_class = elf_dyn_lib_class (abfd);
1574 elf_dyn_lib_class (abfd) = lib_class;

Completed in 126 milliseconds