Searched refs:objname (Results 1 – 9 of 9) sorted by relevance
/linux/tools/objtool/include/objtool/ |
H A D | warn.h | 18 extern const char *objname; 48 objname ?: "", \ 49 objname ? ": " : "", \
|
H A D | objtool.h | 47 int orc_dump(const char *objname);
|
/linux/kernel/livepatch/ |
H A D | core.c | 154 static int klp_find_object_symbol(const char *objname, const char *name, in klp_find_object_symbol() argument 164 if (objname) in klp_find_object_symbol() 165 module_kallsyms_on_each_symbol(objname, klp_find_callback, &args); in klp_find_object_symbol() 177 name, objname); in klp_find_object_symbol() 180 sympos, name, objname ? objname : "vmlinux"); in klp_find_object_symbol() 249 /* klp_find_object_symbol() treats a NULL objname as vmlinux */ in klp_resolve_symbols() 295 const char *objname, bool apply) in klp_write_section_relocs() argument 314 if (strcmp(objname ? objname in klp_write_section_relocs() 333 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 D | livepatch.h | 236 const char *objname); 250 const char *objname) in klp_apply_section_relocs() argument
|
/linux/security/selinux/include/ |
H A D | security.h | 281 const char *objname, u32 *out_sid);
|
/linux/security/selinux/ss/ |
H A D | services.c | 1726 const char *objname) in filename_compute_type() argument 1741 ft.name = objname; in filename_compute_type() 1757 const char *objname, in security_compute_sid() argument 1896 /* if we have a objname this is a file trans check so check those rules */ in security_compute_sid() 1897 if (objname) in security_compute_sid() 1899 tcontext->type, tclass, objname); in security_compute_sid() 1974 const char *objname, u32 *out_sid) in security_transition_sid_user() argument 1978 objname, out_sid, false); in security_transition_sid_user()
|
/linux/Documentation/livepatch/ |
H A D | module-elf-format.rst | 120 .klp.rela.objname.section_name 246 .klp.sym.objname.symbol_name,sympos
|
/linux/security/selinux/ |
H A D | selinuxfs.c | 907 char *namebuf = NULL, *objname = NULL; in sel_write_create() local 968 objname = namebuf; in sel_write_create() 980 objname, &newsid); in sel_write_create()
|
/linux/tools/objtool/ |
H A D | check.c | 4599 size = snprintf(NULL, 0, objdump_str, cross_compile, objname, funcs) + 1; in disas_funcs() 4608 snprintf(cmd, size, objdump_str, cross_compile, objname, funcs); in disas_funcs()
|