/external/elfutils/libdwfl/ |
D | dwfl_module_getsym.c | 122 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()
|
D | relocate.c | 189 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/ |
D | dwflsyms.c | 130 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()
|
D | asm-tst7.c | 151 if (sym->st_value != 16) in main() 154 (uintmax_t) sym->st_value); in main() 161 (uintmax_t) sym->st_value); in main()
|
D | asm-tst8.c | 152 if (sym->st_value != 0xfeedbeef) in main() 155 (uintmax_t) sym->st_value); in main() 162 (uintmax_t) sym->st_value); in main()
|
D | vdsosyms.c | 61 i, sname, sym.st_value, addr); in module_callback()
|
/external/syslinux/com32/lib/sys/module/ |
D | elf_module.c | 127 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/ |
D | ppc_symbol.c | 136 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()
|
D | aarch64_symbol.c | 84 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/ |
D | findtextrel.c | 558 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()
|
D | nm.c | 851 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 …]
|
D | i386_ld.c | 474 ((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/ |
D | elf-thumbfunc.s | 1 @@ test st_value bit 0 of thumb function 14 @@ make sure foo is thumb function: bit 0 = 1 (st_value)
|
D | elf-thumbfunc-reloc.ll | 37 ; CHECK-NEXT: 'st_value', 0x00000001
|
/external/llvm/test/MC/ARM/ |
D | elf-thumbfunc.s | 1 @@ test st_value bit 0 of thumb function 17 @@ make sure foo and bar are thumb function: bit 0 = 1 (st_value)
|
D | elf-thumbfunc-reloc.s | 1 @@ test st_value bit 0 of thumb function
|
/external/elfutils/libelf/ |
D | gelf_update_sym.c | 67 if (unlikely (src->st_value > 0xffffffffull) in gelf_update_sym() 86 COPY (st_value); in gelf_update_sym()
|
D | gelf_update_symshndx.c | 92 if (unlikely (src->st_value > 0xffffffffull) in gelf_update_symshndx() 111 COPY (st_value); in gelf_update_symshndx()
|
D | gelf_getsym.c | 88 COPY (st_value); in gelf_getsym()
|
D | gelf_getsymshndx.c | 107 COPY (st_value); in gelf_getsymshndx()
|
/external/vixl/examples/aarch32/ |
D | disasm-a32.cc | 139 (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/ |
D | relocs.c | 393 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/ |
D | ELFTypes.h | 194 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/ |
D | elf.h | 185 Elf32_Addr st_value; member 197 Elf64_Addr st_value; /* Value of the symbol */ member
|
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
D | 2010-12-15-elf-lcomm.ll | 22 ; OBJ-NEXT: 'st_value', 0x00000000
|