OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SHN_XINDEX
(Results
1 - 19
of
19
) sorted by null
/external/elfutils/0.153/libebl/
eblsectionname.c
84
else if ((section < SHN_LORESERVE || section ==
SHN_XINDEX
)
87
int idx = section !=
SHN_XINDEX
? section : xsection;
100
if (section ==
SHN_XINDEX
)
/external/elfutils/0.153/libdwfl/
dwfl_module_getsym.c
74
if (sym->st_shndx !=
SHN_XINDEX
)
80
&& (sym->st_shndx ==
SHN_XINDEX
relocate.c
187
if (sym->st_shndx !=
SHN_XINDEX
)
253
if (sym->st_shndx !=
SHN_XINDEX
)
/external/elfutils/0.153/libelf/
elf_getshdrstrndx.c
110
if (unlikely (num ==
SHN_XINDEX
))
elf.h
315
#define
SHN_XINDEX
0xffff /* Index is in extra table. */
[
all
...]
/external/elfutils/0.153/src/
strip.c
821
&& scnidx !=
SHN_XINDEX
)
826
else if (scnidx ==
SHN_XINDEX
)
[
all
...]
objdump.c
396
sym->st_shndx ==
SHN_XINDEX
403
(long int) (sym->st_shndx ==
SHN_XINDEX
unstrip.c
356
if (sym->st_shndx !=
SHN_XINDEX
)
363
if (sym->st_shndx !=
SHN_XINDEX
)
600
.st_shndx = i < SHN_LORESERVE ? i :
SHN_XINDEX
769
if (sym->st_shndx !=
SHN_XINDEX
)
[
all
...]
ldgeneric.c
[
all
...]
elflint.c
456
if (ehdr->e_shstrndx ==
SHN_XINDEX
)
696
if (sym->st_shndx ==
SHN_XINDEX
)
[
all
...]
i386_ld.c
147
if (sym->st_shndx !=
SHN_XINDEX
)
[
all
...]
readelf.c
840
if (unlikely (ehdr->e_shstrndx ==
SHN_XINDEX
))
[
all
...]
/external/elfutils/0.153/libasm/
asm_end.c
263
ndx =
SHN_XINDEX
;
438
|| unlikely (shstrscnndx ==
SHN_XINDEX
))
454
ehdr->e_shstrndx =
SHN_XINDEX
;
/external/lldb/source/Plugins/ObjectFile/ELF/
ELFHeader.cpp
288
ENUM_TO_CSTR(
SHN_XINDEX
);
/external/llvm/include/llvm/Object/
ELF.h
516
if (symb->st_shndx == ELF::
SHN_XINDEX
)
524
if (symb->st_shndx == ELF::
SHN_XINDEX
)
[
all
...]
/external/llvm/tools/llvm-readobj/
ELFDumper.cpp
155
if (SectionIndex ==
SHN_XINDEX
)
157
assert(SectionIndex !=
SHN_XINDEX
&&
[
all
...]
/external/llvm/lib/MC/
ELFObjectWriter.cpp
371
uint16_t Index = LargeIndex ? uint16_t(ELF::
SHN_XINDEX
) : shndx;
484
Write16(ELF::
SHN_XINDEX
);
[
all
...]
/art/runtime/
elf.h
[
all
...]
/external/llvm/include/llvm/Support/
ELF.h
[
all
...]
Completed in 615 milliseconds