/external/elfutils/libdwfl/ |
D | dwfl_module_getsym.c | 126 GElf_Addr st_value = sym->st_value & ebl_func_addr_mask (mod->ebl); in __libdwfl_getsym() local 138 st_value = dwfl_adjusted_st_value (mod, elf, st_value); in __libdwfl_getsym() 139 st_value = dwfl_deadjust_st_value (mod, mod->main.elf, st_value); in __libdwfl_getsym() 142 *resolved = ebl_resolve_sym_value (mod->ebl, &st_value); in __libdwfl_getsym() 144 st_value = sym->st_value; in __libdwfl_getsym() 167 shndx, &st_value); in __libdwfl_getsym() 176 st_value = dwfl_adjusted_st_value (mod, in __libdwfl_getsym() 178 st_value); in __libdwfl_getsym() 183 sym->st_value = st_value; in __libdwfl_getsym() 186 *addr = st_value; in __libdwfl_getsym()
|
D | relocate.c | 194 sym->st_value = 0; /* Value is size, not helpful. */ in relocate_getsym() 199 *shndx, &sym->st_value); in relocate_getsym() 301 sym->st_value = dwfl_adjusted_st_value (m, m->symfile->elf, in resolve_symbol() 302 sym->st_value); in resolve_symbol() 311 shndx, &sym->st_value); in resolve_symbol() 376 value = sym.st_value; in relocate()
|
/external/elfutils/tests/ |
D | dwflsyms.c | 129 sym.st_size, sym.st_value); in list_syms() 143 assert (sym.st_value == isym.st_value in list_syms() 144 || sym.st_value == isym.st_value + bias in list_syms() 153 assert (addr_in_section (elf, shndxp, sym.st_value - bias)); in list_syms() 165 assert (addr_in_section (aelf, ashndxp, asym.st_value) in list_syms() 173 && value <= sym.st_value); in list_syms() 175 addr = sym.st_value; in list_syms() 185 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/elfutils/backends/ |
D | riscv_symbol.c | 108 && sym->st_value >= destshdr->sh_addr in riscv_check_special_symbol() 109 && sym->st_value < destshdr->sh_addr + destshdr->sh_size); in riscv_check_special_symbol() 116 && sym->st_value == destshdr->sh_addr + 0x800) in riscv_check_special_symbol()
|
D | ppc_symbol.c | 150 return sym->st_value == gotaddr; in ppc_check_special_symbol() 169 && sym->st_value == destshdr->sh_addr + 0x8000) in ppc_check_special_symbol() 175 && sym->st_value == destshdr->sh_addr + 0x8000 in ppc_check_special_symbol()
|
D | s390_symbol.c | 87 return (sym->st_value >= shdr->sh_addr in s390_check_special_symbol() 88 && sym->st_value < shdr->sh_addr + shdr->sh_size); in s390_check_special_symbol()
|
D | aarch64_symbol.c | 88 return (sym->st_value >= shdr->sh_addr in aarch64_check_special_symbol() 89 && sym->st_value < shdr->sh_addr + shdr->sh_size); in aarch64_check_special_symbol()
|
/external/elfutils/src/ |
D | findtextrel.c | 545 if (sym->st_value < addr && sym->st_value > lowaddr) in check_rel() 547 lowaddr = sym->st_value; in check_rel() 550 if (sym->st_value > addr && sym->st_value < highaddr) in check_rel() 552 highaddr = sym->st_value; in check_rel() 565 if (sym->st_value + sym->st_size > addr) in check_rel()
|
D | nm.c | 837 digits, syms[cnt].sym.st_value); in show_symbols_sysv() 999 digits, syms[cnt].sym.st_value, in show_symbols_bsd() 1017 digits, syms[cnt].sym.st_value, in show_symbols_bsd() 1102 digits, syms[cnt].sym.st_value, in show_symbols_posix() 1121 int result = (s1->sym.st_value < s2->sym.st_value in sort_by_address() 1122 ? -1 : (s1->sym.st_value == s2->sym.st_value ? 0 : 1)); in sort_by_address() 1377 && lowpc <= sym->st_value in show_symbols() 1379 && highpc > sym->st_value) in show_symbols() 1385 sym->st_value); in show_symbols() 1414 .lowpc = sym->st_value, in show_symbols() [all …]
|
/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)
|
/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()
|
/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/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/ |
D | elf-thumbfunc.s | 1 @@ test st_value bit 0 of thumb function 20 @@ 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/u-boot/tools/ |
D | prelink-riscv.inc | 91 *((uint32_t*) buf) = dynsym[ELF_R_SYM(r->r_info)].st_value; 93 *((uint64_t*) buf) = dynsym[ELF_R_SYM(r->r_info)].st_value;
|
/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
|