Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/crash/crash/
H A D0001-symbol-fix-S-cannot-work-with-kaslr-detection.patch68 -relocate(ulong symval, char *symname, int first_symbol)
69 +relocate(ulong symval, char *symname, int *first_symbol)
73 @@ -937,9 +938,10 @@ relocate(ulong symval, char *symname, int first_symbol)
77 - if (first_symbol && !relocate_force(symval, symname))
80 + if (!(*first_symbol) && relocate_force(symval, symname)) {
81 + *first_symbol += 1;
/openbmc/linux/tools/perf/util/
H A Dsymbol-elf.c2065 u64 first_symbol; member
2152 if (!kci->first_symbol || start < kci->first_symbol) in kcore_copy__process_kallsyms()
2153 kci->first_symbol = start; in kcore_copy__process_kallsyms()
2335 kci->stext = round_down(kci->first_symbol, page_size); in kcore_copy__calc_maps()