Searched refs:ELF64_ST_INFO (Results 1 – 15 of 15) sorted by relevance
/third_party/libunwind/include/mingw/ |
D | freebsd-elf64.h | 208 #define ELF64_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) macro
|
/third_party/libunwind/include/win/ |
D | freebsd-elf64.h | 208 #define ELF64_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) macro
|
/third_party/elfutils/libelf/ |
D | gelf.h | 132 #define GELF_ST_INFO(bind, type) ELF64_ST_INFO (bind, type)
|
D | elf.h | 581 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type)) macro
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/ |
D | pkg_genc.cpp | 883 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/ |
D | pkg_genc.cpp | 988 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/ |
D | pkg_genc.cpp | 988 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/ |
D | pkg_genc.cpp | 988 ELF64_ST_INFO(STB_GLOBAL, STT_OBJECT), in writeObjectCode() 1106 ELF64_ST_INFO(STB_GLOBAL, STT_OBJECT), in writeObjectCode()
|
/third_party/libbpf/src/ |
D | linker.c | 1782 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/ |
D | elf.h | 494 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type)) macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | elf.h | 494 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type)) macro
|
/third_party/musl/include/ |
D | elf.h | 494 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type)) macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | elf.h | 494 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type)) macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | elf.h | 494 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type)) macro
|
/third_party/musl/porting/linux/user/include/ |
D | elf.h | 495 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type)) macro
|