Home
last modified time | relevance | path

Searched defs:scn (Results 76 - 100 of 179) sorted by relevance

12345678

/third_party/elfutils/tests/
H A Dasm-tst3.c173 Elf_Scn *scn; in main() local
H A Delfputzdata.c75 Elf_Scn *scn = NULL; in main() local
[all...]
H A Dnext_cfi.c128 Elf_Scn *scn = NULL; in main() local
36 handle_section(char *name, const unsigned char e_ident[], Elf_Scn *scn, const bool is_eh) handle_section() argument
[all...]
H A Demptyfile.c41 add_string (Elf_Scn *scn, char *str) in add_string() argument
151 Elf_Scn *scn = elf_newscn (elf); in check_elf() local
[all...]
H A Delfcopy.c206 Elf_Scn *scn = NULL; in copy_elf() local
[all...]
H A Ddwflsyms.c91 Elf_Scn *scn = elf_getscn (elf, shndx); in elf_section_name() local
101 Elf_Scn *scn = elf_getscn (elf, shndx); in addr_in_section() local
189 Elf_Scn *scn = dwfl_module_address_section (mod, &addr, &ebias); in list_syms() local
H A Daddsections.c175 Elf_Scn *scn = elf_newscn (elf); in add_sections() local
H A Dfillfile.c69 Elf_Scn *scn = elf_newscn (elf); in create_strtab() local
133 Elf_Scn *scn = elf_newscn (elf); in add_data_section() local
298 Elf_Scn *scn = elf_nextscn (elf, NULL); check_elf() local
[all...]
H A Delfstrtab.c108 add_string (Elf_Scn *scn, char *str) in add_string() argument
175 Elf_Scn *scn = elf_newscn (elf); in check_elf() local
[all...]
/third_party/elfutils/libelf/
H A Delf_compress_gnu.c38 elf_compress_gnu (Elf_Scn *scn, int inflate, unsigned int flags) in elf_compress_gnu() argument
[all...]
H A Delf_getdata.c138 convert_data (Elf_Scn *scn, int eclass, in convert_data() argument
214 __libelf_set_rawdata_wrlock(Elf_Scn *scn) __libelf_set_rawdata_wrlock() argument
422 __libelf_set_rawdata(Elf_Scn *scn) __libelf_set_rawdata() argument
438 __libelf_set_data_list_rdlock(Elf_Scn *scn, int wrlocked) __libelf_set_data_list_rdlock() argument
476 __elf_getdata_rdlock(Elf_Scn *scn, Elf_Data *data) __elf_getdata_rdlock() argument
572 elf_getdata(Elf_Scn *scn, Elf_Data *data) elf_getdata() argument
[all...]
/third_party/elfutils/backends/
H A Dalpha_symbol.c101 Elf_Scn *scn = NULL; in alpha_check_special_section() local
H A Dppc_symbol.c111 Elf_Scn *scn = gelf_offscn (elf, phdr->p_offset); in find_dyn_got() local
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_sdp_server.cpp32 int HfpAgSdpServer::RegisterSdpService(uint8_t scn) in RegisterSdpService() argument
H A Dhfp_ag_sdp_client.cpp288 bool HfpAgSdpClient::FindProtocolRfcomm(const std::vector<SdpProtocolDescriptor> &protocols, uint8_t &scn) in FindProtocolRfcomm() argument
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm.c83 uint8_t scn = 0; in RfcommAssignServerNum() local
103 int RfcommFreeServerNum(uint8_t scn) in RfcommFreeServerNum() argument
186 RfcommRegisterServer(uint8_t scn, uint16_t mtu, uint32_t eventMask, RFCOMM_EventCallback callback, void *context) RfcommRegisterServer() argument
284 RfcommDeregisterServer(uint8_t scn, bool isRemoveCallback) RfcommDeregisterServer() argument
[all...]
H A Drfcomm_channel_fsm.c119 uint8_t scn = channel->scn; in RfcommOpenChannel() local
/third_party/elfutils/libdwfl/
H A Doffline.c67 Elf_Scn *scn = NULL; in dwfl_offline_section_address() local
H A Dderelocate.c40 Elf_Scn *scn; member
51 Elf_Scn *scn; member
98 Elf_Scn *scn = NULL; in cache_sections() local
[all...]
/third_party/elfutils/libdw/
H A Ddwarf_begin_elf.c74 scn_dwarf_type (Dwarf *result, size_t shstrndx, Elf_Scn *scn) in scn_dwarf_type() argument
99 check_section (Dwarf *result, size_t shstrndx, Elf_Scn *scn, bool inscngrp) in check_section() argument
394 Elf_Scn *scn = NULL; in global_read() local
455 Elf_Scn *scn = elf_getscn (elf, scnidx[cnt]); scngrp_read() local
473 Elf_Scn *scn = elf_getscn (elf, scnidx[cnt]); scngrp_read() local
[all...]
/third_party/elfutils/libdwelf/
H A Ddwelf_elf_gnu_build_id.c71 Elf_Scn *scn = elf_nextscn (elf, NULL); in find_elf_build_id() local
/third_party/elfutils/libasm/
H A Ddisasm_cb.c80 Elf_Scn *scn= NULL; in read_symtab_exec() local
/foundation/graphic/graphic_3d/kits/js/src/
H A DCameraJS.cpp124 auto scn = GetNativeMeta<SCENE_NS::IScene>(scene); in CameraJS() local
H A DLightJS.cpp57 auto scn = GetNativeMeta<SCENE_NS::IScene>(scene); in Create() local
/foundation/communication/bluetooth_service/services/bluetooth/service/src/transport/
H A Dtransport_rfcomm.cpp86 int RfcommTransport::AcceptConnection(const RawAddress &addr, uint16_t scn) in AcceptConnection() argument
98 int RfcommTransport::RejectConnection(const RawAddress &addr, uint16_t scn) in RejectConnection() argument
29 RfcommTransport( const RawAddress *addr, uint8_t scn, uint16_t mtu, DataTransportObserver &observer, utility::Dispatcher &dispatcher) RfcommTransport() argument

Completed in 19 milliseconds

12345678