Home
last modified time | relevance | path

Searched defs:shndx (Results 1 - 16 of 16) sorted by relevance

/third_party/elfutils/libelf/
H A Dgelf_update_symshndx.c49 Elf32_Word *shndx = NULL; in gelf_update_symshndx() local
H A Dgelf_getsymshndx.c49 Elf32_Word shndx = 0; in gelf_getsymshndx() local
/third_party/elfutils/libdwfl/
H A Ddwfl_module_getsym.c55 GElf_Word shndx; in __libdwfl_getsym() local
H A Doffline.c44 dwfl_offline_section_address(Dwfl_Module *mod, void **userdata __attribute__ ((unused)), const char *modname __attribute__ ((unused)), Dwarf_Addr base __attribute__ ((unused)), const char *secname __attribute__ ((unused)), Elf32_Word shndx, const GElf_Shdr *shdr __attribute__ ((unused)), Dwarf_Addr *addr) dwfl_offline_section_address() argument
H A Ddwfl_module_addrsym.c205 GElf_Word shndx; in search_table() local
65 same_section(struct search_state *state, GElf_Addr value, Elf *symelf, GElf_Word shndx) same_section() argument
131 try_sym_value(struct search_state *state, GElf_Addr value, GElf_Sym *sym, const char *name, GElf_Word shndx, Elf *elf, bool resolved) try_sym_value() argument
[all...]
H A Drelocate.c45 __libdwfl_relocate_value(Dwfl_Module *mod, Elf *elf, size_t *shstrndx, Elf32_Word shndx, GElf_Addr *value) __libdwfl_relocate_value() argument
115 relocate_getsym(Dwfl_Module *mod, Elf *relocated, struct reloc_symtab_cache *cache, int symndx, GElf_Sym *sym, GElf_Word *shndx) relocate_getsym() argument
211 resolve_symbol(Dwfl_Module *referer, struct reloc_symtab_cache *symtab, GElf_Sym *sym, GElf_Word shndx) resolve_symbol() argument
363 GElf_Word shndx; relocate() local
[all...]
/third_party/elfutils/tests/
H A Ddwflsyms.c87 elf_section_name (Elf *elf, GElf_Word shndx) in elf_section_name() argument
98 addr_in_section (Elf *elf, GElf_Word shndx, GElf_Addr addr) in addr_in_section() argument
H A Delfstrmerge.c577 Elf32_Word *shndx = (Elf32_Word *) data->d_buf; in main() local
/third_party/elfio/elfio/
H A Delfio_relocation.hpp277 add_entry( string_section_accessor str_writer, const char* str, symbol_section_accessor sym_writer, Elf64_Addr value, Elf_Word size, unsigned char sym_info, unsigned char other, Elf_Half shndx, Elf64_Addr offset, unsigned type ) add_entry() argument
/third_party/vixl/examples/aarch32/
H A Ddisasm-a32.cc289 const Elf32_Shdr& shndx = shdr[sres->second.GetSection()]; in main() local
/third_party/elfutils/src/
H A Daddr2line.c531 GElf_Word shndx; in adjust_to_section() local
H A Dunstrip.c390 GElf_Word shndx = SHN_UNDEF; symtab_count_leading_section_symbols() local
654 GElf_Word shndx = SHN_UNDEF; add_new_section_symbols() local
678 GElf_Word shndx = i < SHN_LORESERVE ? SHN_UNDEF : i; add_new_section_symbols() local
688 GElf_Word shndx = SHN_UNDEF; add_new_section_symbols() local
822 GElf_Word shndx; global() member
856 GElf_Word shndx = SHN_UNDEF; collect_symbols() local
1745 GElf_Word shndx = SHN_UNDEF; copy_elided_sections() local
1785 Elf32_Word *shndx = (Elf32_Word *) outdata->d_buf; copy_elided_sections() local
[all...]
H A Delflint.c2884 in_nobits_scn (Ebl *ebl, unsigned int shndx) in in_nobits_scn() argument
4305 check_note_data(Ebl *ebl, const GElf_Ehdr *ehdr, Elf_Data *data, int shndx, int phndx, GElf_Off start) check_note_data() argument
H A Dreadelf.c12991 unsigned long int shndx = strtoul (a->arg, &endp, 0); in for_each_section_argument() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DELFObjectWriter.cpp364 writeSymbol(uint32_t name, uint8_t info, uint64_t value, uint64_t size, uint8_t other, uint32_t shndx, bool Reserved) writeSymbol() argument
/third_party/libbpf/src/
H A Dlibbpf.c4415 bpf_object__section_to_libbpf_map_type(const struct bpf_object *obj, int shndx) argument
1186 init_struct_ops_maps(struct bpf_object *obj, const char *sec_name, int shndx, Elf_Data *data, __u32 map_flags) init_struct_ops_maps() argument
4395 bpf_object__shndx_is_data(const struct bpf_object *obj, int shndx) global() argument
4408 bpf_object__shndx_is_maps(const struct bpf_object *obj, int shndx) global() argument
[all...]

Completed in 42 milliseconds