HomeSort by relevance Sort by last modified time
    Searched refs:scn (Results 76 - 100 of 100) sorted by null

1 2 34

  /external/elfutils/tests/
asm-tst3.c 180 Elf_Scn *scn; local
184 scn = elf_getscn (elf, cnt);
185 if (scn == NULL)
192 shdr = gelf_getshdr (scn, &shdr_mem);
239 data = elf_getdata (scn, NULL);
run-strings-test.sh 364 testfile8: 7cea elf_ndxscn (scn) == cnt
369 testfile8: 7d58 scn != ((void *)0)
433 testfile9: 3544 elf_ndxscn (scn) == cnt
438 testfile9: 35b2 scn != ((void *)0)
  /external/elfutils/src/
objdump.c 545 Elf_Scn *scn = NULL; local
546 while ((scn = elf_nextscn (ebl->elf, scn)) != NULL)
549 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem);
556 if (! section_match (ebl->elf, elf_ndxscn (scn), shdr, shstrndx))
570 Elf_Data *data = elf_getdata (scn, NULL);
616 Elf_Scn *scn = NULL; local
617 while ((scn = elf_nextscn (ebl->elf, scn)) != NULL)
620 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem)
732 Elf_Scn *scn = NULL; local
    [all...]
ldgeneric.c 91 static void ld_generic_initialize_plt (struct ld_state *statep, Elf_Scn *scn);
93 Elf_Scn *scn);
94 static void ld_generic_initialize_got (struct ld_state *statep, Elf_Scn *scn);
96 Elf_Scn *scn);
816 data = elf_getdata (runp->scn, NULL);
823 assert (elf_getdata (runp->scn, data) == NULL);
930 shdr = xelf_getshdr (scninfo->scn, scninfo->shdr);
932 xelf_getshdr_copy (scninfo->scn, shdr, scninfo->shdr);
994 mark_section_used (scninfo, elf_ndxscn (scninfo->scn), &grpscn);
999 grpscn = find_section_group (fileinfo, elf_ndxscn (scninfo->scn),
3175 Elf_Scn *scn; local
3319 Elf_Scn *scn; local
4160 Elf_Scn *scn = NULL; local
4440 Elf_Scn *scn; local
6115 Elf_Scn *scn; local
6132 Elf_Scn *scn = elf_getscn (ld_state.outelf, ld_state.symscnidx); local
6144 Elf_Scn *scn = elf_getscn (ld_state.outelf, ld_state.xndxscnidx); local
6156 Elf_Scn *scn = elf_getscn (ld_state.outelf, ld_state.strscnidx); local
6187 Elf_Scn *scn = elf_getscn (ld_state.outelf, groups->outscnidx); local
6274 Elf_Scn *scn = elf_getscn (ld_state.outelf, local
6920 Elf_Scn *scn = elf_getscn (ld_state.outelf, 0); local
    [all...]
nm.c 743 Elf_Scn *scn = NULL; local
745 while ((scn = elf_nextscn (ebl->elf, scn)) != NULL)
749 assert (elf_ndxscn (scn) == cnt++);
752 gelf_getshdr (scn, &shdr_mem)->sh_name);
757 gelf_getshdr (scn, &shdr_mem)->sh_name);
759 scnnames[elf_ndxscn (scn)] = name;
994 show_symbols (Ebl *ebl, GElf_Ehdr *ehdr, Elf_Scn *scn, Elf_Scn *xndxscn,
1054 Elf_Data *data = elf_getdata (scn, NULL);
1234 Elf_Scn *scn = NULL; local
    [all...]
addr2line.c 392 const char *scn = dwfl_module_relocation_info (mod, i, &shndx); local
393 if (unlikely (scn == NULL))
395 if (!strcmp (scn, name))
410 addr, scn);
elfcmp.c 593 Elf_Scn *scn = NULL; local
594 while ((scn = elf_nextscn (ebl->elf, scn)) != NULL)
597 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem);
601 elf_ndxscn (scn), elf_errmsg (-1));
607 Elf_Data *data = elf_getdata (scn, NULL);
611 elf_ndxscn (scn), elf_errmsg (-1));
strings.c 717 Elf_Scn *scn = elf_nextscn (elf, NULL); local
718 if (scn == NULL)
725 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem);
734 while ((scn = elf_nextscn (elf, scn)) != NULL);
elflint.c 524 Elf_Scn *scn = elf_getscn (ebl->elf, cnt); local
526 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem);
536 Elf_Data *data = elf_getdata (scn, NULL);
999 Elf_Scn *scn = NULL;
1000 while ((scn = elf_nextscn (ebl->elf, scn)) != NULL)
1003 const GElf_Shdr *rcshdr = gelf_getshdr (scn, &rcshdr_mem);
1009 Elf_Data *d = elf_getdata (scn, NULL);
2554 Elf_Scn *scn = NULL; local
2652 Elf_Scn *scn = elf_getscn (ebl->elf, idx); local
2780 Elf_Scn *scn = gelf_offscn (elf, phdr->p_offset); local
4091 Elf_Scn *scn = NULL; local
    [all...]
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_sdp.c 129 BOOLEAN bta_ag_add_record(UINT16 service_uuid, char *p_service_name, UINT8 scn,
151 proto_elem_list[1].params[0] = scn;
230 bta_ag_cb.profile[i].scn = BTM_AllocateSCN();
232 bta_ag_cb.profile[i].scn, p_data->api_register.features,
287 BTM_FreeSCN(bta_ag_cb.profile[i].scn);
347 /* get scn from proto desc list if initiator */
bta_ag_rfc.c 292 BT_PSM_RFCOMM, BTM_SEC_PROTO_RFCOMM, bta_ag_cb.profile[i].scn);
294 bta_ag_port_status = RFCOMM_CreateConnection(bta_ag_uuid[i], bta_ag_cb.profile[i].scn,
bta_ag_int.h 237 UINT8 scn; member in struct:__anon2388
279 UINT8 peer_scn; /* peer scn */
356 extern BOOLEAN bta_ag_add_record(UINT16 service_uuid, char *p_service_name, UINT8 scn,
  /external/elfutils/libasm/
asm_newsym.c 81 result->scn = asmscn;
  /external/bluetooth/bluedroid/bta/jv/
bta_jv_act.c 299 "scn:%d, p_pcb:%p, user_data:%d", p_pcb->state, p_cb->scn, p_pcb,
305 APPL_TRACE_DEBUG2("bta_jv_free_sr_rfc_cb: state: BTA_JV_ST_CL_OPEN, scn:%d,"
306 " user_data:%d", p_cb->scn, (int)p_pcb->user_data);
311 APPL_TRACE_DEBUG2("bta_jv_free_sr_rfc_cb: state: BTA_JV_ST_SR_LISTEN, scn:%d,"
312 " user_data:%d", p_cb->scn, (int)p_pcb->user_data);
316 APPL_TRACE_DEBUG2("bta_jv_free_sr_rfc_cb: state: BTA_JV_ST_SR_OPEN, scn:%d,"
317 " user_data:%d", p_cb->scn, (int)p_pcb->user_data);
320 APPL_TRACE_WARNING6("bta_jv_free_sr_rfc_cb():failed, ignore port state:%d, scn:"
322 p_pcb->state, p_cb->scn, p_pcb, p_pcb->handle, p_pcb->port_handle
955 UINT8 scn = p_data->free_scn.scn; local
    [all...]
bta_jv_int.h 224 UINT8 scn; /* the scn of the server */ member in struct:__anon2827
390 UINT8 scn; member in struct:__anon2843
447 BOOLEAN scn[BTA_JV_MAX_SCN]; /* SCN allocated by java */ member in struct:__anon2845
bta_jv_api.c 526 ** Description This function reserves a SCN (server channel number) for
528 ** server profiles/applications to register their SCN into the
529 ** SDP database. The SCN is reported by the tBTA_JV_DM_CBACK
531 ** If the SCN reported is 0, that means all SCN resources are
565 tBTA_JV_STATUS BTA_JvFreeSCN(UINT8 scn)
574 p_msg->scn = scn;
    [all...]
  /external/bluetooth/bluedroid/stack/rfcomm/
port_api.c 55 ** Parameters: scn - Service Channel Number as registered with
68 ** Server can call this function with the same scn parameter multiple times if
71 ** DLCI for the connection is (scn * 2 + 1) if client originates connection on
72 ** existing none initiator multiplexer channel. Otherwise it is (scn * 2).
74 ** (scn * 2 + 1) dlci.
77 int RFCOMM_CreateConnection (UINT16 uuid, UINT8 scn, BOOLEAN is_server,
92 if (( scn == 0 )||(scn >= PORT_MAX_RFC_PORTS ))
94 /* Server Channel Number(SCN) should be in range 1...30 */
95 RFCOMM_TRACE_ERROR0 ("RFCOMM_CreateConnection - invalid SCN");
    [all...]
port_int.h 157 UINT8 scn; /* Service channel number */ member in struct:t_port_info
  /external/bluetooth/bluedroid/bta/include/
bta_jv_api.h 144 #define BTA_JV_GET_SCN_EVT 6 /* Reserved an SCN */
191 int scn; /* channel # */ member in struct:__anon2774
421 UINT8 scn; /* BTA_JV_GET_SCN_EVT */ member in union:__anon2801
704 ** Description This function reserves a SCN (server channel number) for
706 ** server profiles/applications to register their SCN into the
707 ** SDP database. The SCN is reported by the tBTA_JV_DM_CBACK
709 ** If the SCN reported is 0, that means all SCN resources are
729 BTA_API extern tBTA_JV_STATUS BTA_JvFreeSCN(UINT8 scn);
    [all...]
  /external/elfutils/libelf/
libelfP.h 498 extern int __libelf_set_rawdata (Elf_Scn *scn) internal_function;
499 extern int __libelf_set_rawdata_wrlock (Elf_Scn *scn) internal_function;
  /external/bluetooth/bluedroid/stack/include/
port_api.h 196 ** Parameters: scn - Service Channel Number as registered with
209 ** Server can call this function with the same scn parameter multiple times if
212 ** DLCI for the connection is (scn * 2 + 1) if client originates connection on
213 ** existing none initiator multiplexer channel. Otherwise it is (scn * 2).
215 ** (scn * 2 + 1) dlci.
218 RFC_API extern int RFCOMM_CreateConnection (UINT16 uuid, UINT8 scn,
obx_api.h 445 UINT8 scn; /* The RFCOMM SCN number that this server listens for incoming requests. 0, if do not wish to listen to connection from RFCOMM. */ member in struct:__anon3401
716 OBX_API extern tOBX_STATUS OBX_ConnectReq(BD_ADDR bd_addr, UINT8 scn, UINT16 mtu,
726 ** If scn is not 0, it allocates a control block for this new session.
735 OBX_API extern tOBX_STATUS OBX_AllocSession (UINT8 *p_session_info, UINT8 scn, UINT16 *p_psm,
    [all...]
btm_api.h     [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_acl.c 65 memset (btm_cb.btm_scn, 0, BTM_MAX_SCN); /* Initialize the SCN usage to FALSE */
    [all...]
  /external/elfutils/libdwfl/
link_map.c 212 Elf_Scn *scn = INTUSE(dwfl_module_address_section) (mod, &vaddr, &bias);
213 if (unlikely (scn == NULL))
226 Elf_Data *data = elf_rawdata (scn, NULL);
211 Elf_Scn *scn = INTUSE(dwfl_module_address_section) (mod, &vaddr, &bias); local

Completed in 749 milliseconds

1 2 34