/external/elfutils/libdwfl/ |
D | dwfl_module_addrsym.c | 69 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()
|
D | dwfl_module_getsym.c | 95 shndx, &sym->st_value); in dwfl_module_getsym() 103 sym->st_value += mod->symfile->bias; in dwfl_module_getsym()
|
D | relocate.c | 195 *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/ |
D | elf_ops.h | 47 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/ |
D | data-in-code.ll | 113 ;; 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
|
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.s | 1 @@ test st_value bit 0 of thumb function
|
D | elf-thumbfunc-reloc.ll | 37 ; CHECK-NEXT: 'st_value', 0x00000001
|
/external/elfutils/tests/ |
D | asm-tst7.c | 159 if (sym->st_value != 16) in main() 162 (uintmax_t) sym->st_value); in main() 169 (uintmax_t) sym->st_value); in main()
|
D | asm-tst8.c | 160 if (sym->st_value != 0xfeedbeef) in main() 163 (uintmax_t) sym->st_value); in main() 170 (uintmax_t) sym->st_value); in main()
|
D | sectiondump.c | 186 sym->st_value, in print_symtab()
|
/external/elfutils/backends/ |
D | ppc_symbol.c | 128 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/ |
D | findtextrel.c | 543 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()
|
D | nm.c | 811 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()
|
D | addr2line.c | 313 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()
|
D | i386_ld.c | 482 ((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()
|
D | ldgeneric.c | 679 (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/ |
D | gelf_update_sym.c | 97 if (unlikely (src->st_value > 0xffffffffull) 116 COPY (st_value);
|
D | gelf_update_symshndx.c | 123 if (unlikely (src->st_value > 0xffffffffull) 142 COPY (st_value);
|
D | gelf_getsym.c | 112 COPY (st_value);
|
D | gelf_getsymshndx.c | 132 COPY (st_value);
|
/external/llvm/test/CodeGen/ARM/ |
D | 2010-12-15-elf-lcomm.ll | 23 ; OBJ-NEXT: 'st_value', 0x00000000
|
/external/libvpx/libvpx/build/make/ |
D | obj_int_extract.c | 386 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/ |
D | i386-elf.h | 122 Elf32_Addr st_value; member
|
/external/linux-tools-perf/util/ |
D | symbol.c | 1165 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()
|