Home
last modified time | relevance | path

Searched refs:table (Results 1 – 13 of 13) sorted by relevance

/bionic/libc/bionic/
Dmalloc_common_dynamic.cpp137 static bool InitMallocFunctions(void* impl_handler, MallocDispatch* table, const char* prefix) { in InitMallocFunctions() argument
138 if (!InitMallocFunction<MallocFree>(impl_handler, &table->free, prefix, "free")) { in InitMallocFunctions()
141 if (!InitMallocFunction<MallocCalloc>(impl_handler, &table->calloc, prefix, "calloc")) { in InitMallocFunctions()
144 if (!InitMallocFunction<MallocMallinfo>(impl_handler, &table->mallinfo, prefix, "mallinfo")) { in InitMallocFunctions()
147 if (!InitMallocFunction<MallocMallopt>(impl_handler, &table->mallopt, prefix, "mallopt")) { in InitMallocFunctions()
150 if (!InitMallocFunction<MallocMalloc>(impl_handler, &table->malloc, prefix, "malloc")) { in InitMallocFunctions()
153 if (!InitMallocFunction<MallocMallocInfo>(impl_handler, &table->malloc_info, prefix, in InitMallocFunctions()
157 if (!InitMallocFunction<MallocMallocUsableSize>(impl_handler, &table->malloc_usable_size, prefix, in InitMallocFunctions()
161 if (!InitMallocFunction<MallocMemalign>(impl_handler, &table->memalign, prefix, "memalign")) { in InitMallocFunctions()
164 if (!InitMallocFunction<MallocPosixMemalign>(impl_handler, &table->posix_memalign, prefix, in InitMallocFunctions()
[all …]
/bionic/tests/
Dlink_test.cpp131 const ElfW(Phdr)* table;
138 if (phdr.table[i].p_type == PT_PHDR) { in find_exe_load_bias()
139 return reinterpret_cast<ElfW(Addr)>(phdr.table) - phdr.table[i].p_vaddr; in find_exe_load_bias()
148 if (phdr.table[i].p_type == PT_DYNAMIC) { in ElfW()
149 return reinterpret_cast<ElfW(Dyn)*>(phdr.table[i].p_vaddr + load_bias); in ElfW()
173 .table = reinterpret_cast<ElfW(Phdr)*>(getauxval(AT_PHDR)), in TEST()
176 ASSERT_NE(nullptr, exe_phdr.table); in TEST()
DAndroid.bp641 "libgnu-hash-table-library",
646 "libsysv-hash-table-library",
/bionic/libc/kernel/uapi/linux/
Dmap_to_7segment.h31 unsigned char table[128]; member
33 #define SEG7_CONVERSION_MAP(_name,_map) struct seg7_conversion_map _name = {.table = { _map } }
Domap3isp.h272 __u32 table[4][OMAP3ISP_PREV_CFA_BLK_SIZE]; member
311 __u32 table[OMAP3ISP_PREV_NF_TBL_SIZE]; member
319 __u32 table[OMAP3ISP_PREV_YENH_TBL_SIZE]; member
Dfib_rules.h35 __u8 table; member
/bionic/libc/kernel/uapi/linux/netfilter_bridge/
Debt_among.h29 int table[257]; member
/bionic/libc/kernel/uapi/asm-x86/asm/
Dbootparam.h107 __u8 table[14]; member
/bionic/linker/
Dlinker_soinfo.cpp263 auto table = get_versym_table(); in ElfW() local
264 return table ? table + n : nullptr; in ElfW()
/bionic/libc/upstream-freebsd/lib/libc/gen/
Dglob.c915 struct xlocale_collate *table = in match() local
950 if (table->__collate_load_error ? in match()
/bionic/docs/
Dlibc_assembler.md150 for a label. If any other label is used, entries in the symbol table
Delf-tls.md317 The loader needs to allocate a table of `TlsDescDynamicArg` objects for each TLS module with dynamic
404 > ... All OSes use basically the same algorithm (a per-module lookup table) as detailed in Ulrich
421 The metadata variables are local symbols in glibc's `libpthread.so` symbol table (but not its
422 dynamic symbol table). Debuggers can access them, but applications can't.
/bionic/tests/libs/
DAndroid.bp116 name: "libgnu-hash-table-library",
126 name: "libsysv-hash-table-library",