Home
last modified time | relevance | path

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

1234

/external/elfutils/libdwfl/
Ddwfl_module_getsym.c122 GElf_Addr st_value = sym->st_value & ebl_func_addr_mask (mod->ebl); in __libdwfl_getsym() local
134 st_value = dwfl_adjusted_st_value (mod, elf, st_value); in __libdwfl_getsym()
135 st_value = dwfl_deadjust_st_value (mod, mod->main.elf, st_value); in __libdwfl_getsym()
138 *resolved = ebl_resolve_sym_value (mod->ebl, &st_value); in __libdwfl_getsym()
140 st_value = sym->st_value; in __libdwfl_getsym()
163 shndx, &st_value); in __libdwfl_getsym()
172 st_value = dwfl_adjusted_st_value (mod, in __libdwfl_getsym()
174 st_value); in __libdwfl_getsym()
179 sym->st_value = st_value; in __libdwfl_getsym()
182 *addr = st_value; in __libdwfl_getsym()
Drelocate.c189 sym->st_value = 0; /* Value is size, not helpful. */ in relocate_getsym()
194 *shndx, &sym->st_value); in relocate_getsym()
296 sym->st_value = dwfl_adjusted_st_value (m, m->symfile->elf, in resolve_symbol()
297 sym->st_value); in resolve_symbol()
306 shndx, &sym->st_value); in resolve_symbol()
370 value = sym.st_value; in relocate()
/external/elfutils/tests/
Ddwflsyms.c130 sym.st_size, sym.st_value); in list_syms()
144 assert (sym.st_value == isym.st_value in list_syms()
145 || sym.st_value == isym.st_value + bias in list_syms()
154 assert (addr_in_section (elf, shndxp, sym.st_value - bias)); in list_syms()
166 assert (addr_in_section (aelf, ashndxp, asym.st_value) in list_syms()
174 && value <= sym.st_value); in list_syms()
176 addr = sym.st_value; in list_syms()
186 if (value != isym.st_value + bias && ehdr.e_type != ET_REL) in list_syms()
Dasm-tst7.c151 if (sym->st_value != 16) in main()
154 (uintmax_t) sym->st_value); in main()
161 (uintmax_t) sym->st_value); in main()
Dasm-tst8.c152 if (sym->st_value != 0xfeedbeef) in main()
155 (uintmax_t) sym->st_value); in main()
162 (uintmax_t) sym->st_value); in main()
Dvdsosyms.c61 i, sname, sym.st_value, addr); in module_callback()
/external/syslinux/com32/lib/sys/module/
Delf_module.c127 start = module_get_absolute(ctors_start->st_value, module); in extract_operations()
128 end = module_get_absolute(ctors_end->st_value, module); in extract_operations()
156 start = module_get_absolute(dtors_start->st_value, module); in extract_operations()
157 end = module_get_absolute(dtors_end->st_value, module); in extract_operations()
264 module_get_absolute(main_sym->st_value, module); in module_load()
/external/elfutils/backends/
Dppc_symbol.c136 return sym->st_value == gotaddr; in ppc_check_special_symbol()
152 && sym->st_value == destshdr->sh_addr + 0x8000) in ppc_check_special_symbol()
158 && sym->st_value == destshdr->sh_addr + 0x8000 in ppc_check_special_symbol()
Daarch64_symbol.c84 return (sym->st_value >= shdr->sh_addr in aarch64_check_special_symbol()
85 && sym->st_value < shdr->sh_addr + shdr->sh_size); in aarch64_check_special_symbol()
/external/elfutils/src/
Dfindtextrel.c558 if (sym->st_value < addr && sym->st_value > lowaddr) in check_rel()
560 lowaddr = sym->st_value; in check_rel()
563 if (sym->st_value > addr && sym->st_value < highaddr) in check_rel()
565 highaddr = sym->st_value; in check_rel()
578 if (sym->st_value + sym->st_size > addr) in check_rel()
Dnm.c851 digits, syms[cnt].sym.st_value); in show_symbols_sysv()
1013 digits, syms[cnt].sym.st_value, in show_symbols_bsd()
1031 digits, syms[cnt].sym.st_value, in show_symbols_bsd()
1116 digits, syms[cnt].sym.st_value, in show_symbols_posix()
1135 int result = (s1->sym.st_value < s2->sym.st_value in sort_by_address()
1136 ? -1 : (s1->sym.st_value == s2->sym.st_value ? 0 : 1)); in sort_by_address()
1386 && lowpc <= sym->st_value in show_symbols()
1388 && highpc > sym->st_value) in show_symbols()
1394 sym->st_value); in show_symbols()
1423 .lowpc = sym->st_value, in show_symbols()
[all …]
Di386_ld.c474 ((Elf32_Sym *) dynsymdata->d_buf)[pltidx].st_value = pltentryaddr; in elf_i386_finalize_plt()
480 + (pltidx - 1)].st_value in elf_i386_finalize_plt()
785 value = scninfo[sym->st_shndx].offset + sym->st_value; in elf_i386_create_relocations()
853 sym->st_value = value; in elf_i386_create_relocations()
866 sym->st_value = value; in elf_i386_create_relocations()
/external/swiftshader/third_party/LLVM/test/MC/ARM/
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.ll37 ; CHECK-NEXT: 'st_value', 0x00000001
/external/llvm/test/MC/ARM/
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)
Delf-thumbfunc-reloc.s1 @@ test st_value bit 0 of thumb function
/external/elfutils/libelf/
Dgelf_update_sym.c67 if (unlikely (src->st_value > 0xffffffffull) in gelf_update_sym()
86 COPY (st_value); in gelf_update_sym()
Dgelf_update_symshndx.c92 if (unlikely (src->st_value > 0xffffffffull) in gelf_update_symshndx()
111 COPY (st_value); in gelf_update_symshndx()
Dgelf_getsym.c88 COPY (st_value); in gelf_getsym()
Dgelf_getsymshndx.c107 COPY (st_value); in gelf_getsymshndx()
/external/vixl/examples/aarch32/
Ddisasm-a32.cc139 (sym[snum].st_value != 0) && in LocateSymbols()
158 Symbol(symname, sym.st_value, 0, sym.st_size, sym.st_shndx)); in visit()
177 sym.st_value, in visit()
184 sym.st_value, in visit()
/external/syslinux/com32/tools/
Drelocs.c393 sym->st_value = elf32_to_cpu(sym->st_value); in read_symtabs()
455 j, sym->st_value, sym->st_size, in print_absolute_symbols()
524 sym->st_value, in print_absolute_relocs()
/external/llvm/include/llvm/Object/
DELFTypes.h194 Elf_Addr st_value; // Value or address associated with the symbol
208 Elf_Addr st_value; // Value or address associated with the symbol
217 using Elf_Sym_Base<ELFT>::st_value;
223 uint64_t getValue() const { return st_value; }
/external/kernel-headers/original/uapi/linux/
Delf.h185 Elf32_Addr st_value; member
197 Elf64_Addr st_value; /* Value of the symbol */ member
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/
D2010-12-15-elf-lcomm.ll22 ; OBJ-NEXT: 'st_value', 0x00000000

1234