Home
last modified time | relevance | path

Searched defs:r_sym (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/frameworks/compile/mclinker/lib/LD/
DELFReader.cpp214 uint32_t r_sym = 0x0; in readRela() local
243 uint32_t r_sym = 0x0; in readRel() local
709 uint32_t r_sym = 0x0; in readRela() local
738 uint32_t r_sym = 0x0; in readRel() local
DELFObjectWriter.cpp494 ElfXX_Word r_sym = 0; in emitRel() local
536 ElfXX_Word r_sym = 0; in emitRela() local
/aosp_15_r20/bionic/linker/
H A Dlinker_relocate.cpp99 static inline bool lookup_symbol(Relocator& relocator, uint32_t r_sym, const char* sym_name, in lookup_symbol()
171 const uint32_t r_sym = ELFW(R_SYM)(reloc.r_info); in process_relocation_impl() local
/aosp_15_r20/external/google-breakpad/src/common/dwarf/
H A Delf_reader.cc153 static int r_sym(const Elf32_Word r_info) { in r_sym() function in google_breakpad::Elf32
178 static int r_sym(const Elf64_Xword r_info) { in r_sym() function in google_breakpad::Elf64
/aosp_15_r20/external/mesa3d/src/amd/common/
H A Dac_rtld.c611 size_t r_sym = ELF64_R_SYM(rel->r_info); in apply_relocs() local