Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:reloc_type
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-6.6/tools/objtool/arch/x86/
H
A
D
special.c
105
if (
reloc_type
(text_reloc) == R_X86_64_PC32)
in arch_find_switch_table()
135
if (
reloc_type
(text_reloc) == R_X86_64_PC32)
in arch_find_switch_table()
H
A
D
decode.c
87
switch (
reloc_type
(reloc)) {
in arch_pc_relative_reloc()
/kernel/linux/linux-5.10/drivers/gpu/drm/qxl/
H
A
D
qxl_ioctl.c
218
if (reloc.
reloc_type
!= QXL_RELOC_TYPE_BO && reloc.
reloc_type
!= QXL_RELOC_TYPE_SURF) {
in qxl_process_single_command()
219
DRM_DEBUG("unknown reloc type %d\n", reloc.
reloc_type
);
in qxl_process_single_command()
224
reloc_info[i].type = reloc.
reloc_type
;
in qxl_process_single_command()
239
if (reloc.
reloc_type
== QXL_RELOC_TYPE_BO || reloc.src_handle) {
in qxl_process_single_command()
/kernel/linux/linux-6.6/drivers/gpu/drm/qxl/
H
A
D
qxl_ioctl.c
215
if (reloc.
reloc_type
!= QXL_RELOC_TYPE_BO && reloc.
reloc_type
!= QXL_RELOC_TYPE_SURF) {
in qxl_process_single_command()
216
DRM_DEBUG("unknown reloc type %d\n", reloc.
reloc_type
);
in qxl_process_single_command()
221
reloc_info[i].type = reloc.
reloc_type
;
in qxl_process_single_command()
236
if (reloc.
reloc_type
== QXL_RELOC_TYPE_BO || reloc.src_handle) {
in qxl_process_single_command()
/kernel/linux/linux-6.6/tools/objtool/include/objtool/
H
A
D
elf.h
268
static inline unsigned int
reloc_type
(struct reloc *reloc)
in reloc_type()
function
280
ELF32_R_INFO(sym,
reloc_type
(reloc)) :
in set_reloc_sym()
281
ELF64_R_INFO(sym,
reloc_type
(reloc));
in set_reloc_sym()
/kernel/linux/linux-5.10/include/uapi/drm/
H
A
D
qxl_drm.h
78
__u32
reloc_type
;
member
/kernel/linux/linux-6.6/include/uapi/drm/
H
A
D
qxl_drm.h
78
__u32
reloc_type
;
member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/drm/
H
A
D
qxl_drm.h
38
__u32
reloc_type
;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/drm/
H
A
D
qxl_drm.h
51
__u32
reloc_type
;
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/drm/
H
A
D
qxl_drm.h
51
__u32
reloc_type
;
member
/kernel/linux/linux-6.6/tools/objtool/
H
A
D
check.c
4333
if (
reloc_type
(reloc) == R_X86_64_PC32 ||
in validate_ibt_insn()
4334
reloc_type
(reloc) == R_X86_64_PLT32)
in validate_ibt_insn()
/kernel/linux/linux-5.10/tools/lib/bpf/
H
A
D
libbpf.c
184
enum
reloc_type
{
enum
192
enum
reloc_type
type;
/kernel/linux/linux-6.6/tools/lib/bpf/
H
A
D
libbpf.c
327
enum
reloc_type
{
enum
338
enum
reloc_type
type;
Completed in 41 milliseconds