Searched refs:sym_base (Results 1 – 2 of 2) sorted by relevance
117 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"
91 Elf32_Sym *sym_base = (Elf32_Sym *) sechdrs[symindex].sh_addr; in apply_relocate_add() local100 sym = sym_base + ELF32_R_SYM(rela[i].r_info); in apply_relocate_add()