OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:symtab_index
(Results
1 - 16
of
16
) sorted by null
/toolchain/binutils/binutils-2.25/gold/
target-reloc.h
343
if (sym->has_symtab_index() && sym->
symtab_index
() != -1U)
344
symval.set_output_symtab_index(sym->
symtab_index
());
455
gold_assert(sym->has_symtab_index() && sym->
symtab_index
() != -1U);
456
symval.set_output_symtab_index(sym->
symtab_index
());
679
new_symndx = object->
symtab_index
(r_sym);
704
new_symndx = os->
symtab_index
();
720
new_symndx = gsym->
symtab_index
();
incremental.cc
1643
unsigned int
symtab_index
= sym->
symtab_index
();
local
[
all
...]
output.cc
990
index = this->u1_.gsym->
symtab_index
();
997
index = this->u1_.os->
symtab_index
();
1021
index = relobj->
symtab_index
(lsi);
1030
index = os->
symtab_index
();
[
all
...]
symtab.cc
[
all
...]
powerpc.cc
[
all
...]
symtab.h
367
symtab_index
() const
function in class:gold::Symbol
[
all
...]
object.h
[
all
...]
aarch64.cc
[
all
...]
output.h
3289
symtab_index
() const
function in class:gold::Output_section
[
all
...]
arm.cc
[
all
...]
layout.cc
[
all
...]
mips.cc
[
all
...]
/prebuilts/sdk/tools/linux/bin/
arm-linux-androideabi-ld
i686-linux-android-ld
/toolchain/binutils/binutils-2.25/binutils/
readelf.c
1080
bfd_vma
symtab_index
;
1087
symtab_index
= get_reloc_symindex (inf);
1077
bfd_vma
symtab_index
;
local
[
all
...]
ChangeLog-0001
730
symtab == NULL with non-zero
symtab_index
.
[
all
...]
Completed in 4179 milliseconds