| /OK3568_Linux_fs/rkbin/doc/release/ |
| H A D | RK3588_CN.md | 9 ### New 40 ### New 54 ### Warn 58 ### New 109 ### New 143 ### New 155 ### New 167 ### New 172 ### Fixed 198 ### New [all …]
|
| H A D | RK3588_EN.md | 9 ### New 40 ### New 54 ### Warn 58 ### New 109 ### New 143 ### New 155 ### New 167 ### New 172 ### Fixed 198 ### New [all …]
|
| H A D | RK3562_CN.md | 23 ### New 38 ### New 50 ### New 86 ### New 130 ### New 143 ### New 156 ### New 168 ### New 193 ### New 217 ### New [all …]
|
| H A D | RK3568_CN.md | 23 ### New 66 ### Fixed 80 ### New 93 ### New 106 ### Fixed 120 ### New 144 ### New 168 ### New 201 ### New 213 ### New [all …]
|
| H A D | RK3562_EN.md | 23 ### New 38 ### New 50 ### New 86 ### New 130 ### New 143 ### New 156 ### New 168 ### New 193 ### New 217 ### New [all …]
|
| H A D | RK3568_EN.md | 23 ### New 66 ### Fixed 80 ### New 93 ### New 106 ### Fixed 120 ### New 144 ### New 168 ### New 201 ### New 213 ### New [all …]
|
| H A D | RK3528_EN.md | 9 ### New 33 ### New 78 ### New 130 ### New 154 ### New 205 ### New 217 ### New 230 ### New 242 ### New 271 ### New [all …]
|
| H A D | RK3528_CN.md | 9 ### New 33 ### New 78 ### New 130 ### New 154 ### New 205 ### New 217 ### New 230 ### New 242 ### New 270 ### New [all …]
|
| H A D | RK3326_EN.md | 9 ### New 35 ### Fixed
|
| H A D | RK3326_CN.md | 9 ### New 35 ### Fixed
|
| H A D | PX30_EN.md | 9 ### New 35 ### Fixed
|
| H A D | PX30_CN.md | 9 ### New 35 ### Fixed
|
| H A D | RK3308_CN.md | 9 ### New 35 ### Fixed
|
| H A D | RK3308_EN.md | 9 ### New 35 ### Fixed
|
| H A D | RK3358_CN.md | 9 ### Fixed
|
| H A D | RK3358_EN.md | 9 ### Fixed
|
| /OK3568_Linux_fs/kernel/tools/objtool/ |
| H A D | elf.c | 130 struct section *find_section_by_name(const struct elf *elf, const char *name) in find_section_by_name() 141 static struct section *find_section_by_index(struct elf *elf, in find_section_by_index() 153 static struct symbol *find_symbol_by_index(struct elf *elf, unsigned int idx) in find_symbol_by_index() 220 struct symbol *find_symbol_by_name(const struct elf *elf, const char *name) in find_symbol_by_name() 231 struct reloc *find_reloc_by_dest_range(const struct elf *elf, struct section *sec, in find_reloc_by_dest_range() 260 struct reloc *find_reloc_by_dest(const struct elf *elf, struct section *sec, unsigned long offset) in find_reloc_by_dest() 265 static int read_sections(struct elf *elf) in read_sections() 344 static void elf_add_symbol(struct elf *elf, struct symbol *sym) in elf_add_symbol() 375 static int read_symbols(struct elf *elf) in read_symbols() 512 int elf_add_reloc(struct elf *elf, struct section *sec, unsigned long offset, in elf_add_reloc() [all …]
|
| H A D | elf.h | 84 struct elf { struct 85 Elf *elf; member 86 GElf_Ehdr ehdr; 87 int fd; 88 bool changed; 89 char *name; 90 struct list_head sections;
|
| H A D | special.c | 65 static int get_alt_entry(struct elf *elf, struct special_entry *entry, in get_alt_entry() 123 int special_get_alts(struct elf *elf, struct list_head *alts) in special_get_alts()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | symbol-elf.c | 77 static int elf_getphdrnum(Elf *elf, size_t *dst) in elf_getphdrnum() 190 static size_t elf_addr_to_index(Elf *elf, GElf_Addr addr) in elf_addr_to_index() 209 Elf_Scn *elf_section_by_name(Elf *elf, GElf_Ehdr *ep, in elf_section_by_name() 235 static int elf_read_program_header(Elf *elf, u64 vaddr, GElf_Phdr *phdr) in elf_read_program_header() 323 Elf *elf; in dso__synthesize_plt_symbols() local 483 static int elf_read_build_id(Elf *elf, void *bf, size_t size) in elf_read_build_id() 597 Elf *elf; in filename__read_build_id() local 717 Elf *elf; in filename__read_debuglink() local 826 Elf *elf; in symsrc__init() local 1083 Elf *elf; in dso__load_sym() local [all …]
|
| /OK3568_Linux_fs/kernel/scripts/mod/ |
| H A D | modpost.c | 353 static enum export export_from_secname(struct elf_info *elf, unsigned int sec) in export_from_secname() 371 static enum export export_from_sec(struct elf_info *elf, unsigned int sec) in export_from_sec() 825 static const char *sym_name(struct elf_info *elf, Elf_Sym *sym) in sym_name() 905 static void check_section(const char *modname, struct elf_info *elf, in check_section() 1284 static inline int is_valid_name(struct elf_info *elf, Elf_Sym *sym) in is_valid_name() 1300 static Elf_Sym *find_elf_symbol(struct elf_info *elf, Elf64_Sword addr, in find_elf_symbol() 1344 static Elf_Sym *find_elf_symbol2(struct elf_info *elf, Elf_Addr addr, in find_elf_symbol2() 1584 static void default_mismatch_handler(const char *modname, struct elf_info *elf, in default_mismatch_handler() 1614 static int is_executable_section(struct elf_info* elf, unsigned int section_index) in is_executable_section() 1659 static void report_extable_warnings(const char* modname, struct elf_info* elf, in report_extable_warnings() [all …]
|
| /OK3568_Linux_fs/kernel/tools/objtool/arch/x86/ |
| H A D | decode.c | 32 static int is_x86_64(const struct elf *elf) in is_x86_64() 87 int arch_decode_instruction(const struct elf *elf, const struct section *sec, in arch_decode_instruction()
|
| /OK3568_Linux_fs/kernel/tools/build/feature/ |
| H A D | test-libelf.c | 6 Elf *elf = elf_begin(0, ELF_C_READ, 0); in main() local
|
| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A D | bpf_load.c | 316 static int get_sec(Elf *elf, int i, GElf_Ehdr *ehdr, char **shname, in get_sec() 400 Elf *elf, Elf_Data *symbols, int strtabidx) in load_elf_maps_section() 511 Elf *elf; in do_load_bpf_file() local
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/scripts/ |
| H A D | symbolize.py | 128 def set_arch(self, elf): argument 140 def arch_prefix(self, cmd, elf): argument
|