Home
last modified time | relevance | path

Searched refs:st_value (Results 1 – 25 of 88) sorted by relevance

1234

/external/elfutils/libdwfl/
Ddwfl_module_getsym.c126 GElf_Addr st_value = sym->st_value & ebl_func_addr_mask (mod->ebl); in __libdwfl_getsym() local
138 st_value = dwfl_adjusted_st_value (mod, elf, st_value); in __libdwfl_getsym()
139 st_value = dwfl_deadjust_st_value (mod, mod->main.elf, st_value); in __libdwfl_getsym()
142 *resolved = ebl_resolve_sym_value (mod->ebl, &st_value); in __libdwfl_getsym()
144 st_value = sym->st_value; in __libdwfl_getsym()
167 shndx, &st_value); in __libdwfl_getsym()
176 st_value = dwfl_adjusted_st_value (mod, in __libdwfl_getsym()
178 st_value); in __libdwfl_getsym()
183 sym->st_value = st_value; in __libdwfl_getsym()
186 *addr = st_value; in __libdwfl_getsym()
Drelocate.c194 sym->st_value = 0; /* Value is size, not helpful. */ in relocate_getsym()
199 *shndx, &sym->st_value); in relocate_getsym()
301 sym->st_value = dwfl_adjusted_st_value (m, m->symfile->elf, in resolve_symbol()
302 sym->st_value); in resolve_symbol()
311 shndx, &sym->st_value); in resolve_symbol()
376 value = sym.st_value; in relocate()
/external/elfutils/tests/
Ddwflsyms.c129 sym.st_size, sym.st_value); in list_syms()
143 assert (sym.st_value == isym.st_value in list_syms()
144 || sym.st_value == isym.st_value + bias in list_syms()
153 assert (addr_in_section (elf, shndxp, sym.st_value - bias)); in list_syms()
165 assert (addr_in_section (aelf, ashndxp, asym.st_value) in list_syms()
173 && value <= sym.st_value); in list_syms()
175 addr = sym.st_value; in list_syms()
185 if (value != isym.st_value + bias && ehdr.e_type != ET_REL) in list_syms()
Dasm-tst7.c151 if (sym->st_value != 16) in main()
154 (uintmax_t) sym->st_value); in main()
161 (uintmax_t) sym->st_value); in main()
Dasm-tst8.c152 if (sym->st_value != 0xfeedbeef) in main()
155 (uintmax_t) sym->st_value); in main()
162 (uintmax_t) sym->st_value); in main()
Dvdsosyms.c61 i, sname, sym.st_value, addr); in module_callback()
/external/elfutils/backends/
Driscv_symbol.c108 && sym->st_value >= destshdr->sh_addr in riscv_check_special_symbol()
109 && sym->st_value < destshdr->sh_addr + destshdr->sh_size); in riscv_check_special_symbol()
116 && sym->st_value == destshdr->sh_addr + 0x800) in riscv_check_special_symbol()
Dppc_symbol.c150 return sym->st_value == gotaddr; in ppc_check_special_symbol()
169 && sym->st_value == destshdr->sh_addr + 0x8000) in ppc_check_special_symbol()
175 && sym->st_value == destshdr->sh_addr + 0x8000 in ppc_check_special_symbol()
Ds390_symbol.c87 return (sym->st_value >= shdr->sh_addr in s390_check_special_symbol()
88 && sym->st_value < shdr->sh_addr + shdr->sh_size); in s390_check_special_symbol()
Daarch64_symbol.c88 return (sym->st_value >= shdr->sh_addr in aarch64_check_special_symbol()
89 && sym->st_value < shdr->sh_addr + shdr->sh_size); in aarch64_check_special_symbol()
/external/elfutils/src/
Dfindtextrel.c545 if (sym->st_value < addr && sym->st_value > lowaddr) in check_rel()
547 lowaddr = sym->st_value; in check_rel()
550 if (sym->st_value > addr && sym->st_value < highaddr) in check_rel()
552 highaddr = sym->st_value; in check_rel()
565 if (sym->st_value + sym->st_size > addr) in check_rel()
Dnm.c837 digits, syms[cnt].sym.st_value); in show_symbols_sysv()
999 digits, syms[cnt].sym.st_value, in show_symbols_bsd()
1017 digits, syms[cnt].sym.st_value, in show_symbols_bsd()
1102 digits, syms[cnt].sym.st_value, in show_symbols_posix()
1121 int result = (s1->sym.st_value < s2->sym.st_value in sort_by_address()
1122 ? -1 : (s1->sym.st_value == s2->sym.st_value ? 0 : 1)); in sort_by_address()
1377 && lowpc <= sym->st_value in show_symbols()
1379 && highpc > sym->st_value) in show_symbols()
1385 sym->st_value); in show_symbols()
1414 .lowpc = sym->st_value, in show_symbols()
[all …]
/external/swiftshader/third_party/LLVM/test/MC/ARM/
Delf-thumbfunc.s1 @@ test st_value bit 0 of thumb function
14 @@ make sure foo is thumb function: bit 0 = 1 (st_value)
/external/llvm/test/MC/ARM/
Delf-thumbfunc.s1 @@ test st_value bit 0 of thumb function
17 @@ make sure foo and bar are thumb function: bit 0 = 1 (st_value)
Delf-thumbfunc-reloc.s1 @@ test st_value bit 0 of thumb function
/external/elfutils/libelf/
Dgelf_update_sym.c67 if (unlikely (src->st_value > 0xffffffffull) in gelf_update_sym()
86 COPY (st_value); in gelf_update_sym()
Dgelf_update_symshndx.c92 if (unlikely (src->st_value > 0xffffffffull) in gelf_update_symshndx()
111 COPY (st_value); in gelf_update_symshndx()
Dgelf_getsym.c88 COPY (st_value); in gelf_getsym()
/external/vixl/examples/aarch32/
Ddisasm-a32.cc139 (sym[snum].st_value != 0) && in LocateSymbols()
158 Symbol(symname, sym.st_value, 0, sym.st_size, sym.st_shndx)); in visit()
177 sym.st_value, in visit()
184 sym.st_value, in visit()
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
Delf-thumbfunc.s1 @@ test st_value bit 0 of thumb function
20 @@ make sure foo and bar are thumb function: bit 0 = 1 (st_value)
Delf-thumbfunc-reloc.s1 @@ test st_value bit 0 of thumb function
/external/u-boot/tools/
Dprelink-riscv.inc91 *((uint32_t*) buf) = dynsym[ELF_R_SYM(r->r_info)].st_value;
93 *((uint64_t*) buf) = dynsym[ELF_R_SYM(r->r_info)].st_value;
/external/llvm/include/llvm/Object/
DELFTypes.h194 Elf_Addr st_value; // Value or address associated with the symbol
208 Elf_Addr st_value; // Value or address associated with the symbol
217 using Elf_Sym_Base<ELFT>::st_value;
223 uint64_t getValue() const { return st_value; }
/external/kernel-headers/original/uapi/linux/
Delf.h185 Elf32_Addr st_value; member
197 Elf64_Addr st_value; /* Value of the symbol */ member
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/
D2010-12-15-elf-lcomm.ll22 ; OBJ-NEXT: 'st_value', 0x00000000

1234