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

123

/external/elfutils/src/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.c180 sym->st_value = 0; /* Value is size, not helpful. */
185 *shndx, &sym->st_value);
262 sym->st_value = dwfl_adjusted_st_value (m, m->symfile->elf,
263 sym->st_value);
272 shndx, &sym->st_value);
395 value = sym.st_value;
/external/elfutils/src/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/src/libelf/
H A Dgelf_update_sym.c70 if (unlikely (src->st_value > 0xffffffffull)
89 COPY (st_value);
H A Dgelf_update_symshndx.c96 if (unlikely (src->st_value > 0xffffffffull)
115 COPY (st_value);
H A Dgelf_getsym.c91 COPY (st_value);
H A Dgelf_getsymshndx.c111 COPY (st_value);
H A Dnlist.c185 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/src/backends/
H A Dppc_symbol.c121 /* Check whether given symbol's st_value and st_size are OK despite failing
135 return sym->st_value == gotaddr;
147 && sym->st_value == destshdr->sh_addr + 0x8000
152 && sym->st_value == destshdr->sh_addr + 0x8000
H A Daarch64_symbol.c80 return sym->st_value == shdr->sh_addr;
/external/elfutils/src/src/
H A Dfindtextrel.c557 if (sym->st_value < addr && sym->st_value > lowaddr)
559 lowaddr = sym->st_value;
562 if (sym->st_value > addr && sym->st_value < highaddr)
564 highaddr = sym->st_value;
577 if (sym->st_value + sym->st_size > addr)
H A Dnm.c848 digits, syms[cnt].sym.st_value);
1010 digits, syms[cnt].sym.st_value,
1028 digits, syms[cnt].sym.st_value,
1113 digits, syms[cnt].sym.st_value,
1132 int result = (s1->sym.st_value < s2->sym.st_value
1133 ? -1 : (s1->sym.st_value == s2->sym.st_value ? 0 : 1));
1286 && lowpc <= sym->st_value
1288 && highpc > sym->st_value)
[all...]
H A Di386_ld.c474 ((Elf32_Sym *) dynsymdata->d_buf)[pltidx].st_value = pltentryaddr;
480 + (pltidx - 1)].st_value
785 value = scninfo[sym->st_shndx].offset + sym->st_value;
853 sym->st_value = value;
866 sym->st_value = value;
H A Delflint.c654 if (sym->st_value != 0)
656 idx, section_name (ebl, idx), "st_value");
771 GElf_Addr st_value; local
774 st_value = sym->st_value & ebl_func_addr_mask (ebl);
776 st_value = sym->st_value;
782 if (st_value - sh_addr > destshdr->sh_size)
805 section [%2d] '%s': symbol %zu: st_value out of bounds\n"),
808 else if ((st_value
[all...]
/external/linux-tools-perf/src/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/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/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,
/external/kernel-headers/original/uapi/linux/
H A Delf.h184 Elf32_Addr st_value; member in struct:elf32_sym
196 Elf64_Addr st_value; /* Value of the symbol */ member in struct:elf64_sym

Completed in 758 milliseconds

123