OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:transtab
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/VEX/unused/
dispatch.c
18
if (
transtab
[i].orig == orig)
19
return
transtab
[i].trans;
36
TTEntry
transtab
[N_TT_ENTRIES];
variable
48
transtab
[n_transtab_used].orig = orig;
49
transtab
[n_transtab_used].orig_size = orig_size;
50
transtab
[n_transtab_used].trans_size = trans_size;
52
transtab
[n_transtab_used].trans = malloc(trans_size);
53
assert(
transtab
[n_transtab_used].trans != NULL);
55
transtab
[n_transtab_used].trans[i] = trans[i];
58
arm_notify_new_code(
transtab
[n_transtab_used].trans, trans_size)
[
all
...]
/external/libcap-ng/libcap-ng-0.7/src/
lookup_table.c
36
struct
transtab
{
struct
65
static const struct
transtab
captab[] = {
76
static int capng_lookup_name(const struct
transtab
*table,
88
static const char *capng_lookup_number(const struct
transtab
*table,
Completed in 131 milliseconds