Home
last modified time | relevance | path

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

/third_party/libunwind/include/mingw/
Dfreebsd-elf64.h208 #define ELF64_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) macro
/third_party/libunwind/include/win/
Dfreebsd-elf64.h208 #define ELF64_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) macro
/third_party/elfutils/libelf/
Dgelf.h132 #define GELF_ST_INFO(bind, type) ELF64_ST_INFO (bind, type)
Delf.h581 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type)) macro
/third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/
Dpkg_genc.cpp883 ELF64_ST_INFO(STB_GLOBAL, STT_OBJECT), in writeObjectCode()
1001 ELF64_ST_INFO(STB_GLOBAL, STT_OBJECT), in writeObjectCode()
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
Dpkg_genc.cpp988 ELF64_ST_INFO(STB_GLOBAL, STT_OBJECT), in writeObjectCode()
1106 ELF64_ST_INFO(STB_GLOBAL, STT_OBJECT), in writeObjectCode()
/third_party/icu/icu4c/source/tools/toolutil/
Dpkg_genc.cpp988 ELF64_ST_INFO(STB_GLOBAL, STT_OBJECT), in writeObjectCode()
1106 ELF64_ST_INFO(STB_GLOBAL, STT_OBJECT), in writeObjectCode()
/third_party/node/deps/icu-small/source/tools/toolutil/
Dpkg_genc.cpp988 ELF64_ST_INFO(STB_GLOBAL, STT_OBJECT), in writeObjectCode()
1106 ELF64_ST_INFO(STB_GLOBAL, STT_OBJECT), in writeObjectCode()
/third_party/libbpf/src/
Dlinker.c1782 sym->st_info = ELF64_ST_INFO(sym_bind, ELF64_ST_TYPE(sym->st_info)); in sym_update_bind()
1787 sym->st_info = ELF64_ST_INFO(ELF64_ST_BIND(sym->st_info), sym_type); in sym_update_type()
/third_party/musl/ndk_musl_include/
Delf.h494 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type)) macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h494 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type)) macro
/third_party/musl/include/
Delf.h494 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type)) macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h494 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type)) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h494 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type)) macro
/third_party/musl/porting/linux/user/include/
Delf.h495 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type)) macro