OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ssym
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf-x86-amd64.c
62
const elf_machine_ssym *
ssym
= (elf_machine_ssym *)
local
64
if (!
ssym
|| val !=
ssym
->size)
152
const elf_machine_ssym *
ssym
= (elf_machine_ssym *)
local
154
if (!
ssym
|| reloc->valsize !=
ssym
->size)
158
if (
ssym
->sym_rel & ELF_SSYM_THREAD_LOCAL) {
166
if (reloc->rtype_rel &&
ssym
->reloc == R_X86_64_GOT32)
168
return (unsigned char)
ssym
->reloc;
elf-x86-x86.c
67
const elf_machine_ssym *
ssym
= (elf_machine_ssym *)
local
69
if (!
ssym
|| val !=
ssym
->size)
155
const elf_machine_ssym *
ssym
= (elf_machine_ssym *)
local
157
if (!
ssym
|| reloc->valsize !=
ssym
->size)
161
if (
ssym
->sym_rel & ELF_SSYM_THREAD_LOCAL) {
168
return (unsigned char)
ssym
->reloc;
/external/chromium_org/third_party/yasm/source/config/android/
Makefile
[
all
...]
/external/chromium_org/third_party/yasm/source/config/ios/
Makefile
[
all
...]
/external/chromium_org/third_party/yasm/source/config/linux/
Makefile
[
all
...]
/external/chromium_org/third_party/yasm/source/config/mac/
Makefile
[
all
...]
/external/chromium_org/third_party/yasm/source/config/openbsd/
Makefile
[
all
...]
/external/chromium_org/third_party/yasm/source/config/win/
Makefile
[
all
...]
Completed in 400 milliseconds