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

12

/external/elfutils/libdwfl/
H A Ddwfl_module_addrsym.c69 return sym->st_value == addr;
115 && sym.st_value <= addr
123 if (sym.st_value + sym.st_size > min_label)
124 min_label = sym.st_value + sym.st_size;
126 if (sym.st_size == 0 || addr - sym.st_value < sym.st_size)
131 || closest_sym->st_value < sym.st_value
156 && closest_sym->st_value == sym.st_value
172 && sizeless_name != NULL && sizeless_sym.st_value >
[all...]
H A Ddwfl_module_getsym.c95 shndx, &sym->st_value);
103 sym->st_value += mod->symfile->bias;
H A Drelocate.c195 *shndx, &sym->st_value);
274 shndx, &sym->st_value);
343 value = sym.st_value;
/external/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
H A Delf-thumbfunc-reloc.s1 @@ test st_value bit 0 of thumb function
/external/qemu/
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/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/elfutils/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/tests/
H A Dasm-tst7.c159 if (sym->st_value != 16)
162 (uintmax_t) sym->st_value);
169 (uintmax_t) sym->st_value);
H A Dasm-tst8.c160 if (sym->st_value != 0xfeedbeef)
163 (uintmax_t) sym->st_value);
170 (uintmax_t) sym->st_value);
H A Dsectiondump.c186 sym->st_value,
H A Dasm-tst3.c298 if (sym->st_value != value[inner])
/external/elfutils/src/
H A Dfindtextrel.c543 if (sym->st_value < addr && sym->st_value > lowaddr)
545 lowaddr = sym->st_value;
548 if (sym->st_value > addr && sym->st_value < highaddr)
550 highaddr = sym->st_value;
563 if (sym->st_value + sym->st_size > addr)
H A Dnm.c811 digits, syms[cnt].sym.st_value,
900 digits, syms[cnt].sym.st_value,
956 digits, syms[cnt].sym.st_value,
971 int result = (s1->sym.st_value < s2->sym.st_value
972 ? -1 : (s1->sym.st_value == s2->sym.st_value ? 0 : 1));
1108 && lowpc <= sym->st_value
1110 && highpc > sym->st_value)
1116 sym->st_value);
[all...]
H A Daddr2line.c313 else if (addr == s.st_value)
316 printf ("%s+%#" PRIx64 "\n", name, addr - s.st_value);
434 addr += sym.st_value;
H A Di386_ld.c482 ((Elf32_Sym *) dynsymdata->d_buf)[pltidx].st_value = pltentryaddr;
488 + (pltidx - 1)].st_value
793 value = scninfo[sym->st_shndx].offset + sym->st_value;
861 sym->st_value = value;
874 sym->st_value = value;
H A Dldgeneric.c679 (uint64_t) sym->st_value,
701 scnname, (uint64_t) oldsym->st_value);
731 oldp->merge.value = MAX (oldp->merge.value, sym->st_value);
793 oldp->merge.value = sym->st_value;
1581 newp->merge.value = sym->st_value;
3662 return sym->st_value;
3722 sym->st_value = 0;
4719 sym->st_value = 0;
4884 (char *) locdata->d_buf + sym->st_value,
4960 + sym->st_value),
[all...]
/external/kernel-headers/original/linux/
H A Delf.h154 Elf32_Addr st_value; member in struct:elf32_sym
166 Elf64_Addr st_value; /* Value of the symbol */ member in struct:elf64_sym
/external/grub/stage2/
H A Di386-elf.h122 Elf32_Addr st_value; member in struct:__anon5027
/external/libvpx/build/make/
H A Dobj_int_extract.c466 ENDIAN_ASSIGN_IN_PLACE(sym32->st_value);
476 ENDIAN_ASSIGN_IN_PLACE(sym64->st_value);
603 elf.buf + dhdr.sh_offset + sym.st_value,
695 elf.buf + dhdr.sh_offset + sym.st_value,
/external/linux-tools-perf/util/
H A Dsymbol.c1165 kmap->ref_reloc_sym->unrelocated_addr = sym.st_value;
1181 u32 offset = sym.st_value - opdshdr.sh_addr;
1183 sym.st_value = *opd;
1184 sym.st_shndx = elf_addr_to_index(elf, sym.st_value);
1202 (sym.st_value & 1))
1203 --sym.st_value;
1224 u64 start = sym.st_value;
1254 pr_debug4("%s: adjusting symbol: st_value: %#" PRIx64 " "
1256 (u64)sym.st_value, (u64)shdr.sh_addr,
1258 sym.st_value
[all...]

Completed in 200 milliseconds

12