Home
last modified time | relevance | path

Searched refs:ELF64_ST_VISIBILITY (Results 1 - 10 of 10) sorted by relevance

/third_party/libbpf/src/
H A Dlibbpf_internal.h102 #ifndef ELF64_ST_VISIBILITY
103 #define ELF64_ST_VISIBILITY(o) ((o) & 0x03) macro
H A Dlinker.c791 int sym_vis = ELF64_ST_VISIBILITY(sym->st_other); in linker_sanity_check_elf_symtab()
1825 sym_vis = ELF64_ST_VISIBILITY(sym->st_other); in linker_append_elf_sym()
1920 if (sym_vis > ELF64_ST_VISIBILITY(dst_sym->st_other)) in linker_append_elf_sym()
H A Dlibbpf.c926 if (prog->sym_global && (ELF64_ST_VISIBILITY(sym->st_other) == STV_HIDDEN in bpf_object__add_programs()
927 || ELF64_ST_VISIBILITY(sym->st_other) == STV_INTERNAL)) in bpf_object__add_programs()
3116 if (ELF64_ST_VISIBILITY(sym->st_other) == STV_HIDDEN
3117 || ELF64_ST_VISIBILITY(sym->st_other) == STV_INTERNAL)
/third_party/elfutils/libelf/
H A Dgelf.h136 #define GELF_ST_VISIBILITY(val) ELF64_ST_VISIBILITY (val)
H A Delf.h624 #define ELF64_ST_VISIBILITY(o) ELF32_ST_VISIBILITY (o) macro
/third_party/musl/porting/linux/user/include/
H A Delf.h525 #define ELF64_ST_VISIBILITY(o) ELF32_ST_VISIBILITY (o) macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h523 #define ELF64_ST_VISIBILITY(o) ELF32_ST_VISIBILITY (o) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Delf.h523 #define ELF64_ST_VISIBILITY(o) ELF32_ST_VISIBILITY (o) macro
/third_party/musl/porting/uniproton/kernel/include/
H A Delf.h523 #define ELF64_ST_VISIBILITY(o) ELF32_ST_VISIBILITY (o) macro
/third_party/musl/include/
H A Delf.h531 #define ELF64_ST_VISIBILITY(o) ELF32_ST_VISIBILITY (o) macro

Completed in 82 milliseconds