Home
last modified time | relevance | path

Searched refs:ELF64_ST_BIND (Results 1 – 25 of 264) sorted by relevance

1234567891011

/dports/devel/gnuelf-legacy/libelf-0.8.13/lib/
H A Dsys_elf.h.in114 # ifndef ELF64_ST_BIND
115 # define ELF64_ST_BIND(i) ((i)>>4) macro
118 # endif /* ELF64_ST_BIND */
H A Dsys_elf.h.w32107 # ifndef ELF64_ST_BIND
108 # define ELF64_ST_BIND(i) ((i)>>4)
111 # endif /* ELF64_ST_BIND */
/dports/devel/libelf/libelf-0.8.13/lib/
H A Dsys_elf.h.in114 # ifndef ELF64_ST_BIND
115 # define ELF64_ST_BIND(i) ((i)>>4) macro
118 # endif /* ELF64_ST_BIND */
H A Dsys_elf.h.w32107 # ifndef ELF64_ST_BIND
108 # define ELF64_ST_BIND(i) ((i)>>4)
111 # endif /* ELF64_ST_BIND */
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/x86/tools/
H A Drelocs_64.c15 #define ELF_ST_BIND(o) ELF64_ST_BIND(o)
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/x86/tools/
H A Drelocs_64.c15 #define ELF_ST_BIND(o) ELF64_ST_BIND(o)
/dports/multimedia/libv4l/linux-5.13-rc2/arch/x86/tools/
H A Drelocs_64.c15 #define ELF_ST_BIND(o) ELF64_ST_BIND(o)
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/vDSO/
H A Dparse_vdso.c215 if (ELF64_ST_BIND(sym->st_info) != STB_GLOBAL && in vdso_sym()
216 ELF64_ST_BIND(sym->st_info) != STB_WEAK) in vdso_sym()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/vDSO/
H A Dparse_vdso.c215 if (ELF64_ST_BIND(sym->st_info) != STB_GLOBAL && in vdso_sym()
216 ELF64_ST_BIND(sym->st_info) != STB_WEAK) in vdso_sym()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/vDSO/
H A Dparse_vdso.c215 if (ELF64_ST_BIND(sym->st_info) != STB_GLOBAL && in vdso_sym()
216 ELF64_ST_BIND(sym->st_info) != STB_WEAK) in vdso_sym()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/mips/boot/tools/
H A Drelocs_64.c28 #define ELF_ST_BIND(o) ELF64_ST_BIND(o)
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/mips/boot/tools/
H A Drelocs_64.c28 #define ELF_ST_BIND(o) ELF64_ST_BIND(o)
/dports/multimedia/libv4l/linux-5.13-rc2/arch/mips/boot/tools/
H A Drelocs_64.c28 #define ELF_ST_BIND(o) ELF64_ST_BIND(o)
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/util/
H A Dgenelf.h58 #define ELF_ST_BIND(a) ELF64_ST_BIND(a)
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/util/
H A Dgenelf.h58 #define ELF_ST_BIND(a) ELF64_ST_BIND(a)
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/util/
H A Dgenelf.h58 #define ELF_ST_BIND(a) ELF64_ST_BIND(a)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/crashpad/crashpad/snapshot/elf/
H A Delf_symbol_table_reader.cc31 return ELF64_ST_BIND(sym.st_info); in GetBinding()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/crashpad/crashpad/snapshot/elf/
H A Delf_symbol_table_reader.cc30 return ELF64_ST_BIND(sym.st_info); in GetBinding()
/dports/lang/ghc/ghc-8.10.7/rts/linker/
H A DElfTypes.h39 #define ELF_ST_BIND ELF64_ST_BIND
/dports/benchmarks/stress-ng/stress-ng-0.13.09/
H A Dstress-vdso.c257 ((ELF64_ST_BIND(sym->st_info) != STB_GLOBAL) && in dl_wrapback()
258 (ELF64_ST_BIND(sym->st_info) != STB_WEAK)) || in dl_wrapback()
/dports/devel/libdwarf/dwarf-20161124/dwarfdump/
H A Dprint_reloc.c542 #ifndef ELF64_ST_BIND
543 #define ELF64_ST_BIND(x) 0 /* FIXME */ macro
740 buf->bind = ELF64_ST_BIND(data->st_info); in read_64_syms()
/dports/devel/dwarfdump/dwarf-20161124/dwarfdump/
H A Dprint_reloc.c542 #ifndef ELF64_ST_BIND
543 #define ELF64_ST_BIND(x) 0 /* FIXME */ macro
740 buf->bind = ELF64_ST_BIND(data->st_info); in read_64_syms()
/dports/devel/radare2/radare2-5.1.1/libr/bin/format/elf/
H A Delf_specs.h16 # define ELF_ST_BIND ELF64_ST_BIND
/dports/lang/gnatdroid-sysroot/android-19-arm/usr/include/sys/
H A Dexec_elf.h317 #define ELF64_ST_BIND(x) ((x) >> 4) macro
590 #define ELF_ST_BIND ELF64_ST_BIND
/dports/lang/gnatdroid-sysroot-x86/android-19-x86/usr/include/sys/
H A Dexec_elf.h317 #define ELF64_ST_BIND(x) ((x) >> 4) macro
590 #define ELF_ST_BIND ELF64_ST_BIND

1234567891011