Home
last modified time | relevance | path

Searched defs:objname (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/livepatch/
H A Dcore.c156 klp_find_object_symbol(const char * objname,const char * name,unsigned long sympos,unsigned long * addr) klp_find_object_symbol() argument
297 klp_write_section_relocs(struct module * pmod,Elf_Shdr * sechdrs,const char * shstrtab,const char * strtab,unsigned int symndx,unsigned int secndx,const char * objname,bool apply) klp_write_section_relocs() argument
335 klp_apply_section_relocs(struct module * pmod,Elf_Shdr * sechdrs,const char * shstrtab,const char * strtab,unsigned int symndx,unsigned int secndx,const char * objname) klp_apply_section_relocs() argument
[all...]
/linux/include/linux/
H A Dlivepatch.h250 const char *objname) in klp_apply_section_relocs()
/linux/security/selinux/ss/
H A Dservices.c1726 const char *objname) in filename_compute_type()
1757 const char *objname, in security_compute_sid()
1974 const char *objname, u32 *out_sid) in security_transition_sid_user()
/linux/security/selinux/
H A Dselinuxfs.c907 char *namebuf = NULL, *objname = NULL; in sel_write_create() local