Home
last modified time | relevance | path

Searched defs:SymBind (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/ld/
Dsymtab.go79 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 Dcommon_types.py43 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/
Delf.go1250 type SymBind int type
3477 func ST_INFO(bind SymBind, typ SymType) uint8 {