Home
last modified time | relevance | path

Searched refs:new_sym (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/scripts/mod/
H A Dmodpost.c1028 Elf_Sym *new_sym; in find_tosym() local
1038 new_sym = symsearch_find_nearest(elf, addr, get_secindex(elf, sym), in find_tosym()
1040 return new_sym ? new_sym : sym; in find_tosym()
/openbmc/u-boot/tools/buildman/
H A Dkconfiglib.py1384 new_sym = Symbol()
1385 new_sym.config = self
1386 new_sym.name = name
1390 self.syms[name] = new_sym
1391 return new_sym