Searched refs:prelinkTextSect (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/kext_tools-384.1.4/
H A Dkclist_main.c55 void * prelinkTextSect = NULL; local
144 prelinkTextSect = (void *)macho_get_section_by_name_64(
151 prelinkTextSect = (void *)macho_get_section_by_name(
163 if (!prelinkTextSect) {
174 ((struct section_64 *)prelinkTextSect)->offset;
175 prelinkTextSourceAddress = ((struct section_64 *)prelinkTextSect)->addr;
176 prelinkTextSourceSize = ((struct section_64 *)prelinkTextSect)->size;
181 ((struct section *)prelinkTextSect)->offset;
182 prelinkTextSourceAddress = ((struct section *)prelinkTextSect)->addr;
183 prelinkTextSourceSize = ((struct section *)prelinkTextSect)
[all...]

Completed in 138 milliseconds