Searched defs:symbol__new (Results 1 - 1 of 1) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dsymbol.c216 struct symbol *symbol__new(u64 start, u64 len, u8 binding, const char *name) function
530 sym = symbol__new(start, 0, kallsyms2elf_type(type), name);
958 sym = symbol__new(start, size, STB_GLOBAL, line + len);

Completed in 75 milliseconds