Searched refs:ELF64_ST_INFO (Results 1 - 11 of 11) sorted by relevance
/third_party/elfutils/libelf/ |
H A D | gelf.h | 132 #define GELF_ST_INFO(bind, type) ELF64_ST_INFO (bind, type)
|
H A D | elf.h | 581 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type)) macro
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
H A D | pkg_genc.cpp | 1043 ELF64_ST_INFO(STB_GLOBAL, STT_OBJECT), in writeObjectCode() 1161 ELF64_ST_INFO(STB_GLOBAL, STT_OBJECT), in writeObjectCode()
|
/third_party/icu/icu4c/source/tools/toolutil/ |
H A 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/skia/third_party/externals/icu/source/tools/toolutil/ |
H A 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/ |
H A D | linker.c | 1794 sym->st_info = ELF64_ST_INFO(sym_bind, ELF64_ST_TYPE(sym->st_info)); in sym_update_bind() 1799 sym->st_info = ELF64_ST_INFO(ELF64_ST_BIND(sym->st_info), sym_type); in sym_update_type()
|
/third_party/musl/porting/linux/user/include/ |
H A D | elf.h | 496 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type)) macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A 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/ |
H A D | elf.h | 494 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type)) macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | elf.h | 494 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type)) macro
|
/third_party/musl/include/ |
H A D | elf.h | 502 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type)) macro
|
Completed in 67 milliseconds