proc_start_code_pid()

The start address of the text segment

Syntax:

unsigned long proc_start_code_pid(int pid);

Arguments:

Name Description
pid PID of process

Description:

The start address of the text segment.

Return Values:

On success, returns the start address of the text segment. On error, -1 is returned.

See Also:

proc_kstk_eip_pid(), proc_kstk_esp_pid(), proc_start_stack_pid() proc_end_code_pid()



INDEX