Home
last modified time | relevance | path

Searched defs:symtab (Results 1 – 25 of 60) sorted by relevance

123

/external/selinux/libsepol/cil/src/
Dcil_copy_ast.c88 …e__((unused)) struct cil_db *db, void *data, void **copy, __attribute__((unused)) symtab_t *symtab) in cil_copy_node()
100 …il_copy_block(__attribute__((unused)) struct cil_db *db, void *data, void **copy, symtab_t *symtab) in cil_copy_block()
125 …e__((unused)) struct cil_db *db, void *data, void **copy, __attribute__((unused)) symtab_t *symtab) in cil_copy_blockabstract()
139 …e__((unused)) struct cil_db *db, void *data, void **copy, __attribute__((unused)) symtab_t *symtab) in cil_copy_blockinherit()
154 …opy_policycap(__attribute__((unused)) struct cil_db *db, void *data, void **copy, symtab_t *symtab) in cil_copy_policycap()
172 …cil_copy_perm(__attribute__((unused)) struct cil_db *db, void *data, void **copy, symtab_t *symtab) in cil_copy_perm()
225 …e__((unused)) struct cil_db *db, void *data, void **copy, __attribute__((unused)) symtab_t *symtab) in cil_copy_classmapping()
242 …il_copy_class(__attribute__((unused)) struct cil_db *db, void *data, void **copy, symtab_t *symtab) in cil_copy_class()
264 …e__((unused)) struct cil_db *db, void *data, void **copy, __attribute__((unused)) symtab_t *symtab) in cil_copy_classorder()
279 …asspermission(__attribute__((unused)) struct cil_db *db, void *data, void **copy, symtab_t *symtab) in cil_copy_classpermission()
[all …]
Dcil_symtab.c54 void cil_symtab_init(symtab_t *symtab, unsigned int size) in cil_symtab_init()
88 int cil_symtab_insert(symtab_t *symtab, hashtab_key_t key, struct cil_symtab_datum *datum, struct c… in cil_symtab_insert()
108 symtab_t *symtab = datum->symtab; in cil_symtab_remove_datum() local
119 int cil_symtab_get_datum(symtab_t *symtab, char *key, struct cil_symtab_datum **datum) in cil_symtab_get_datum()
129 int cil_symtab_map(symtab_t *symtab, in cil_symtab_map()
143 void cil_symtab_destroy(symtab_t *symtab) in cil_symtab_destroy()
158 void cil_complex_symtab_init(struct cil_complex_symtab *symtab, unsigned int size) in cil_complex_symtab_init()
167 int cil_complex_symtab_insert(struct cil_complex_symtab *symtab, in cil_complex_symtab_insert()
226 void cil_complex_symtab_search(struct cil_complex_symtab *symtab, in cil_complex_symtab_search()
265 void cil_complex_symtab_destroy(struct cil_complex_symtab *symtab) in cil_complex_symtab_destroy()
Dcil_symtab.h42 symtab_t *symtab; member
/external/selinux/libsepol/cil/test/unit/
Dtest_cil.c61 symtab_t *symtab = NULL; in test_cil_get_symtab_block() local
79 symtab_t *symtab = NULL; in test_cil_get_symtab_class() local
97 symtab_t *symtab = NULL; in test_cil_get_symtab_root() local
115 symtab_t *symtab = NULL; in test_cil_get_symtab_flavor_neg() local
133 symtab_t *symtab = NULL; in test_cil_get_symtab_null_neg() local
150 symtab_t *symtab = NULL; in test_cil_get_symtab_node_null_neg() local
164 symtab_t *symtab = NULL; in test_cil_get_symtab_parent_null_neg() local
/external/mesa3d/src/gallium/frontends/clover/llvm/codegen/
Dnative.cpp77 get_symbol_offsets(Elf *elf, Elf_Scn *symtab) { in get_symbol_offsets()
99 const auto symtab = elf::get_symbol_table(elf.get()); in get_symbol_offsets() local
/external/libabigail/src/
Dabg-symtab-reader.cc176 symtab::symtab() in symtab() function in abigail::symtab_reader::symtab
228 Elf_Data* symtab = elf_getdata(symtab_section, 0); in load_() local
597 Elf_Data* symtab = elf_getdata(symtab_section, 0); in add_alternative_address_lookups() local
Dabg-symtab-reader.h174 class symtab; variable
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/
Dconformance_upb.c57 const upb_symtab *symtab; member
236 bool DoTestIo(upb_symtab *symtab) { in DoTestIo()
290 upb_symtab *symtab = upb_symtab_new(); in main() local
Dtest_cpp.cc608 upb::SymbolTable symtab; in TestHandler() local
851 upb::SymbolTable symtab; in TestMismatchedTypes() local
889 upb::SymbolTable symtab; in TestHandlerDataDestruction() local
900 upb::SymbolTable symtab; in TestIteration() local
/external/selinux/libsepol/tests/
Dhelpers.c66 avrule_decl_t *test_find_decl_by_sym(policydb_t * p, int symtab, const char *sym) in test_find_decl_by_sym()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/json/
Dtest_json.cc226 upb::SymbolTable symtab; in test_json_roundtrip() local
308 upb::SymbolTable symtab; in test_json_failure() local
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/json/
Dparser.h88 SymbolTable* symtab, Sink output, Status* status, in Create()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/benchmarks/
Dbenchmark.cc51 upb::SymbolTable symtab; in BM_LoadDescriptor_Upb() local
62 upb::SymbolTable symtab; in BM_LoadAdsDescriptor_Upb() local
/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_http_filters.cc94 void XdsHttpFilterRegistry::PopulateSymtab(upb_symtab* symtab) { in PopulateSymtab()
/external/elfutils/src/
Darlib.c38 struct arlib_symtab symtab; variable
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/pb/
Dtest_encoder.cc72 upb::SymbolTable symtab; in test_pb_roundtrip() local
/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyDescriptorPool.java167 private Map<IRubyObject, IRubyObject> symtab; field in RubyDescriptorPool
/external/toybox/toys/other/
Dreadelf.c245 char *symtab = TT.elf+table->offset, *ndx; in show_symbols() local
353 symtab = {}, s; in scan_elf() local
/external/tensorflow/tensorflow/compiler/mlir/tfrt/transforms/
Dremote_run_encapsulate.cc120 SymbolTable symtab(module); in runOnOperation() local
/external/elfutils/libasm/
Dasm_end.c63 void *symtab = NULL; in binary_end() local
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/bindings/lua/
Ddef.c343 upb_symtab *symtab = lupb_symtab_check(L, -1); in lupb_msgdef_pushnested() local
673 const upb_symtab *symtab = upb_filedef_symtab(f); in lupb_filedef_symtab() local
709 upb_symtab *symtab; member
/external/vixl/examples/aarch32/
Ddisasm-a32.cc123 const Elf32_Shdr* symtab, in LocateSymbols()
/external/libabigail/include/
Dabg-fwd.h1432 class symtab; variable
/external/libbpf/src/
Dlinker.c273 struct dst_sec *symtab = &linker->secs[linker->symtab_sec_idx]; in add_new_sym() local
1216 struct src_sec *symtab = &obj->secs[obj->symtab_sec_idx]; in linker_append_elf_syms() local
1249 struct dst_sec *symtab = &linker->secs[linker->symtab_sec_idx]; in get_sym_by_idx() local
2103 struct src_sec *symtab = &obj->secs[obj->symtab_sec_idx]; in find_sym_by_name() local
/external/compiler-rt/lib/cfi/
Dcfi.cc189 uptr strtab = 0, symtab = 0; in find_cfi_check_in_dso() local

123