Searched refs:st_value (Results 1 - 25 of 68) sorted by relevance

123

/external/elfutils/libdwfl/
H A Ddwfl_module_getsym.c122 GElf_Addr st_value = sym->st_value & ebl_func_addr_mask (mod->ebl); local
134 st_value = dwfl_adjusted_st_value (mod, elf, st_value);
135 st_value = dwfl_deadjust_st_value (mod, mod->main.elf, st_value);
138 *resolved = ebl_resolve_sym_value (mod->ebl, &st_value);
140 st_value = sym->st_value;
163 shndx, &st_value);
[all...]
H A Drelocate.c189 sym->st_value = 0; /* Value is size, not helpful. */
194 *shndx, &sym->st_value);
296 sym->st_value = dwfl_adjusted_st_value (m, m->symfile->elf,
297 sym->st_value);
306 shndx, &sym->st_value);
370 value = sym.st_value;
/external/swiftshader/third_party/LLVM/test/MC/ARM/
H A Delf-thumbfunc.s1 @@ test st_value bit 0 of thumb function
14 @@ make sure foo is thumb function: bit 0 = 1 (st_value)
17 @CHECK-NEXT: 'st_value', 0x00000001
/external/elfutils/tests/
H A Ddwflsyms.c130 sym.st_size, sym.st_value);
132 /* The info variant doesn't adjust st_value but returns the (possible)
144 assert (sym.st_value == isym.st_value
145 || sym.st_value == isym.st_value + bias
154 assert (addr_in_section (elf, shndxp, sym.st_value - bias));
166 assert (addr_in_section (aelf, ashndxp, asym.st_value)
174 && value <= sym.st_value);
176 addr = sym.st_value;
[all...]
H A Dasm-tst7.c151 if (sym->st_value != 16)
154 (uintmax_t) sym->st_value);
161 (uintmax_t) sym->st_value);
H A Dasm-tst8.c152 if (sym->st_value != 0xfeedbeef)
155 (uintmax_t) sym->st_value);
162 (uintmax_t) sym->st_value);
H A Dvdsosyms.c61 i, sname, sym.st_value, addr);
H A Dsectiondump.c178 sym->st_value,
/external/elfutils/backends/
H A Daarch64_symbol.c84 return (sym->st_value >= shdr->sh_addr
85 && sym->st_value < shdr->sh_addr + shdr->sh_size);
H A Dppc_symbol.c122 /* Check whether given symbol's st_value and st_size are OK despite failing
136 return sym->st_value == gotaddr;
152 && sym->st_value == destshdr->sh_addr + 0x8000)
158 && sym->st_value == destshdr->sh_addr + 0x8000
/external/elfutils/libelf/
H A Dgelf_update_sym.c67 if (unlikely (src->st_value > 0xffffffffull)
86 COPY (st_value);
H A Dgelf_update_symshndx.c92 if (unlikely (src->st_value > 0xffffffffull)
111 COPY (st_value);
H A Dgelf_getsym.c88 COPY (st_value);
H A Dgelf_getsymshndx.c107 COPY (st_value);
H A Dnlist.c189 nl->n_value = found->sym.st_value;
/external/llvm/test/MC/ARM/
H A 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)
H A Delf-thumbfunc-reloc.s1 @@ test st_value bit 0 of thumb function
/external/syslinux/com32/lib/sys/module/
H A Delf_module.c127 start = module_get_absolute(ctors_start->st_value, module);
128 end = module_get_absolute(ctors_end->st_value, module);
156 start = module_get_absolute(dtors_start->st_value, module);
157 end = module_get_absolute(dtors_end->st_value, module);
264 module_get_absolute(main_sym->st_value, module);
/external/elfutils/src/
H A Dfindtextrel.c558 if (sym->st_value < addr && sym->st_value > lowaddr)
560 lowaddr = sym->st_value;
563 if (sym->st_value > addr && sym->st_value < highaddr)
565 highaddr = sym->st_value;
578 if (sym->st_value + sym->st_size > addr)
H A Dnm.c851 digits, syms[cnt].sym.st_value);
1013 digits, syms[cnt].sym.st_value,
1031 digits, syms[cnt].sym.st_value,
1116 digits, syms[cnt].sym.st_value,
1135 int result = (s1->sym.st_value < s2->sym.st_value
1136 ? -1 : (s1->sym.st_value == s2->sym.st_value ? 0 : 1));
1386 && lowpc <= sym->st_value
1388 && highpc > sym->st_value)
[all...]
/external/syslinux/com32/include/sys/
H A Delf32.h52 Elf32_Addr st_value; member in struct:elf32_sym
H A Delf64.h55 Elf64_Addr st_value; member in struct:elf64_sym
/external/vixl/examples/aarch32/
H A Ddisasm-a32.cc139 (sym[snum].st_value != 0) &&
158 Symbol(symname, sym.st_value, 0, sym.st_size, sym.st_shndx));
177 sym.st_value,
184 sym.st_value,
/external/llvm/include/llvm/Object/
H A DELFTypes.h194 Elf_Addr st_value; // Value or address associated with the symbol member in struct:llvm::object::Elf_Sym_Base
208 Elf_Addr st_value; // Value or address associated with the symbol member in struct:llvm::object::Elf_Sym_Base
217 using Elf_Sym_Base<ELFT>::st_value;
223 uint64_t getValue() const { return st_value; }
/external/mesa3d/src/gallium/state_trackers/clover/llvm/codegen/
H A Dnative.cpp89 symbol_offsets[name] = s->st_value;

Completed in 647 milliseconds

123