Searched defs:SymBind (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/ld/ |
D | symtab.go | 79 func putelfsym(ctxt *Link, x loader.Sym, typ elf.SymType, curbind elf.SymBind) { 189 func genelfsym(ctxt *Link, elfbind elf.SymBind) {
|
/aosp_15_r20/bionic/benchmarks/linker_relocation/regen/ |
H A D | common_types.py | 43 class SymBind(Enum): class 56 def __init__(self, name: str, kind: SymKind, bind: SymBind, defined: bool,
|
/aosp_15_r20/prebuilts/go/linux-x86/src/debug/elf/ |
D | elf.go | 1250 type SymBind int type 3477 func ST_INFO(bind SymBind, typ SymType) uint8 {
|