Home
last modified time | relevance | path

Searched refs:ELF64_ST_INFO (Results 1 - 11 of 11) sorted by relevance

/third_party/elfutils/libelf/
H A Dgelf.h132 #define GELF_ST_INFO(bind, type) ELF64_ST_INFO (bind, type)
H A Delf.h581 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type)) macro
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dpkg_genc.cpp1043 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 Dpkg_genc.cpp988 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 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/
H A Dlinker.c1794 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 Delf.h496 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type)) macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h494 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type)) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Delf.h494 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type)) macro
/third_party/musl/porting/uniproton/kernel/include/
H A Delf.h494 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type)) macro
/third_party/musl/include/
H A Delf.h502 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type)) macro

Completed in 67 milliseconds