Home
last modified time | relevance | path

Searched refs:functionOffset (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mapi/glapi/
Dglapi_entrypoint.c54 get_entrypoint_address(unsigned int functionOffset) in get_entrypoint_address() argument
57 + (DISPATCH_FUNCTION_SIZE * functionOffset)); in get_entrypoint_address()
95 generate_entrypoint(unsigned int functionOffset) in generate_entrypoint() argument
108 fill_in_entrypoint_offset( (_glapi_proc) code, functionOffset ); in generate_entrypoint()
268 generate_entrypoint(GLuint functionOffset) in generate_entrypoint() argument
286 code[0] = template[0] | (functionOffset & 0x3fffff); in generate_entrypoint()
320 generate_entrypoint(GLuint functionOffset) in generate_entrypoint() argument
322 (void) functionOffset; in generate_entrypoint()
Dglapi_priv.h63 generate_entrypoint(unsigned int functionOffset);
71 get_entrypoint_address(unsigned int functionOffset);
/external/libunwind_llvm/include/mach-o/
Dcompact_unwind_encoding.h426 uint32_t functionOffset; member
433 uint32_t functionOffset; member
446 uint32_t functionOffset; member
/external/libunwind_llvm/src/
DUnwindCursor.hpp266 uint32_t functionOffset(uint32_t index) const { in functionOffset() function in libunwind::UnwindSectionIndexArray
269 functionOffset)); in functionOffset()
317 uint32_t functionOffset(uint32_t index) const { in functionOffset() function in libunwind::UnwindSectionRegularArray
320 functionOffset)); in functionOffset()
374 uint32_t functionOffset(uint32_t index) const { in functionOffset() function in libunwind::UnwindSectionCompressedArray
393 uint32_t functionOffset(uint32_t index) const { in functionOffset() function in libunwind::UnwindSectionLsdaArray
396 index, functionOffset)); in functionOffset()
1226 uint32_t functionOffset; member
1271 EHABIIndexEntry, _i, functionOffset); in functionAddress()
1548 if (topIndex.functionOffset(mid) <= targetFunctionOffset) { in getInfoFromCompactEncodingSection()
[all …]