Home
last modified time | relevance | path

Searched refs:no_trim_symbol (Results 1 – 3 of 3) sorted by relevance

/scripts/
A Dmodule.lds.S19 *(.no_trim_symbol)
/scripts/mod/
A Dmodpost.h133 char *no_trim_symbol; member
148 char *no_trim_symbol; member
A Dmodpost.c525 info->no_trim_symbol = (void *)hdr + sechdrs[i].sh_offset; in parse_elf()
1582 mod->no_trim_symbol = xmalloc(info.no_trim_symbol_len); in read_symbols()
1583 memcpy(mod->no_trim_symbol, info.no_trim_symbol, in read_symbols()
1799 for (char *s = mod->no_trim_symbol; s; s = next_string(s , &size)) { in keep_no_trim_symbols()

Completed in 8 milliseconds