Home
last modified time | relevance | path

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

/Linux-v5.4/scripts/
Dfaddr2line117 local sym_base=0x${fields[0]}
122 local sym_size=$(($sym_end - $sym_base))
124 warn "bad symbol size: base: $sym_base end: $sym_end"
131 local addr=$(($sym_base + $offset))
133 warn "bad address: $sym_base + $offset"
/Linux-v5.4/arch/hexagon/kernel/
Dmodule.c78 Elf32_Sym *sym_base = (Elf32_Sym *) sechdrs[symindex].sh_addr; in apply_relocate_add() local
87 sym = sym_base + ELF32_R_SYM(rela[i].r_info); in apply_relocate_add()