Home
last modified time | relevance | path

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

12

/external/elfutils/libdwfl/
Ddwfl_module_addrsym.c69 return sym->st_value == addr; in dwfl_module_addrsym()
115 && sym.st_value <= addr in dwfl_module_addrsym()
123 if (sym.st_value + sym.st_size > min_label) in dwfl_module_addrsym()
124 min_label = sym.st_value + sym.st_size; in dwfl_module_addrsym()
126 if (sym.st_size == 0 || addr - sym.st_value < sym.st_size) in dwfl_module_addrsym()
131 || closest_sym->st_value < sym.st_value in dwfl_module_addrsym()
156 && closest_sym->st_value == sym.st_value in dwfl_module_addrsym()
172 && sizeless_name != NULL && sizeless_sym.st_value >= min_label) in dwfl_module_addrsym()
Ddwfl_module_getsym.c95 shndx, &sym->st_value); in dwfl_module_getsym()
103 sym->st_value += mod->symfile->bias; in dwfl_module_getsym()
Drelocate.c195 *shndx, &sym->st_value); in relocate_getsym()
274 shndx, &sym->st_value); in resolve_symbol()
343 value = sym.st_value; in relocate_section()
/external/qemu/
Delf_ops.h47 bswapSZs(&sym->st_value); in glue()
68 if (key->st_value < sym->st_value) { in glue()
70 } else if (key->st_value > sym->st_value + sym->st_size) { in glue()
82 key.st_value = orig_addr; in glue()
96 return (sym0->st_value < sym1->st_value) in glue()
98 : ((sym0->st_value > sym1->st_value) ? 1 : 0); in glue()
146 syms[i].st_value &= ~(target_ulong)1; in glue()
/external/llvm/test/MC/ARM/
Ddata-in-code.ll113 ;; ARM-NEXT: 'st_value', 0x00000000
122 ;; ARM-NEXT: 'st_value', 0x000000ac
131 ;; ARM-NEXT: 'st_value', 0x00000000
138 ;; ARM-NEXT: 'st_value', 0x00000030
149 ;; TMB-NEXT: 'st_value', 0x00000016
158 ;; TMB-NEXT: 'st_value', 0x00000000
167 ;; TMB-NEXT: 'st_value', 0x00000036
Delf-thumbfunc.s1 @@ test st_value bit 0 of thumb function
14 @@ make sure foo is thumb function: bit 0 = 1 (st_value)
Delf-thumbfunc-reloc.s1 @@ test st_value bit 0 of thumb function
Delf-thumbfunc-reloc.ll37 ; CHECK-NEXT: 'st_value', 0x00000001
/external/elfutils/tests/
Dasm-tst7.c159 if (sym->st_value != 16) in main()
162 (uintmax_t) sym->st_value); in main()
169 (uintmax_t) sym->st_value); in main()
Dasm-tst8.c160 if (sym->st_value != 0xfeedbeef) in main()
163 (uintmax_t) sym->st_value); in main()
170 (uintmax_t) sym->st_value); in main()
Dsectiondump.c186 sym->st_value, in print_symtab()
/external/elfutils/backends/
Dppc_symbol.c128 return sym->st_value == gotaddr; in ppc_check_special_symbol()
140 && sym->st_value == destshdr->sh_addr + 0x8000 in ppc_check_special_symbol()
145 && sym->st_value == destshdr->sh_addr + 0x8000 in ppc_check_special_symbol()
/external/elfutils/src/
Dfindtextrel.c543 if (sym->st_value < addr && sym->st_value > lowaddr) in check_rel()
545 lowaddr = sym->st_value; in check_rel()
548 if (sym->st_value > addr && sym->st_value < highaddr) in check_rel()
550 highaddr = sym->st_value; in check_rel()
563 if (sym->st_value + sym->st_size > addr) in check_rel()
Dnm.c811 digits, syms[cnt].sym.st_value, in show_symbols_sysv()
900 digits, syms[cnt].sym.st_value, in show_symbols_bsd()
956 digits, syms[cnt].sym.st_value, in show_symbols_posix()
971 int result = (s1->sym.st_value < s2->sym.st_value in sort_by_address()
972 ? -1 : (s1->sym.st_value == s2->sym.st_value ? 0 : 1)); in sort_by_address()
1108 && lowpc <= sym->st_value in show_symbols()
1110 && highpc > sym->st_value) in show_symbols()
1116 sym->st_value); in show_symbols()
1146 .lowpc = sym->st_value, in show_symbols()
1147 .highpc = sym->st_value, in show_symbols()
Daddr2line.c313 else if (addr == s.st_value) in print_addrsym()
316 printf ("%s+%#" PRIx64 "\n", name, addr - s.st_value); in print_addrsym()
434 addr += sym.st_value; in handle_address()
Di386_ld.c482 ((Elf32_Sym *) dynsymdata->d_buf)[pltidx].st_value = pltentryaddr; in elf_i386_finalize_plt()
488 + (pltidx - 1)].st_value in elf_i386_finalize_plt()
793 value = scninfo[sym->st_shndx].offset + sym->st_value; in elf_i386_create_relocations()
861 sym->st_value = value; in elf_i386_create_relocations()
874 sym->st_value = value; in elf_i386_create_relocations()
Dldgeneric.c679 (uint64_t) sym->st_value, in check_definition()
701 scnname, (uint64_t) oldsym->st_value); in check_definition()
731 oldp->merge.value = MAX (oldp->merge.value, sym->st_value); in check_definition()
793 oldp->merge.value = sym->st_value; in check_definition()
1581 newp->merge.value = sym->st_value; in add_relocatable_file()
3662 return sym->st_value; in find_entry_point()
3722 sym->st_value = 0; in fillin_special_symbol()
4719 sym->st_value = 0; in ld_generic_create_outfile()
4884 (char *) locdata->d_buf + sym->st_value, in ld_generic_create_outfile()
4960 + sym->st_value), 0); in ld_generic_create_outfile()
[all …]
/external/elfutils/libelf/
Dgelf_update_sym.c97 if (unlikely (src->st_value > 0xffffffffull)
116 COPY (st_value);
Dgelf_update_symshndx.c123 if (unlikely (src->st_value > 0xffffffffull)
142 COPY (st_value);
Dgelf_getsym.c112 COPY (st_value);
Dgelf_getsymshndx.c132 COPY (st_value);
/external/llvm/test/CodeGen/ARM/
D2010-12-15-elf-lcomm.ll23 ; OBJ-NEXT: 'st_value', 0x00000000
/external/libvpx/libvpx/build/make/
Dobj_int_extract.c386 ENDIAN_ASSIGN_IN_PLACE(sym32->st_value); in parse_elf_symbol()
396 ENDIAN_ASSIGN_IN_PLACE(sym64->st_value); in parse_elf_symbol()
523 elf.buf + dhdr.sh_offset + sym.st_value, in parse_elf()
615 elf.buf + dhdr.sh_offset + sym.st_value, in parse_elf()
/external/grub/stage2/
Di386-elf.h122 Elf32_Addr st_value; member
/external/linux-tools-perf/util/
Dsymbol.c1165 kmap->ref_reloc_sym->unrelocated_addr = sym.st_value; in dso__load_sym()
1181 u32 offset = sym.st_value - opdshdr.sh_addr; in dso__load_sym()
1183 sym.st_value = *opd; in dso__load_sym()
1184 sym.st_shndx = elf_addr_to_index(elf, sym.st_value); in dso__load_sym()
1202 (sym.st_value & 1)) in dso__load_sym()
1203 --sym.st_value; in dso__load_sym()
1224 u64 start = sym.st_value; in dso__load_sym()
1256 (u64)sym.st_value, (u64)shdr.sh_addr, in dso__load_sym()
1258 sym.st_value -= shdr.sh_addr - shdr.sh_offset; in dso__load_sym()
1269 f = symbol__new(sym.st_value, sym.st_size, in dso__load_sym()

12