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

123

/external/elfutils/0.153/libdwfl/
H A Ddwfl_module_addrsym.c69 return sym->st_value == addr;
117 && sym.st_value <= addr
125 if (sym.st_value + sym.st_size > min_label)
126 min_label = sym.st_value + sym.st_size;
128 if (sym.st_size == 0 || addr - sym.st_value < sym.st_size)
133 || closest_sym->st_value < sym.st_value
144 && sym.st_value >= min_label
160 && closest_sym->st_value == sym.st_value
[all...]
H A Ddwfl_module_getsym.c108 shndx, &sym->st_value);
117 sym->st_value = dwfl_adjusted_st_value (mod, sym->st_value);
H A Drelocate.c197 sym->st_value = 0; /* Value is size, not helpful. */
202 *shndx, &sym->st_value);
278 sym->st_value = dwfl_adjusted_st_value (m, sym->st_value);
287 shndx, &sym->st_value);
370 value = sym.st_value;
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_elf_symbols.cpp70 if (sym->st_shndx != SHN_UNDEF && elf_addr >= sym->st_value &&
71 elf_addr < sym->st_value + sym->st_size) {
94 if (elf_addr >= sym->st_value && elf_addr < sym->st_value + sym->st_size) {
102 if (elf_addr < sym->st_value)
103 diff = sym->st_value - elf_addr;
105 diff = elf_addr - sym->st_value - sym->st_size;
117 *sym_addr = reinterpret_cast<void*>(nearest_sym->st_value + load_bias);
H A Dcrazy_linker_elf_symbols.h49 return reinterpret_cast<void*>(load_bias + sym->st_value);
H A Dcrazy_linker_shared_library.cpp110 return reinterpret_cast<void*>(lib_->load_bias() + entry->st_value);
150 return reinterpret_cast<void*>(dep->load_bias() + entry->st_value);
/external/qemu/include/hw/
H A Delf_ops.h47 bswapSZs(&sym->st_value);
68 if (key->st_value < sym->st_value) {
70 } else if (key->st_value > sym->st_value + sym->st_size) {
82 key.st_value = orig_addr;
96 return (sym0->st_value < sym1->st_value)
98 : ((sym0->st_value > sym1->st_value)
[all...]
/external/elfutils/0.153/libelf/
H A Dgelf_update_sym.c97 if (unlikely (src->st_value > 0xffffffffull)
116 COPY (st_value);
H A Dgelf_update_symshndx.c123 if (unlikely (src->st_value > 0xffffffffull)
142 COPY (st_value);
H A Dgelf_getsym.c112 COPY (st_value);
H A Dgelf_getsymshndx.c132 COPY (st_value);
H A Dnlist.c206 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/elfutils/0.153/backends/
H A Dppc_symbol.c114 /* Check whether given symbol's st_value and st_size are OK despite failing
128 return sym->st_value == gotaddr;
140 && sym->st_value == destshdr->sh_addr + 0x8000
145 && sym->st_value == destshdr->sh_addr + 0x8000
/external/elfutils/0.153/src/
H A Dfindtextrel.c559 if (sym->st_value < addr && sym->st_value > lowaddr)
561 lowaddr = sym->st_value;
564 if (sym->st_value > addr && sym->st_value < highaddr)
566 highaddr = sym->st_value;
579 if (sym->st_value + sym->st_size > addr)
H A Dnm.c860 digits, syms[cnt].sym.st_value);
1028 digits, syms[cnt].sym.st_value,
1114 digits, syms[cnt].sym.st_value,
1133 int result = (s1->sym.st_value < s2->sym.st_value
1134 ? -1 : (s1->sym.st_value == s2->sym.st_value ? 0 : 1));
1287 && lowpc <= sym->st_value
1289 && highpc > sym->st_value)
1295 sym->st_value);
[all...]
H A Daddr2line.c351 else if (addr == s.st_value)
354 printf ("%s+%#" PRIx64 "\n", name, addr - s.st_value);
485 addr += sym.st_value;
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dsymbol-elf.c753 kmap->ref_reloc_sym->unrelocated_addr = sym.st_value;
789 u32 offset = sym.st_value - syms_ss->opdshdr.sh_addr;
791 sym.st_value = DSO__SWAP(dso, u64, *opd);
793 sym.st_value);
823 (sym.st_value & 1))
824 --sym.st_value;
831 sym.st_value -= shdr.sh_addr - shdr.sh_offset;
880 u64 start = sym.st_value;
919 pr_debug4("%s: adjusting symbol: st_value: %#" PRIx64 " "
921 (u64)sym.st_value, (u6
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Delf_mem_image.cc152 return reinterpret_cast<const void *>(sym->st_value);
154 CHECK_LT(link_base_, sym->st_value);
155 return GetTableElement<char>(ehdr_, 0, 1, sym->st_value) - link_base_;
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Delf_mem_image.cc152 return reinterpret_cast<const void *>(sym->st_value);
154 CHECK_LT(link_base_, sym->st_value);
155 return GetTableElement<char>(ehdr_, 0, 1, sym->st_value) - link_base_;
/external/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp308 st_value,
332 // Read st_value and st_size.
333 if (GetMaxU64(data, offset, &st_value, byte_size, 2) == false)
354 // Read st_value and st_size.
355 if (data.GetU64(offset, &st_value, 2) == NULL)
H A DELFHeader.h227 elf_addr st_value; ///< Absolute or relocatable address. member in struct:elf::ELFSymbol
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/
H A Dobj_int_extract.c368 ENDIAN_ASSIGN_IN_PLACE(sym32->st_value);
376 ENDIAN_ASSIGN_IN_PLACE(sym64->st_value);
486 elf.buf + dhdr.sh_offset + sym.st_value,
575 elf.buf + dhdr.sh_offset + sym.st_value,
/external/libvpx/libvpx/build/make/
H A Dobj_int_extract.c368 ENDIAN_ASSIGN_IN_PLACE(sym32->st_value);
376 ENDIAN_ASSIGN_IN_PLACE(sym64->st_value);
486 elf.buf + dhdr.sh_offset + sym.st_value,
575 elf.buf + dhdr.sh_offset + sym.st_value,

Completed in 6466 milliseconds

123